Shades of Black Russian #050A16
Tints of Black Russian #050A16
RGB
CMYK
RGB Variations
Color information
#050A16 (or 0x050A16) is known color: Black Russian. HEX triplet: 05, 0A and 16. RGB value is (5,10,22). Sum of RGB (Red+Green+Blue) = 5+10+22=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 22 (8.98% from 255 or 59.46% from 37); Max value from RGB is 22 - color contains mainly: blue. Hex color #050A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A16 is #FAF5E9. Grayscale: #090909. Windows color (decimal): -16446954 or 1444357. OLE color: 1444357.
HSL color Cylindrical-coordinate representation of color #050A16: hue angle of 222.35º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #050A16 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 10 | 22 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.91 |
| HSL | 222.35º | 0.63% | 0.05% | - |
| HSV(B) | 222.35º | 0.77% | 0.09% | - |
| XYZ | 0.32 | 0.31 | 0.8 | - |
| YUV | 9.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 22 | 0.77 | 0.55 | 0 | 0.91 | 222.35 | 0.63 | 0.05 |
| Hex | 5 | A | 16 | 4D | 37 | 0 | 5B | DE | 3F | 5 |
| Octal | 5 | 12 | 26 | 115 | 67 | 0 | 133 | 336 | 77 | 5 |
| Binary | 101 | 1010 | 10110 | 1001101 | 110111 | 0 | 1011011 | 11011110 | 111111 | 101 |
Color Harmonies of #050A16
Complementary color
Monochromatic Colors of #050A16
Black with #050A16
Text Example
Text Example
White with #050A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A16; }
p { color: rgb(5,10,22); }
H1.HeaderClassName
{
color: #050A16;
}
.AnyTagClassName
{
color: #050A16;
}
</style>
background-color css
<style>
a { background-color: #050A16; }
a { background-color: rgb(5,10,22); }
div.DivClassName
{
background-color: #050A16;
}
.BgClassName
{
background-color: #050A16;
}
</style>
border-color css
<style>
span { border-color: #050A16; }
span { border-color: rgb(5,10,22); }
td.TdClassName
{
border-color: #050A16;
}
.TagClassName
{
border-color: #050A16;
}
</style>