Shades of Black Russian #04021C
Tints of Black Russian #04021C
RGB
CMYK
RGB Variations
Color information
#04021C (or 0x04021C) is known color: Black Russian. HEX triplet: 04, 02 and 1C. RGB value is (4,2,28). Sum of RGB (Red+Green+Blue) = 4+2+28=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 28 (11.33% from 255 or 82.35% from 34); Max value from RGB is 28 - color contains mainly: blue. Hex color #04021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04021C is #FBFDE3. Grayscale: #050505. Windows color (decimal): -16514532 or 1835524. OLE color: 1835524.
HSL color Cylindrical-coordinate representation of color #04021C: hue angle of 244.62º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04021C is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 2 | 28 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.89 |
| HSL | 244.62º | 0.87% | 0.06% | - |
| HSV(B) | 244.62º | 0.93% | 0.11% | - |
| XYZ | 0.28 | 0.15 | 1.11 | - |
| YUV | 5.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 28 | 0.86 | 0.93 | 0 | 0.89 | 244.62 | 0.87 | 0.06 |
| Hex | 4 | 2 | 1C | 56 | 5D | 0 | 59 | F5 | 57 | 6 |
| Octal | 4 | 2 | 34 | 126 | 135 | 0 | 131 | 365 | 127 | 6 |
| Binary | 100 | 10 | 11100 | 1010110 | 1011101 | 0 | 1011001 | 11110101 | 1010111 | 110 |
Color Harmonies of #04021C
Complementary color
Monochromatic Colors of #04021C
Black with #04021C
Text Example
Text Example
White with #04021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04021C; }
p { color: rgb(4,2,28); }
H1.HeaderClassName
{
color: #04021C;
}
.AnyTagClassName
{
color: #04021C;
}
</style>
background-color css
<style>
a { background-color: #04021C; }
a { background-color: rgb(4,2,28); }
div.DivClassName
{
background-color: #04021C;
}
.BgClassName
{
background-color: #04021C;
}
</style>
border-color css
<style>
span { border-color: #04021C; }
span { border-color: rgb(4,2,28); }
td.TdClassName
{
border-color: #04021C;
}
.TagClassName
{
border-color: #04021C;
}
</style>