Shades of Black Russian #04020C
Tints of Black Russian #04020C
RGB
CMYK
RGB Variations
Color information
#04020C (or 0x04020C) is known color: Black Russian. HEX triplet: 04, 02 and 0C. RGB value is (4,2,12). Sum of RGB (Red+Green+Blue) = 4+2+12=18 (2% of max value = 765). Red value is 4 (1.95% from 255 or 22.22% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 12 (5.08% from 255 or 66.67% from 18); Max value from RGB is 12 - color contains mainly: blue. Hex color #04020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04020C is #FBFDF3. Grayscale: #030303. Windows color (decimal): -16514548 or 786948. OLE color: 786948.
HSL color Cylindrical-coordinate representation of color #04020C: hue angle of 252º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #04020C is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 4 | 2 | 12 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.95 |
| HSL | 252º | 0.71% | 0.03% | - |
| HSV(B) | 252º | 0.83% | 0.05% | - |
| XYZ | 0.14 | 0.1 | 0.36 | - |
| YUV | 3.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 12 | 0.67 | 0.83 | 0 | 0.95 | 252 | 0.71 | 0.03 |
| Hex | 4 | 2 | C | 43 | 53 | 0 | 5F | FC | 47 | 3 |
| Octal | 4 | 2 | 14 | 103 | 123 | 0 | 137 | 374 | 107 | 3 |
| Binary | 100 | 10 | 1100 | 1000011 | 1010011 | 0 | 1011111 | 11111100 | 1000111 | 11 |
Color Harmonies of #04020C
Complementary color
Monochromatic Colors of #04020C
Black with #04020C
Text Example
Text Example
White with #04020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04020C; }
p { color: rgb(4,2,12); }
H1.HeaderClassName
{
color: #04020C;
}
.AnyTagClassName
{
color: #04020C;
}
</style>
background-color css
<style>
a { background-color: #04020C; }
a { background-color: rgb(4,2,12); }
div.DivClassName
{
background-color: #04020C;
}
.BgClassName
{
background-color: #04020C;
}
</style>
border-color css
<style>
span { border-color: #04020C; }
span { border-color: rgb(4,2,12); }
td.TdClassName
{
border-color: #04020C;
}
.TagClassName
{
border-color: #04020C;
}
</style>