Shades of Black Russian #040412
Tints of Black Russian #040412
RGB
CMYK
RGB Variations
Color information
#040412 (or 0x040412) is known color: Black Russian. HEX triplet: 04, 04 and 12. RGB value is (4,4,18). Sum of RGB (Red+Green+Blue) = 4+4+18=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #040412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040412 is #FBFBED. Grayscale: #050505. Windows color (decimal): -16514030 or 1180676. OLE color: 1180676.
HSL color Cylindrical-coordinate representation of color #040412: hue angle of 240º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #040412 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 4 | 18 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.93 |
| HSL | 240º | 0.64% | 0.04% | - |
| HSV(B) | 240º | 0.78% | 0.07% | - |
| XYZ | 0.2 | 0.16 | 0.59 | - |
| YUV | 5.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 18 | 0.78 | 0.78 | 0 | 0.93 | 240 | 0.64 | 0.04 |
| Hex | 4 | 4 | 12 | 4E | 4E | 0 | 5D | F0 | 40 | 4 |
| Octal | 4 | 4 | 22 | 116 | 116 | 0 | 135 | 360 | 100 | 4 |
| Binary | 100 | 100 | 10010 | 1001110 | 1001110 | 0 | 1011101 | 11110000 | 1000000 | 100 |
Color Harmonies of #040412
Complementary color
Monochromatic Colors of #040412
Black with #040412
Text Example
Text Example
White with #040412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040412; }
p { color: rgb(4,4,18); }
H1.HeaderClassName
{
color: #040412;
}
.AnyTagClassName
{
color: #040412;
}
</style>
background-color css
<style>
a { background-color: #040412; }
a { background-color: rgb(4,4,18); }
div.DivClassName
{
background-color: #040412;
}
.BgClassName
{
background-color: #040412;
}
</style>
border-color css
<style>
span { border-color: #040412; }
span { border-color: rgb(4,4,18); }
td.TdClassName
{
border-color: #040412;
}
.TagClassName
{
border-color: #040412;
}
</style>