Shades of Black Russian #0B0E14
Tints of Black Russian #0B0E14
RGB
CMYK
RGB Variations
Color information
#0B0E14 (or 0x0B0E14) is known color: Black Russian. HEX triplet: 0B, 0E and 14. RGB value is (11,14,20). Sum of RGB (Red+Green+Blue) = 11+14+20=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E14 is #F4F1EB. Grayscale: #0D0D0D. Windows color (decimal): -16052716 or 1314315. OLE color: 1314315.
HSL color Cylindrical-coordinate representation of color #0B0E14: hue angle of 220º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B0E14 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 14 | 20 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.92 |
| HSL | 220º | 0.29% | 0.06% | - |
| HSV(B) | 220º | 0.45% | 0.08% | - |
| XYZ | 0.42 | 0.44 | 0.72 | - |
| YUV | 13.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 20 | 0.45 | 0.30 | 0 | 0.92 | 220 | 0.29 | 0.06 |
| Hex | B | E | 14 | 2D | 1E | 0 | 5C | DC | 1D | 6 |
| Octal | 13 | 16 | 24 | 55 | 36 | 0 | 134 | 334 | 35 | 6 |
| Binary | 1011 | 1110 | 10100 | 101101 | 11110 | 0 | 1011100 | 11011100 | 11101 | 110 |
Color Harmonies of #0B0E14
Complementary color
Monochromatic Colors of #0B0E14
Black with #0B0E14
Text Example
Text Example
White with #0B0E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E14; }
p { color: rgb(11,14,20); }
H1.HeaderClassName
{
color: #0B0E14;
}
.AnyTagClassName
{
color: #0B0E14;
}
</style>
background-color css
<style>
a { background-color: #0B0E14; }
a { background-color: rgb(11,14,20); }
div.DivClassName
{
background-color: #0B0E14;
}
.BgClassName
{
background-color: #0B0E14;
}
</style>
border-color css
<style>
span { border-color: #0B0E14; }
span { border-color: rgb(11,14,20); }
td.TdClassName
{
border-color: #0B0E14;
}
.TagClassName
{
border-color: #0B0E14;
}
</style>