Shades of Black Russian #080E19
Tints of Black Russian #080E19
RGB
CMYK
RGB Variations
Color information
#080E19 (or 0x080E19) is known color: Black Russian. HEX triplet: 08, 0E and 19. RGB value is (8,14,25). Sum of RGB (Red+Green+Blue) = 8+14+25=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #080E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E19 is #F7F1E6. Grayscale: #0D0D0D. Windows color (decimal): -16249319 or 1641992. OLE color: 1641992.
HSL color Cylindrical-coordinate representation of color #080E19: hue angle of 218.82º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #080E19 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 14 | 25 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.90 |
| HSL | 218.82º | 0.52% | 0.06% | - |
| HSV(B) | 218.82º | 0.68% | 0.1% | - |
| XYZ | 0.43 | 0.44 | 0.98 | - |
| YUV | 13.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 25 | 0.68 | 0.44 | 0 | 0.90 | 218.82 | 0.52 | 0.06 |
| Hex | 8 | E | 19 | 44 | 2C | 0 | 5A | DB | 34 | 6 |
| Octal | 10 | 16 | 31 | 104 | 54 | 0 | 132 | 333 | 64 | 6 |
| Binary | 1000 | 1110 | 11001 | 1000100 | 101100 | 0 | 1011010 | 11011011 | 110100 | 110 |
Color Harmonies of #080E19
Complementary color
Monochromatic Colors of #080E19
Black with #080E19
Text Example
Text Example
White with #080E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E19; }
p { color: rgb(8,14,25); }
H1.HeaderClassName
{
color: #080E19;
}
.AnyTagClassName
{
color: #080E19;
}
</style>
background-color css
<style>
a { background-color: #080E19; }
a { background-color: rgb(8,14,25); }
div.DivClassName
{
background-color: #080E19;
}
.BgClassName
{
background-color: #080E19;
}
</style>
border-color css
<style>
span { border-color: #080E19; }
span { border-color: rgb(8,14,25); }
td.TdClassName
{
border-color: #080E19;
}
.TagClassName
{
border-color: #080E19;
}
</style>