Shades of Black Russian #050412
Tints of Black Russian #050412
RGB
CMYK
RGB Variations
Color information
#050412 (or 0x050412) is known color: Black Russian. HEX triplet: 05, 04 and 12. RGB value is (5,4,18). Sum of RGB (Red+Green+Blue) = 5+4+18=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #050412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050412 is #FAFBED. Grayscale: #050505. Windows color (decimal): -16448494 or 1180677. OLE color: 1180677.
HSL color Cylindrical-coordinate representation of color #050412: hue angle of 244.29º 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 #050412 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 4 | 18 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.93 |
| HSL | 244.29º | 0.64% | 0.04% | - |
| HSV(B) | 244.29º | 0.78% | 0.07% | - |
| XYZ | 0.22 | 0.16 | 0.59 | - |
| YUV | 5.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 18 | 0.72 | 0.78 | 0 | 0.93 | 244.29 | 0.64 | 0.04 |
| Hex | 5 | 4 | 12 | 48 | 4E | 0 | 5D | F4 | 40 | 4 |
| Octal | 5 | 4 | 22 | 110 | 116 | 0 | 135 | 364 | 100 | 4 |
| Binary | 101 | 100 | 10010 | 1001000 | 1001110 | 0 | 1011101 | 11110100 | 1000000 | 100 |
Color Harmonies of #050412
Complementary color
Monochromatic Colors of #050412
Black with #050412
Text Example
Text Example
White with #050412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050412; }
p { color: rgb(5,4,18); }
H1.HeaderClassName
{
color: #050412;
}
.AnyTagClassName
{
color: #050412;
}
</style>
background-color css
<style>
a { background-color: #050412; }
a { background-color: rgb(5,4,18); }
div.DivClassName
{
background-color: #050412;
}
.BgClassName
{
background-color: #050412;
}
</style>
border-color css
<style>
span { border-color: #050412; }
span { border-color: rgb(5,4,18); }
td.TdClassName
{
border-color: #050412;
}
.TagClassName
{
border-color: #050412;
}
</style>