Shades of Black Russian #080118
Tints of Black Russian #080118
RGB
CMYK
RGB Variations
Color information
#080118 (or 0x080118) is known color: Black Russian. HEX triplet: 08, 01 and 18. RGB value is (8,1,24). Sum of RGB (Red+Green+Blue) = 8+1+24=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 24 (9.77% from 255 or 72.73% from 33); Max value from RGB is 24 - color contains mainly: blue. Hex color #080118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080118 is #F7FEE7. Grayscale: #050505. Windows color (decimal): -16252648 or 1573128. OLE color: 1573128.
HSL color Cylindrical-coordinate representation of color #080118: hue angle of 258.26º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080118 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 1 | 24 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.91 |
| HSL | 258.26º | 0.92% | 0.05% | - |
| HSV(B) | 258.26º | 0.96% | 0.09% | - |
| XYZ | 0.28 | 0.14 | 0.88 | - |
| YUV | 5.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 24 | 0.67 | 0.96 | 0 | 0.91 | 258.26 | 0.92 | 0.05 |
| Hex | 8 | 1 | 18 | 43 | 60 | 0 | 5B | 102 | 5C | 5 |
| Octal | 10 | 1 | 30 | 103 | 140 | 0 | 133 | 402 | 134 | 5 |
| Binary | 1000 | 1 | 11000 | 1000011 | 1100000 | 0 | 1011011 | 100000010 | 1011100 | 101 |
Color Harmonies of #080118
Complementary color
Monochromatic Colors of #080118
Black with #080118
Text Example
Text Example
White with #080118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080118; }
p { color: rgb(8,1,24); }
H1.HeaderClassName
{
color: #080118;
}
.AnyTagClassName
{
color: #080118;
}
</style>
background-color css
<style>
a { background-color: #080118; }
a { background-color: rgb(8,1,24); }
div.DivClassName
{
background-color: #080118;
}
.BgClassName
{
background-color: #080118;
}
</style>
border-color css
<style>
span { border-color: #080118; }
span { border-color: rgb(8,1,24); }
td.TdClassName
{
border-color: #080118;
}
.TagClassName
{
border-color: #080118;
}
</style>