Shades of Black Russian #080E1B
Tints of Black Russian #080E1B
RGB
CMYK
RGB Variations
Color information
#080E1B (or 0x080E1B) is known color: Black Russian. HEX triplet: 08, 0E and 1B. RGB value is (8,14,27). Sum of RGB (Red+Green+Blue) = 8+14+27=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #080E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E1B is #F7F1E4. Grayscale: #0D0D0D. Windows color (decimal): -16249317 or 1773064. OLE color: 1773064.
HSL color Cylindrical-coordinate representation of color #080E1B: hue angle of 221.05º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #080E1B is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 14 | 27 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.89 |
| HSL | 221.05º | 0.54% | 0.07% | - |
| HSV(B) | 221.05º | 0.7% | 0.11% | - |
| XYZ | 0.46 | 0.44 | 1.1 | - |
| YUV | 13.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 27 | 0.70 | 0.48 | 0 | 0.89 | 221.05 | 0.54 | 0.07 |
| Hex | 8 | E | 1B | 46 | 30 | 0 | 59 | DD | 36 | 7 |
| Octal | 10 | 16 | 33 | 106 | 60 | 0 | 131 | 335 | 66 | 7 |
| Binary | 1000 | 1110 | 11011 | 1000110 | 110000 | 0 | 1011001 | 11011101 | 110110 | 111 |
Color Harmonies of #080E1B
Complementary color
Monochromatic Colors of #080E1B
Black with #080E1B
Text Example
Text Example
White with #080E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E1B; }
p { color: rgb(8,14,27); }
H1.HeaderClassName
{
color: #080E1B;
}
.AnyTagClassName
{
color: #080E1B;
}
</style>
background-color css
<style>
a { background-color: #080E1B; }
a { background-color: rgb(8,14,27); }
div.DivClassName
{
background-color: #080E1B;
}
.BgClassName
{
background-color: #080E1B;
}
</style>
border-color css
<style>
span { border-color: #080E1B; }
span { border-color: rgb(8,14,27); }
td.TdClassName
{
border-color: #080E1B;
}
.TagClassName
{
border-color: #080E1B;
}
</style>