Shades of Black Russian #000412
Tints of Black Russian #000412
RGB
CMYK
RGB Variations
Color information
#000412 (or 0x000412) is known color: Black Russian. HEX triplet: 00, 04 and 12. RGB value is (0,4,18). Sum of RGB (Red+Green+Blue) = 0+4+18=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 4 (1.95% from 255 or 18.18% 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 #000412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000412 is #FFFBED. Grayscale: #040404. Windows color (decimal): -16776174 or 1180672. OLE color: 1180672.
HSL color Cylindrical-coordinate representation of color #000412: hue angle of 226.67º 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 #000412 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 4 | 18 | - |
| CMYK | 1 | 0.78 | 0 | 0.93 |
| HSL | 226.67º | 1% | 0.04% | - |
| HSV(B) | 226.67º | 1% | 0.07% | - |
| XYZ | 0.15 | 0.13 | 0.59 | - |
| YUV | 4.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 18 | 1 | 0.78 | 0 | 0.93 | 226.67 | 1 | 0.04 |
| Hex | 0 | 4 | 12 | 64 | 4E | 0 | 5D | E3 | 64 | 4 |
| Octal | 0 | 4 | 22 | 144 | 116 | 0 | 135 | 343 | 144 | 4 |
| Binary | 0 | 100 | 10010 | 1100100 | 1001110 | 0 | 1011101 | 11100011 | 1100100 | 100 |
Color Harmonies of #000412
Complementary color
Monochromatic Colors of #000412
Black with #000412
Text Example
Text Example
White with #000412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000412; }
p { color: rgb(0,4,18); }
H1.HeaderClassName
{
color: #000412;
}
.AnyTagClassName
{
color: #000412;
}
</style>
background-color css
<style>
a { background-color: #000412; }
a { background-color: rgb(0,4,18); }
div.DivClassName
{
background-color: #000412;
}
.BgClassName
{
background-color: #000412;
}
</style>
border-color css
<style>
span { border-color: #000412; }
span { border-color: rgb(0,4,18); }
td.TdClassName
{
border-color: #000412;
}
.TagClassName
{
border-color: #000412;
}
</style>