Shades of Black Russian #0B0E1E
Tints of Black Russian #0B0E1E
RGB
CMYK
RGB Variations
Color information
#0B0E1E (or 0x0B0E1E) is known color: Black Russian. HEX triplet: 0B, 0E and 1E. RGB value is (11,14,30). Sum of RGB (Red+Green+Blue) = 11+14+30=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B0E1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0E1E is #F4F1E1. Grayscale: #0E0E0E. Windows color (decimal): -16052706 or 1969675. OLE color: 1969675.
HSL color Cylindrical-coordinate representation of color #0B0E1E: hue angle of 230.53º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B0E1E is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 14 | 30 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.88 |
| HSL | 230.53º | 0.46% | 0.08% | - |
| HSV(B) | 230.53º | 0.63% | 0.12% | - |
| XYZ | 0.53 | 0.48 | 1.29 | - |
| YUV | 14.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 14 | 30 | 0.63 | 0.53 | 0 | 0.88 | 230.53 | 0.46 | 0.08 |
| Hex | B | E | 1E | 3F | 35 | 0 | 58 | E7 | 2E | 8 |
| Octal | 13 | 16 | 36 | 77 | 65 | 0 | 130 | 347 | 56 | 10 |
| Binary | 1011 | 1110 | 11110 | 111111 | 110101 | 0 | 1011000 | 11100111 | 101110 | 1000 |
Color Harmonies of #0B0E1E
Complementary color
Monochromatic Colors of #0B0E1E
Black with #0B0E1E
Text Example
Text Example
White with #0B0E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0E1E; }
p { color: rgb(11,14,30); }
H1.HeaderClassName
{
color: #0B0E1E;
}
.AnyTagClassName
{
color: #0B0E1E;
}
</style>
background-color css
<style>
a { background-color: #0B0E1E; }
a { background-color: rgb(11,14,30); }
div.DivClassName
{
background-color: #0B0E1E;
}
.BgClassName
{
background-color: #0B0E1E;
}
</style>
border-color css
<style>
span { border-color: #0B0E1E; }
span { border-color: rgb(11,14,30); }
td.TdClassName
{
border-color: #0B0E1E;
}
.TagClassName
{
border-color: #0B0E1E;
}
</style>