Shades of Black Russian #080D18
Tints of Black Russian #080D18
RGB
CMYK
RGB Variations
Color information
#080D18 (or 0x080D18) is known color: Black Russian. HEX triplet: 08, 0D and 18. RGB value is (8,13,24). Sum of RGB (Red+Green+Blue) = 8+13+24=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #080D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D18 is #F7F2E7. Grayscale: #0C0C0C. Windows color (decimal): -16249576 or 1576200. OLE color: 1576200.
HSL color Cylindrical-coordinate representation of color #080D18: hue angle of 221.25º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #080D18 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
RGB | 8 | 13 | 24 | - |
CMYK | 0.67 | 0.46 | 0 | 0.91 |
HSL | 221.25º | 0.5% | 0.06% | - |
HSV(B) | 221.25º | 0.67% | 0.09% | - |
XYZ | 0.41 | 0.41 | 0.92 | - |
YUV | 12.76 | 134.34 | 124.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 13 | 24 | 0.67 | 0.46 | 0 | 0.91 | 221.25 | 0.5 | 0.06 |
Hex | 8 | D | 18 | 43 | 2E | 0 | 5B | DD | 32 | 6 |
Octal | 10 | 15 | 30 | 103 | 56 | 0 | 133 | 335 | 62 | 6 |
Binary | 1000 | 1101 | 11000 | 1000011 | 101110 | 0 | 1011011 | 11011101 | 110010 | 110 |
Color Harmonies of #080D18
Complementary color
Monochromatic Colors of #080D18
Black with #080D18
Text Example
Text Example
White with #080D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D18; }
p { color: rgb(8,13,24); }
H1.HeaderClassName
{
color: #080D18;
}
.AnyTagClassName
{
color: #080D18;
}
</style>
background-color css
<style>
a { background-color: #080D18; }
a { background-color: rgb(8,13,24); }
div.DivClassName
{
background-color: #080D18;
}
.BgClassName
{
background-color: #080D18;
}
</style>
border-color css
<style>
span { border-color: #080D18; }
span { border-color: rgb(8,13,24); }
td.TdClassName
{
border-color: #080D18;
}
.TagClassName
{
border-color: #080D18;
}
</style>