#43044C

Color #43044C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #43044C

Tints of Blackcurrant #43044C

Color information

#43044C (or 0x43044C) is unknown color: approx Blackcurrant. HEX triplet: 43, 04 and 4C. RGB value is (67,4,76). Sum of RGB (Red+Green+Blue) = 67+4+76=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #43044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43044C is #BCFBB3. Grayscale: #1E1E1E. Windows color (decimal): -12385204 or 4981827. OLE color: 4981827.

HSL color Cylindrical-coordinate representation of color #43044C: hue angle of 292.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43044C is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB67476-
CMYK0.120.9500.70
HSL292.5º90%15.69%-
HSV(B)292.5º94.74%29.8%-
XYZ3.661.86.99-
YUV31.04153.37153.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=45.58%
G=2.72%
B=51.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal674760.120.9500.70292.59015.69
Hex4344CC5F0461245a10
Octal103411414137010644413220
Binary100001110010011001100101111101000110100100100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43044C; }

 p { color: rgb(67,4,76); }

 H1.HeaderClassName
 {
   color: #43044C;
 }
 .AnyTagClassName
 {
   color: #43044C;
 }
</style>
background-color css

<style>
 a { background-color: #43044C; }

 a { background-color: rgb(67,4,76); }

 div.DivClassName
 {
   background-color: #43044C;
 }
 .BgClassName
 {
   background-color: #43044C;
 }
</style>
border-color css

<style>
 span { border-color: #43044C; }

 span { border-color: rgb(67,4,76); }

 td.TdClassName
 {
   border-color: #43044C;
 }
 .TagClassName
 {
   border-color: #43044C;
 }
</style>