Shades of Black Russian #04021D
Tints of Black Russian #04021D
RGB
CMYK
RGB Variations
Color information
#04021D (or 0x04021D) is known color: Black Russian. HEX triplet: 04, 02 and 1D. RGB value is (4,2,29). Sum of RGB (Red+Green+Blue) = 4+2+29=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 29 (11.72% from 255 or 82.86% from 35); Max value from RGB is 29 - color contains mainly: blue. Hex color #04021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04021D is #FBFDE2. Grayscale: #050505. Windows color (decimal): -16514531 or 1901060. OLE color: 1901060.
HSL color Cylindrical-coordinate representation of color #04021D: hue angle of 244.44º 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 #04021D is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 2 | 29 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.89 |
| HSL | 244.44º | 0.87% | 0.06% | - |
| HSV(B) | 244.44º | 0.93% | 0.11% | - |
| XYZ | 0.29 | 0.16 | 1.18 | - |
| YUV | 5.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 29 | 0.86 | 0.93 | 0 | 0.89 | 244.44 | 0.87 | 0.06 |
| Hex | 4 | 2 | 1D | 56 | 5D | 0 | 59 | F4 | 57 | 6 |
| Octal | 4 | 2 | 35 | 126 | 135 | 0 | 131 | 364 | 127 | 6 |
| Binary | 100 | 10 | 11101 | 1010110 | 1011101 | 0 | 1011001 | 11110100 | 1010111 | 110 |
Color Harmonies of #04021D
Complementary color
Monochromatic Colors of #04021D
Black with #04021D
Text Example
Text Example
White with #04021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04021D; }
p { color: rgb(4,2,29); }
H1.HeaderClassName
{
color: #04021D;
}
.AnyTagClassName
{
color: #04021D;
}
</style>
background-color css
<style>
a { background-color: #04021D; }
a { background-color: rgb(4,2,29); }
div.DivClassName
{
background-color: #04021D;
}
.BgClassName
{
background-color: #04021D;
}
</style>
border-color css
<style>
span { border-color: #04021D; }
span { border-color: rgb(4,2,29); }
td.TdClassName
{
border-color: #04021D;
}
.TagClassName
{
border-color: #04021D;
}
</style>