Shades of Black Russian #080F2E
Tints of Black Russian #080F2E
RGB
CMYK
RGB Variations
Color information
#080F2E (or 0x080F2E) is known color: Black Russian. HEX triplet: 08, 0F and 2E. RGB value is (8,15,46). Sum of RGB (Red+Green+Blue) = 8+15+46=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #080F2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F2E is #F7F0D1. Grayscale: #101010. Windows color (decimal): -16249042 or 3018504. OLE color: 3018504.
HSL color Cylindrical-coordinate representation of color #080F2E: hue angle of 228.95º degrees, saturation: 0.7, 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 #080F2E is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 15 | 46 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.82 |
| HSL | 228.95º | 0.7% | 0.11% | - |
| HSV(B) | 228.95º | 0.83% | 0.18% | - |
| XYZ | 0.76 | 0.59 | 2.66 | - |
| YUV | 16.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 46 | 0.83 | 0.67 | 0 | 0.82 | 228.95 | 0.7 | 0.11 |
| Hex | 8 | F | 2E | 53 | 43 | 0 | 52 | E5 | 46 | B |
| Octal | 10 | 17 | 56 | 123 | 103 | 0 | 122 | 345 | 106 | 13 |
| Binary | 1000 | 1111 | 101110 | 1010011 | 1000011 | 0 | 1010010 | 11100101 | 1000110 | 1011 |
Color Harmonies of #080F2E
Complementary color
Monochromatic Colors of #080F2E
Black with #080F2E
Text Example
Text Example
White with #080F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F2E; }
p { color: rgb(8,15,46); }
H1.HeaderClassName
{
color: #080F2E;
}
.AnyTagClassName
{
color: #080F2E;
}
</style>
background-color css
<style>
a { background-color: #080F2E; }
a { background-color: rgb(8,15,46); }
div.DivClassName
{
background-color: #080F2E;
}
.BgClassName
{
background-color: #080F2E;
}
</style>
border-color css
<style>
span { border-color: #080F2E; }
span { border-color: rgb(8,15,46); }
td.TdClassName
{
border-color: #080F2E;
}
.TagClassName
{
border-color: #080F2E;
}
</style>