Shades of Black Russian #080A18
Tints of Black Russian #080A18
RGB
CMYK
RGB Variations
Color information
#080A18 (or 0x080A18) is known color: Black Russian. HEX triplet: 08, 0A and 18. RGB value is (8,10,24). Sum of RGB (Red+Green+Blue) = 8+10+24=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #080A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A18 is #F7F5E7. Grayscale: #0A0A0A. Windows color (decimal): -16250344 or 1575432. OLE color: 1575432.
HSL color Cylindrical-coordinate representation of color #080A18: hue angle of 232.5º 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 #080A18 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 10 | 24 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.91 |
| HSL | 232.5º | 0.5% | 0.06% | - |
| HSV(B) | 232.5º | 0.67% | 0.09% | - |
| XYZ | 0.37 | 0.33 | 0.91 | - |
| YUV | 11 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 24 | 0.67 | 0.58 | 0 | 0.91 | 232.5 | 0.5 | 0.06 |
| Hex | 8 | A | 18 | 43 | 3A | 0 | 5B | E8 | 32 | 6 |
| Octal | 10 | 12 | 30 | 103 | 72 | 0 | 133 | 350 | 62 | 6 |
| Binary | 1000 | 1010 | 11000 | 1000011 | 111010 | 0 | 1011011 | 11101000 | 110010 | 110 |
Color Harmonies of #080A18
Complementary color
Monochromatic Colors of #080A18
Black with #080A18
Text Example
Text Example
White with #080A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A18; }
p { color: rgb(8,10,24); }
H1.HeaderClassName
{
color: #080A18;
}
.AnyTagClassName
{
color: #080A18;
}
</style>
background-color css
<style>
a { background-color: #080A18; }
a { background-color: rgb(8,10,24); }
div.DivClassName
{
background-color: #080A18;
}
.BgClassName
{
background-color: #080A18;
}
</style>
border-color css
<style>
span { border-color: #080A18; }
span { border-color: rgb(8,10,24); }
td.TdClassName
{
border-color: #080A18;
}
.TagClassName
{
border-color: #080A18;
}
</style>