Shades of Black Russian #080E1F
Tints of Black Russian #080E1F
RGB
CMYK
RGB Variations
Color information
#080E1F (or 0x080E1F) is known color: Black Russian. HEX triplet: 08, 0E and 1F. RGB value is (8,14,31). Sum of RGB (Red+Green+Blue) = 8+14+31=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #080E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E1F is #F7F1E0. Grayscale: #0E0E0E. Windows color (decimal): -16249313 or 2035208. OLE color: 2035208.
HSL color Cylindrical-coordinate representation of color #080E1F: hue angle of 224.35º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #080E1F is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 14 | 31 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.88 |
| HSL | 224.35º | 0.59% | 0.08% | - |
| HSV(B) | 224.35º | 0.74% | 0.12% | - |
| XYZ | 0.5 | 0.46 | 1.36 | - |
| YUV | 14.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 31 | 0.74 | 0.55 | 0 | 0.88 | 224.35 | 0.59 | 0.08 |
| Hex | 8 | E | 1F | 4A | 37 | 0 | 58 | E0 | 3B | 8 |
| Octal | 10 | 16 | 37 | 112 | 67 | 0 | 130 | 340 | 73 | 10 |
| Binary | 1000 | 1110 | 11111 | 1001010 | 110111 | 0 | 1011000 | 11100000 | 111011 | 1000 |
Color Harmonies of #080E1F
Complementary color
Monochromatic Colors of #080E1F
Black with #080E1F
Text Example
Text Example
White with #080E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E1F; }
p { color: rgb(8,14,31); }
H1.HeaderClassName
{
color: #080E1F;
}
.AnyTagClassName
{
color: #080E1F;
}
</style>
background-color css
<style>
a { background-color: #080E1F; }
a { background-color: rgb(8,14,31); }
div.DivClassName
{
background-color: #080E1F;
}
.BgClassName
{
background-color: #080E1F;
}
</style>
border-color css
<style>
span { border-color: #080E1F; }
span { border-color: rgb(8,14,31); }
td.TdClassName
{
border-color: #080E1F;
}
.TagClassName
{
border-color: #080E1F;
}
</style>