Shades of Black Russian #080516
Tints of Black Russian #080516
RGB
CMYK
RGB Variations
Color information
#080516 (or 0x080516) is known color: Black Russian. HEX triplet: 08, 05 and 16. RGB value is (8,5,22). Sum of RGB (Red+Green+Blue) = 8+5+22=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 22 (8.98% from 255 or 62.86% from 35); Max value from RGB is 22 - color contains mainly: blue. Hex color #080516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080516 is #F7FAE9. Grayscale: #070707. Windows color (decimal): -16251626 or 1443080. OLE color: 1443080.
HSL color Cylindrical-coordinate representation of color #080516: hue angle of 250.59º 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 #080516 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 5 | 22 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.91 |
| HSL | 250.59º | 0.63% | 0.05% | - |
| HSV(B) | 250.59º | 0.77% | 0.09% | - |
| XYZ | 0.3 | 0.22 | 0.79 | - |
| YUV | 7.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 22 | 0.64 | 0.77 | 0 | 0.91 | 250.59 | 0.63 | 0.05 |
| Hex | 8 | 5 | 16 | 40 | 4D | 0 | 5B | FB | 3F | 5 |
| Octal | 10 | 5 | 26 | 100 | 115 | 0 | 133 | 373 | 77 | 5 |
| Binary | 1000 | 101 | 10110 | 1000000 | 1001101 | 0 | 1011011 | 11111011 | 111111 | 101 |
Color Harmonies of #080516
Complementary color
Monochromatic Colors of #080516
Black with #080516
Text Example
Text Example
White with #080516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080516; }
p { color: rgb(8,5,22); }
H1.HeaderClassName
{
color: #080516;
}
.AnyTagClassName
{
color: #080516;
}
</style>
background-color css
<style>
a { background-color: #080516; }
a { background-color: rgb(8,5,22); }
div.DivClassName
{
background-color: #080516;
}
.BgClassName
{
background-color: #080516;
}
</style>
border-color css
<style>
span { border-color: #080516; }
span { border-color: rgb(8,5,22); }
td.TdClassName
{
border-color: #080516;
}
.TagClassName
{
border-color: #080516;
}
</style>