Shades of Blackcurrant #32003E
Tints of Blackcurrant #32003E
RGB
CMYK
RGB Variations
Color information
#32003E (or 0x32003E) is known color: Blackcurrant. HEX triplet: 32, 00 and 3E. RGB value is (50,0,62). Sum of RGB (Red+Green+Blue) = 50+0+62=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 62 (24.61% from 255 or 55.36% from 112); Max value from RGB is 62 - color contains mainly: blue. Hex color #32003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32003E is #CDFFC1. Grayscale: #151515. Windows color (decimal): -13500354 or 4063282. OLE color: 4063282.
HSL color Cylindrical-coordinate representation of color #32003E: hue angle of 288.39º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32003E is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 0 | 62 | - |
| CMYK | 0.19 | 1 | 0 | 0.76 |
| HSL | 288.39º | 1% | 0.12% | - |
| HSV(B) | 288.39º | 1% | 0.24% | - |
| XYZ | 2.18 | 1.03 | 4.64 | - |
| YUV | 22.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 62 | 0.19 | 1 | 0 | 0.76 | 288.39 | 1 | 0.12 |
| Hex | 32 | 0 | 3E | 13 | 64 | 0 | 4C | 120 | 64 | C |
| Octal | 62 | 0 | 76 | 23 | 144 | 0 | 114 | 440 | 144 | 14 |
| Binary | 110010 | 0 | 111110 | 10011 | 1100100 | 0 | 1001100 | 100100000 | 1100100 | 1100 |
Color Harmonies of #32003E
Complementary color
Monochromatic Colors of #32003E
Black with #32003E
Text Example
Text Example
White with #32003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32003E; }
p { color: rgb(50,0,62); }
H1.HeaderClassName
{
color: #32003E;
}
.AnyTagClassName
{
color: #32003E;
}
</style>
background-color css
<style>
a { background-color: #32003E; }
a { background-color: rgb(50,0,62); }
div.DivClassName
{
background-color: #32003E;
}
.BgClassName
{
background-color: #32003E;
}
</style>
border-color css
<style>
span { border-color: #32003E; }
span { border-color: rgb(50,0,62); }
td.TdClassName
{
border-color: #32003E;
}
.TagClassName
{
border-color: #32003E;
}
</style>