Shades of Black Russian #080D17
Tints of Black Russian #080D17
RGB
CMYK
RGB Variations
Color information
#080D17 (or 0x080D17) is known color: Black Russian. HEX triplet: 08, 0D and 17. RGB value is (8,13,23). Sum of RGB (Red+Green+Blue) = 8+13+23=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #080D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D17 is #F7F2E8. Grayscale: #0C0C0C. Windows color (decimal): -16249577 or 1510664. OLE color: 1510664.
HSL color Cylindrical-coordinate representation of color #080D17: hue angle of 220º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #080D17 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 13 | 23 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.91 |
| HSL | 220º | 0.48% | 0.06% | - |
| HSV(B) | 220º | 0.65% | 0.09% | - |
| XYZ | 0.4 | 0.4 | 0.87 | - |
| YUV | 12.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 23 | 0.65 | 0.43 | 0 | 0.91 | 220 | 0.48 | 0.06 |
| Hex | 8 | D | 17 | 41 | 2B | 0 | 5B | DC | 30 | 6 |
| Octal | 10 | 15 | 27 | 101 | 53 | 0 | 133 | 334 | 60 | 6 |
| Binary | 1000 | 1101 | 10111 | 1000001 | 101011 | 0 | 1011011 | 11011100 | 110000 | 110 |
Color Harmonies of #080D17
Complementary color
Monochromatic Colors of #080D17
Black with #080D17
Text Example
Text Example
White with #080D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D17; }
p { color: rgb(8,13,23); }
H1.HeaderClassName
{
color: #080D17;
}
.AnyTagClassName
{
color: #080D17;
}
</style>
background-color css
<style>
a { background-color: #080D17; }
a { background-color: rgb(8,13,23); }
div.DivClassName
{
background-color: #080D17;
}
.BgClassName
{
background-color: #080D17;
}
</style>
border-color css
<style>
span { border-color: #080D17; }
span { border-color: rgb(8,13,23); }
td.TdClassName
{
border-color: #080D17;
}
.TagClassName
{
border-color: #080D17;
}
</style>