Shades of Black Russian #080B15
Tints of Black Russian #080B15
RGB
CMYK
RGB Variations
Color information
#080B15 (or 0x080B15) is known color: Black Russian. HEX triplet: 08, 0B and 15. RGB value is (8,11,21). Sum of RGB (Red+Green+Blue) = 8+11+21=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #080B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B15 is #F7F4EA. Grayscale: #0B0B0B. Windows color (decimal): -16250091 or 1379080. OLE color: 1379080.
HSL color Cylindrical-coordinate representation of color #080B15: hue angle of 226.15º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080B15 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 11 | 21 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.92 |
| HSL | 226.15º | 0.45% | 0.06% | - |
| HSV(B) | 226.15º | 0.62% | 0.08% | - |
| XYZ | 0.36 | 0.35 | 0.76 | - |
| YUV | 11.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 21 | 0.62 | 0.48 | 0 | 0.92 | 226.15 | 0.45 | 0.06 |
| Hex | 8 | B | 15 | 3E | 30 | 0 | 5C | E2 | 2D | 6 |
| Octal | 10 | 13 | 25 | 76 | 60 | 0 | 134 | 342 | 55 | 6 |
| Binary | 1000 | 1011 | 10101 | 111110 | 110000 | 0 | 1011100 | 11100010 | 101101 | 110 |
Color Harmonies of #080B15
Complementary color
Monochromatic Colors of #080B15
Black with #080B15
Text Example
Text Example
White with #080B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B15; }
p { color: rgb(8,11,21); }
H1.HeaderClassName
{
color: #080B15;
}
.AnyTagClassName
{
color: #080B15;
}
</style>
background-color css
<style>
a { background-color: #080B15; }
a { background-color: rgb(8,11,21); }
div.DivClassName
{
background-color: #080B15;
}
.BgClassName
{
background-color: #080B15;
}
</style>
border-color css
<style>
span { border-color: #080B15; }
span { border-color: rgb(8,11,21); }
td.TdClassName
{
border-color: #080B15;
}
.TagClassName
{
border-color: #080B15;
}
</style>