Shades of Black Russian #080E1E
Tints of Black Russian #080E1E
RGB
CMYK
RGB Variations
Color information
#080E1E (or 0x080E1E) is known color: Black Russian. HEX triplet: 08, 0E and 1E. RGB value is (8,14,30). Sum of RGB (Red+Green+Blue) = 8+14+30=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #080E1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E1E is #F7F1E1. Grayscale: #0D0D0D. Windows color (decimal): -16249314 or 1969672. OLE color: 1969672.
HSL color Cylindrical-coordinate representation of color #080E1E: hue angle of 223.64º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080E1E is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 14 | 30 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.88 |
| HSL | 223.64º | 0.58% | 0.07% | - |
| HSV(B) | 223.64º | 0.73% | 0.12% | - |
| XYZ | 0.49 | 0.46 | 1.29 | - |
| YUV | 14.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 30 | 0.73 | 0.53 | 0 | 0.88 | 223.64 | 0.58 | 0.07 |
| Hex | 8 | E | 1E | 49 | 35 | 0 | 58 | E0 | 3A | 7 |
| Octal | 10 | 16 | 36 | 111 | 65 | 0 | 130 | 340 | 72 | 7 |
| Binary | 1000 | 1110 | 11110 | 1001001 | 110101 | 0 | 1011000 | 11100000 | 111010 | 111 |
Color Harmonies of #080E1E
Complementary color
Monochromatic Colors of #080E1E
Black with #080E1E
Text Example
Text Example
White with #080E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E1E; }
p { color: rgb(8,14,30); }
H1.HeaderClassName
{
color: #080E1E;
}
.AnyTagClassName
{
color: #080E1E;
}
</style>
background-color css
<style>
a { background-color: #080E1E; }
a { background-color: rgb(8,14,30); }
div.DivClassName
{
background-color: #080E1E;
}
.BgClassName
{
background-color: #080E1E;
}
</style>
border-color css
<style>
span { border-color: #080E1E; }
span { border-color: rgb(8,14,30); }
td.TdClassName
{
border-color: #080E1E;
}
.TagClassName
{
border-color: #080E1E;
}
</style>