#32024B

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

Shades of Blackcurrant #32024B

Tints of Blackcurrant #32024B

Color information

#32024B (or 0x32024B) is unknown color: approx Blackcurrant. HEX triplet: 32, 02 and 4B. RGB value is (50,2,75). Sum of RGB (Red+Green+Blue) = 50+2+75=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #32024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32024B is #CDFDB4. Grayscale: #181818. Windows color (decimal): -13499829 or 4915762. OLE color: 4915762.

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

Color convert

RGB50275-
CMYK0.330.9700.71
HSL279.45º94.81%15.1%-
HSV(B)279.45º97.33%29.41%-
XYZ2.611.236.76-
YUV24.67156.4146.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 75 (29.69% from 255) = 59.06%
R=39.37%
G=1.57%
B=59.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal502750.330.9700.71279.4594.8115.1
Hex3224B21610471175ff
Octal62211341141010742713717
Binary11001010100101110000111000010100011110001011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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