Shades of Black Russian #0B121F
Tints of Black Russian #0B121F
RGB
CMYK
RGB Variations
Color information
#0B121F (or 0x0B121F) is known color: Black Russian. HEX triplet: 0B, 12 and 1F. RGB value is (11,18,31). Sum of RGB (Red+Green+Blue) = 11+18+31=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B121F is #F4EDE0. Grayscale: #111111. Windows color (decimal): -16051681 or 2036235. OLE color: 2036235.
HSL color Cylindrical-coordinate representation of color #0B121F: hue angle of 219º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B121F is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 18 | 31 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.88 |
| HSL | 219º | 0.48% | 0.08% | - |
| HSV(B) | 219º | 0.65% | 0.12% | - |
| XYZ | 0.6 | 0.6 | 1.38 | - |
| YUV | 17.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 31 | 0.65 | 0.42 | 0 | 0.88 | 219 | 0.48 | 0.08 |
| Hex | B | 12 | 1F | 41 | 2A | 0 | 58 | DB | 30 | 8 |
| Octal | 13 | 22 | 37 | 101 | 52 | 0 | 130 | 333 | 60 | 10 |
| Binary | 1011 | 10010 | 11111 | 1000001 | 101010 | 0 | 1011000 | 11011011 | 110000 | 1000 |
Color Harmonies of #0B121F
Complementary color
Monochromatic Colors of #0B121F
Black with #0B121F
Text Example
Text Example
White with #0B121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B121F; }
p { color: rgb(11,18,31); }
H1.HeaderClassName
{
color: #0B121F;
}
.AnyTagClassName
{
color: #0B121F;
}
</style>
background-color css
<style>
a { background-color: #0B121F; }
a { background-color: rgb(11,18,31); }
div.DivClassName
{
background-color: #0B121F;
}
.BgClassName
{
background-color: #0B121F;
}
</style>
border-color css
<style>
span { border-color: #0B121F; }
span { border-color: rgb(11,18,31); }
td.TdClassName
{
border-color: #0B121F;
}
.TagClassName
{
border-color: #0B121F;
}
</style>