Shades of Black Russian #0B112D
Tints of Black Russian #0B112D
RGB
CMYK
RGB Variations
Color information
#0B112D (or 0x0B112D) is known color: Black Russian. HEX triplet: 0B, 11 and 2D. RGB value is (11,17,45). Sum of RGB (Red+Green+Blue) = 11+17+45=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B112D is #F4EED2. Grayscale: #121212. Windows color (decimal): -16051923 or 2953483. OLE color: 2953483.
HSL color Cylindrical-coordinate representation of color #0B112D: hue angle of 229.41º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B112D is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 17 | 45 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.82 |
| HSL | 229.41º | 0.61% | 0.11% | - |
| HSV(B) | 229.41º | 0.76% | 0.18% | - |
| XYZ | 0.81 | 0.66 | 2.57 | - |
| YUV | 18.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 45 | 0.76 | 0.62 | 0 | 0.82 | 229.41 | 0.61 | 0.11 |
| Hex | B | 11 | 2D | 4C | 3E | 0 | 52 | E5 | 3D | B |
| Octal | 13 | 21 | 55 | 114 | 76 | 0 | 122 | 345 | 75 | 13 |
| Binary | 1011 | 10001 | 101101 | 1001100 | 111110 | 0 | 1010010 | 11100101 | 111101 | 1011 |
Color Harmonies of #0B112D
Complementary color
Monochromatic Colors of #0B112D
Black with #0B112D
Text Example
Text Example
White with #0B112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B112D; }
p { color: rgb(11,17,45); }
H1.HeaderClassName
{
color: #0B112D;
}
.AnyTagClassName
{
color: #0B112D;
}
</style>
background-color css
<style>
a { background-color: #0B112D; }
a { background-color: rgb(11,17,45); }
div.DivClassName
{
background-color: #0B112D;
}
.BgClassName
{
background-color: #0B112D;
}
</style>
border-color css
<style>
span { border-color: #0B112D; }
span { border-color: rgb(11,17,45); }
td.TdClassName
{
border-color: #0B112D;
}
.TagClassName
{
border-color: #0B112D;
}
</style>