Shades of Black Russian #040012
Tints of Black Russian #040012
RGB
CMYK
RGB Variations
Color information
#040012 (or 0x040012) is known color: Black Russian. HEX triplet: 04, 00 and 12. RGB value is (4,0,18). Sum of RGB (Red+Green+Blue) = 4+0+18=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 18 (7.42% from 255 or 81.82% from 22); Max value from RGB is 18 - color contains mainly: blue. Hex color #040012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040012 is #FBFFED. Grayscale: #030303. Windows color (decimal): -16515054 or 1179652. OLE color: 1179652.
HSL color Cylindrical-coordinate representation of color #040012: hue angle of 253.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040012 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 0 | 18 | - |
| CMYK | 0.78 | 1 | 0 | 0.93 |
| HSL | 253.33º | 1% | 0.04% | - |
| HSV(B) | 253.33º | 1% | 0.07% | - |
| XYZ | 0.16 | 0.07 | 0.58 | - |
| YUV | 3.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 18 | 0.78 | 1 | 0 | 0.93 | 253.33 | 1 | 0.04 |
| Hex | 4 | 0 | 12 | 4E | 64 | 0 | 5D | FD | 64 | 4 |
| Octal | 4 | 0 | 22 | 116 | 144 | 0 | 135 | 375 | 144 | 4 |
| Binary | 100 | 0 | 10010 | 1001110 | 1100100 | 0 | 1011101 | 11111101 | 1100100 | 100 |
Color Harmonies of #040012
Complementary color
Monochromatic Colors of #040012
Black with #040012
Text Example
Text Example
White with #040012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040012; }
p { color: rgb(4,0,18); }
H1.HeaderClassName
{
color: #040012;
}
.AnyTagClassName
{
color: #040012;
}
</style>
background-color css
<style>
a { background-color: #040012; }
a { background-color: rgb(4,0,18); }
div.DivClassName
{
background-color: #040012;
}
.BgClassName
{
background-color: #040012;
}
</style>
border-color css
<style>
span { border-color: #040012; }
span { border-color: rgb(4,0,18); }
td.TdClassName
{
border-color: #040012;
}
.TagClassName
{
border-color: #040012;
}
</style>