Shades of Blackcurrant #32024D
Tints of Blackcurrant #32024D
RGB
CMYK
RGB Variations
Color information
#32024D (or 0x32024D) is known color: Blackcurrant. HEX triplet: 32, 02 and 4D. RGB value is (50,2,77). Sum of RGB (Red+Green+Blue) = 50+2+77=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #32024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32024D is #CDFDB2. Grayscale: #181818. Windows color (decimal): -13499827 or 5046834. OLE color: 5046834.
HSL color Cylindrical-coordinate representation of color #32024D: hue angle of 278.4º 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 #32024D is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 2 | 77 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.70 |
| HSL | 278.4º | 0.95% | 0.15% | - |
| HSV(B) | 278.4º | 0.97% | 0.3% | - |
| XYZ | 2.68 | 1.26 | 7.12 | - |
| YUV | 24.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 77 | 0.35 | 0.97 | 0 | 0.70 | 278.4 | 0.95 | 0.15 |
| Hex | 32 | 2 | 4D | 23 | 61 | 0 | 46 | 116 | 5F | F |
| Octal | 62 | 2 | 115 | 43 | 141 | 0 | 106 | 426 | 137 | 17 |
| Binary | 110010 | 10 | 1001101 | 100011 | 1100001 | 0 | 1000110 | 100010110 | 1011111 | 1111 |
Color Harmonies of #32024D
Complementary color
Monochromatic Colors of #32024D
Black with #32024D
Text Example
Text Example
White with #32024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32024D; }
p { color: rgb(50,2,77); }
H1.HeaderClassName
{
color: #32024D;
}
.AnyTagClassName
{
color: #32024D;
}
</style>
background-color css
<style>
a { background-color: #32024D; }
a { background-color: rgb(50,2,77); }
div.DivClassName
{
background-color: #32024D;
}
.BgClassName
{
background-color: #32024D;
}
</style>
border-color css
<style>
span { border-color: #32024D; }
span { border-color: rgb(50,2,77); }
td.TdClassName
{
border-color: #32024D;
}
.TagClassName
{
border-color: #32024D;
}
</style>