Shades of Black Russian #080D24
Tints of Black Russian #080D24
RGB
CMYK
RGB Variations
Color information
#080D24 (or 0x080D24) is known color: Black Russian. HEX triplet: 08, 0D and 24. RGB value is (8,13,36). Sum of RGB (Red+Green+Blue) = 8+13+36=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #080D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D24 is #F7F2DB. Grayscale: #0E0E0E. Windows color (decimal): -16249564 or 2362632. OLE color: 2362632.
HSL color Cylindrical-coordinate representation of color #080D24: hue angle of 229.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #080D24 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 13 | 36 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.86 |
| HSL | 229.29º | 0.64% | 0.09% | - |
| HSV(B) | 229.29º | 0.78% | 0.14% | - |
| XYZ | 0.56 | 0.47 | 1.73 | - |
| YUV | 14.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 36 | 0.78 | 0.64 | 0 | 0.86 | 229.29 | 0.64 | 0.09 |
| Hex | 8 | D | 24 | 4E | 40 | 0 | 56 | E5 | 40 | 9 |
| Octal | 10 | 15 | 44 | 116 | 100 | 0 | 126 | 345 | 100 | 11 |
| Binary | 1000 | 1101 | 100100 | 1001110 | 1000000 | 0 | 1010110 | 11100101 | 1000000 | 1001 |
Color Harmonies of #080D24
Complementary color
Monochromatic Colors of #080D24
Black with #080D24
Text Example
Text Example
White with #080D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D24; }
p { color: rgb(8,13,36); }
H1.HeaderClassName
{
color: #080D24;
}
.AnyTagClassName
{
color: #080D24;
}
</style>
background-color css
<style>
a { background-color: #080D24; }
a { background-color: rgb(8,13,36); }
div.DivClassName
{
background-color: #080D24;
}
.BgClassName
{
background-color: #080D24;
}
</style>
border-color css
<style>
span { border-color: #080D24; }
span { border-color: rgb(8,13,36); }
td.TdClassName
{
border-color: #080D24;
}
.TagClassName
{
border-color: #080D24;
}
</style>