Shades of Black Russian #080616
Tints of Black Russian #080616
RGB
CMYK
RGB Variations
Color information
#080616 (or 0x080616) is known color: Black Russian. HEX triplet: 08, 06 and 16. RGB value is (8,6,22). Sum of RGB (Red+Green+Blue) = 8+6+22=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #080616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080616 is #F7F9E9. Grayscale: #080808. Windows color (decimal): -16251370 or 1443336. OLE color: 1443336.
HSL color Cylindrical-coordinate representation of color #080616: hue angle of 247.5º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080616 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 6 | 22 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.91 |
| HSL | 247.5º | 0.57% | 0.05% | - |
| HSV(B) | 247.5º | 0.73% | 0.09% | - |
| XYZ | 0.31 | 0.24 | 0.79 | - |
| YUV | 8.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 22 | 0.64 | 0.73 | 0 | 0.91 | 247.5 | 0.57 | 0.05 |
| Hex | 8 | 6 | 16 | 40 | 49 | 0 | 5B | F8 | 39 | 5 |
| Octal | 10 | 6 | 26 | 100 | 111 | 0 | 133 | 370 | 71 | 5 |
| Binary | 1000 | 110 | 10110 | 1000000 | 1001001 | 0 | 1011011 | 11111000 | 111001 | 101 |
Color Harmonies of #080616
Complementary color
Monochromatic Colors of #080616
Black with #080616
Text Example
Text Example
White with #080616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080616; }
p { color: rgb(8,6,22); }
H1.HeaderClassName
{
color: #080616;
}
.AnyTagClassName
{
color: #080616;
}
</style>
background-color css
<style>
a { background-color: #080616; }
a { background-color: rgb(8,6,22); }
div.DivClassName
{
background-color: #080616;
}
.BgClassName
{
background-color: #080616;
}
</style>
border-color css
<style>
span { border-color: #080616; }
span { border-color: rgb(8,6,22); }
td.TdClassName
{
border-color: #080616;
}
.TagClassName
{
border-color: #080616;
}
</style>