#32024C

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

Shades of Blackcurrant #32024C

Tints of Blackcurrant #32024C

Color information

#32024C (or 0x32024C) is unknown color: approx Blackcurrant. HEX triplet: 32, 02 and 4C. RGB value is (50,2,76). Sum of RGB (Red+Green+Blue) = 50+2+76=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #32024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32024C is #CDFDB3. Grayscale: #181818. Windows color (decimal): -13499828 or 4981298. OLE color: 4981298.

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

Color convert

RGB50276-
CMYK0.340.9700.70
HSL278.92º94.87%15.29%-
HSV(B)278.92º97.37%29.8%-
XYZ2.641.246.94-
YUV24.79156.9145.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 76 (30.08% from 255) = 59.38%
R=39.06%
G=1.56%
B=59.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal502760.340.9700.70278.9294.8715.29
Hex3224C22610461175ff
Octal62211442141010642713717
Binary11001010100110010001011000010100011010001011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,2,76); }

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

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

 a { background-color: rgb(50,2,76); }

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

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

 span { border-color: rgb(50,2,76); }

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