Shades of Black Russian #080B11
Tints of Black Russian #080B11
RGB
CMYK
RGB Variations
Color information
#080B11 (or 0x080B11) is known color: Black Russian. HEX triplet: 08, 0B and 11. RGB value is (8,11,17). Sum of RGB (Red+Green+Blue) = 8+11+17=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #080B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B11 is #F7F4EE. Grayscale: #0A0A0A. Windows color (decimal): -16250095 or 1116936. OLE color: 1116936.
HSL color Cylindrical-coordinate representation of color #080B11: hue angle of 220º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #080B11 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 11 | 17 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.93 |
| HSL | 220º | 0.36% | 0.05% | - |
| HSV(B) | 220º | 0.53% | 0.07% | - |
| XYZ | 0.32 | 0.33 | 0.58 | - |
| YUV | 10.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 17 | 0.53 | 0.35 | 0 | 0.93 | 220 | 0.36 | 0.05 |
| Hex | 8 | B | 11 | 35 | 23 | 0 | 5D | DC | 24 | 5 |
| Octal | 10 | 13 | 21 | 65 | 43 | 0 | 135 | 334 | 44 | 5 |
| Binary | 1000 | 1011 | 10001 | 110101 | 100011 | 0 | 1011101 | 11011100 | 100100 | 101 |
Color Harmonies of #080B11
Complementary color
Monochromatic Colors of #080B11
Black with #080B11
Text Example
Text Example
White with #080B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B11; }
p { color: rgb(8,11,17); }
H1.HeaderClassName
{
color: #080B11;
}
.AnyTagClassName
{
color: #080B11;
}
</style>
background-color css
<style>
a { background-color: #080B11; }
a { background-color: rgb(8,11,17); }
div.DivClassName
{
background-color: #080B11;
}
.BgClassName
{
background-color: #080B11;
}
</style>
border-color css
<style>
span { border-color: #080B11; }
span { border-color: rgb(8,11,17); }
td.TdClassName
{
border-color: #080B11;
}
.TagClassName
{
border-color: #080B11;
}
</style>