Shades of Black Russian #050112
Tints of Black Russian #050112
RGB
CMYK
RGB Variations
Color information
#050112 (or 0x050112) is known color: Black Russian. HEX triplet: 05, 01 and 12. RGB value is (5,1,18). Sum of RGB (Red+Green+Blue) = 5+1+18=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 18 (7.42% from 255 or 75% from 24); Max value from RGB is 18 - color contains mainly: blue. Hex color #050112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050112 is #FAFEED. Grayscale: #040404. Windows color (decimal): -16449262 or 1179909. OLE color: 1179909.
HSL color Cylindrical-coordinate representation of color #050112: hue angle of 254.12º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050112 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 1 | 18 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.93 |
| HSL | 254.12º | 0.89% | 0.04% | - |
| HSV(B) | 254.12º | 0.94% | 0.07% | - |
| XYZ | 0.18 | 0.1 | 0.58 | - |
| YUV | 4.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 18 | 0.72 | 0.94 | 0 | 0.93 | 254.12 | 0.89 | 0.04 |
| Hex | 5 | 1 | 12 | 48 | 5E | 0 | 5D | FE | 59 | 4 |
| Octal | 5 | 1 | 22 | 110 | 136 | 0 | 135 | 376 | 131 | 4 |
| Binary | 101 | 1 | 10010 | 1001000 | 1011110 | 0 | 1011101 | 11111110 | 1011001 | 100 |
Color Harmonies of #050112
Complementary color
Monochromatic Colors of #050112
Black with #050112
Text Example
Text Example
White with #050112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050112; }
p { color: rgb(5,1,18); }
H1.HeaderClassName
{
color: #050112;
}
.AnyTagClassName
{
color: #050112;
}
</style>
background-color css
<style>
a { background-color: #050112; }
a { background-color: rgb(5,1,18); }
div.DivClassName
{
background-color: #050112;
}
.BgClassName
{
background-color: #050112;
}
</style>
border-color css
<style>
span { border-color: #050112; }
span { border-color: rgb(5,1,18); }
td.TdClassName
{
border-color: #050112;
}
.TagClassName
{
border-color: #050112;
}
</style>