Shades of Black Russian #0B121E
Tints of Black Russian #0B121E
RGB
CMYK
RGB Variations
Color information
#0B121E (or 0x0B121E) is known color: Black Russian. HEX triplet: 0B, 12 and 1E. RGB value is (11,18,30). Sum of RGB (Red+Green+Blue) = 11+18+30=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B121E is #F4EDE1. Grayscale: #111111. Windows color (decimal): -16051682 or 1970699. OLE color: 1970699.
HSL color Cylindrical-coordinate representation of color #0B121E: hue angle of 217.89º 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 #0B121E is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 18 | 30 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.88 |
| HSL | 217.89º | 0.46% | 0.08% | - |
| HSV(B) | 217.89º | 0.63% | 0.12% | - |
| XYZ | 0.59 | 0.6 | 1.31 | - |
| YUV | 17.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 30 | 0.63 | 0.40 | 0 | 0.88 | 217.89 | 0.46 | 0.08 |
| Hex | B | 12 | 1E | 3F | 28 | 0 | 58 | DA | 2E | 8 |
| Octal | 13 | 22 | 36 | 77 | 50 | 0 | 130 | 332 | 56 | 10 |
| Binary | 1011 | 10010 | 11110 | 111111 | 101000 | 0 | 1011000 | 11011010 | 101110 | 1000 |
Color Harmonies of #0B121E
Complementary color
Monochromatic Colors of #0B121E
Black with #0B121E
Text Example
Text Example
White with #0B121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B121E; }
p { color: rgb(11,18,30); }
H1.HeaderClassName
{
color: #0B121E;
}
.AnyTagClassName
{
color: #0B121E;
}
</style>
background-color css
<style>
a { background-color: #0B121E; }
a { background-color: rgb(11,18,30); }
div.DivClassName
{
background-color: #0B121E;
}
.BgClassName
{
background-color: #0B121E;
}
</style>
border-color css
<style>
span { border-color: #0B121E; }
span { border-color: rgb(11,18,30); }
td.TdClassName
{
border-color: #0B121E;
}
.TagClassName
{
border-color: #0B121E;
}
</style>