Shades of Black Russian #0B0E15
Tints of Black Russian #0B0E15
RGB
CMYK
RGB Variations
Color information
#0B0E15 (or 0x0B0E15) is known color: Black Russian. HEX triplet: 0B, 0E and 15. RGB value is (11,14,21). Sum of RGB (Red+Green+Blue) = 11+14+21=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E15 is #F4F1EA. Grayscale: #0D0D0D. Windows color (decimal): -16052715 or 1379851. OLE color: 1379851.
HSL color Cylindrical-coordinate representation of color #0B0E15: hue angle of 222º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B0E15 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 14 | 21 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.92 |
| HSL | 222º | 0.31% | 0.06% | - |
| HSV(B) | 222º | 0.48% | 0.08% | - |
| XYZ | 0.43 | 0.44 | 0.77 | - |
| YUV | 13.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 21 | 0.48 | 0.33 | 0 | 0.92 | 222 | 0.31 | 0.06 |
| Hex | B | E | 15 | 30 | 21 | 0 | 5C | DE | 1F | 6 |
| Octal | 13 | 16 | 25 | 60 | 41 | 0 | 134 | 336 | 37 | 6 |
| Binary | 1011 | 1110 | 10101 | 110000 | 100001 | 0 | 1011100 | 11011110 | 11111 | 110 |
Color Harmonies of #0B0E15
Complementary color
Monochromatic Colors of #0B0E15
Black with #0B0E15
Text Example
Text Example
White with #0B0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E15; }
p { color: rgb(11,14,21); }
H1.HeaderClassName
{
color: #0B0E15;
}
.AnyTagClassName
{
color: #0B0E15;
}
</style>
background-color css
<style>
a { background-color: #0B0E15; }
a { background-color: rgb(11,14,21); }
div.DivClassName
{
background-color: #0B0E15;
}
.BgClassName
{
background-color: #0B0E15;
}
</style>
border-color css
<style>
span { border-color: #0B0E15; }
span { border-color: rgb(11,14,21); }
td.TdClassName
{
border-color: #0B0E15;
}
.TagClassName
{
border-color: #0B0E15;
}
</style>