Shades of Black Russian #050416
Tints of Black Russian #050416
RGB
CMYK
RGB Variations
Color information
#050416 (or 0x050416) is known color: Black Russian. HEX triplet: 05, 04 and 16. RGB value is (5,4,22). Sum of RGB (Red+Green+Blue) = 5+4+22=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 22 (8.98% from 255 or 70.97% from 31); Max value from RGB is 22 - color contains mainly: blue. Hex color #050416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050416 is #FAFBE9. Grayscale: #060606. Windows color (decimal): -16448490 or 1442821. OLE color: 1442821.
HSL color Cylindrical-coordinate representation of color #050416: hue angle of 243.33º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #050416 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 4 | 22 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.91 |
| HSL | 243.33º | 0.69% | 0.05% | - |
| HSV(B) | 243.33º | 0.82% | 0.09% | - |
| XYZ | 0.25 | 0.18 | 0.78 | - |
| YUV | 6.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 22 | 0.77 | 0.82 | 0 | 0.91 | 243.33 | 0.69 | 0.05 |
| Hex | 5 | 4 | 16 | 4D | 52 | 0 | 5B | F3 | 45 | 5 |
| Octal | 5 | 4 | 26 | 115 | 122 | 0 | 133 | 363 | 105 | 5 |
| Binary | 101 | 100 | 10110 | 1001101 | 1010010 | 0 | 1011011 | 11110011 | 1000101 | 101 |
Color Harmonies of #050416
Complementary color
Monochromatic Colors of #050416
Black with #050416
Text Example
Text Example
White with #050416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050416; }
p { color: rgb(5,4,22); }
H1.HeaderClassName
{
color: #050416;
}
.AnyTagClassName
{
color: #050416;
}
</style>
background-color css
<style>
a { background-color: #050416; }
a { background-color: rgb(5,4,22); }
div.DivClassName
{
background-color: #050416;
}
.BgClassName
{
background-color: #050416;
}
</style>
border-color css
<style>
span { border-color: #050416; }
span { border-color: rgb(5,4,22); }
td.TdClassName
{
border-color: #050416;
}
.TagClassName
{
border-color: #050416;
}
</style>