Shades of Black Russian #080E2F
Tints of Black Russian #080E2F
RGB
CMYK
RGB Variations
Color information
#080E2F (or 0x080E2F) is known color: Black Russian. HEX triplet: 08, 0E and 2F. RGB value is (8,14,47). Sum of RGB (Red+Green+Blue) = 8+14+47=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #080E2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E2F is #F7F1D0. Grayscale: #0F0F0F. Windows color (decimal): -16249297 or 3083784. OLE color: 3083784.
HSL color Cylindrical-coordinate representation of color #080E2F: hue angle of 230.77º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080E2F is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 14 | 47 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.82 |
| HSL | 230.77º | 0.71% | 0.11% | - |
| HSV(B) | 230.77º | 0.83% | 0.18% | - |
| XYZ | 0.77 | 0.57 | 2.76 | - |
| YUV | 15.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 47 | 0.83 | 0.70 | 0 | 0.82 | 230.77 | 0.71 | 0.11 |
| Hex | 8 | E | 2F | 53 | 46 | 0 | 52 | E7 | 47 | B |
| Octal | 10 | 16 | 57 | 123 | 106 | 0 | 122 | 347 | 107 | 13 |
| Binary | 1000 | 1110 | 101111 | 1010011 | 1000110 | 0 | 1010010 | 11100111 | 1000111 | 1011 |
Color Harmonies of #080E2F
Complementary color
Monochromatic Colors of #080E2F
Black with #080E2F
Text Example
Text Example
White with #080E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080E2F; }
p { color: rgb(8,14,47); }
H1.HeaderClassName
{
color: #080E2F;
}
.AnyTagClassName
{
color: #080E2F;
}
</style>
background-color css
<style>
a { background-color: #080E2F; }
a { background-color: rgb(8,14,47); }
div.DivClassName
{
background-color: #080E2F;
}
.BgClassName
{
background-color: #080E2F;
}
</style>
border-color css
<style>
span { border-color: #080E2F; }
span { border-color: rgb(8,14,47); }
td.TdClassName
{
border-color: #080E2F;
}
.TagClassName
{
border-color: #080E2F;
}
</style>