Shades of Black Russian #080D16
Tints of Black Russian #080D16
RGB
CMYK
RGB Variations
Color information
#080D16 (or 0x080D16) is known color: Black Russian. HEX triplet: 08, 0D and 16. RGB value is (8,13,22). Sum of RGB (Red+Green+Blue) = 8+13+22=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #080D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D16 is #F7F2E9. Grayscale: #0C0C0C. Windows color (decimal): -16249578 or 1445128. OLE color: 1445128.
HSL color Cylindrical-coordinate representation of color #080D16: hue angle of 218.57º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #080D16 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 13 | 22 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.91 |
| HSL | 218.57º | 0.47% | 0.06% | - |
| HSV(B) | 218.57º | 0.64% | 0.09% | - |
| XYZ | 0.39 | 0.4 | 0.82 | - |
| YUV | 12.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 22 | 0.64 | 0.41 | 0 | 0.91 | 218.57 | 0.47 | 0.06 |
| Hex | 8 | D | 16 | 40 | 29 | 0 | 5B | DB | 2F | 6 |
| Octal | 10 | 15 | 26 | 100 | 51 | 0 | 133 | 333 | 57 | 6 |
| Binary | 1000 | 1101 | 10110 | 1000000 | 101001 | 0 | 1011011 | 11011011 | 101111 | 110 |
Color Harmonies of #080D16
Complementary color
Monochromatic Colors of #080D16
Black with #080D16
Text Example
Text Example
White with #080D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D16; }
p { color: rgb(8,13,22); }
H1.HeaderClassName
{
color: #080D16;
}
.AnyTagClassName
{
color: #080D16;
}
</style>
background-color css
<style>
a { background-color: #080D16; }
a { background-color: rgb(8,13,22); }
div.DivClassName
{
background-color: #080D16;
}
.BgClassName
{
background-color: #080D16;
}
</style>
border-color css
<style>
span { border-color: #080D16; }
span { border-color: rgb(8,13,22); }
td.TdClassName
{
border-color: #080D16;
}
.TagClassName
{
border-color: #080D16;
}
</style>