Shades of Black Russian #0B112C
Tints of Black Russian #0B112C
RGB
CMYK
RGB Variations
Color information
#0B112C (or 0x0B112C) is known color: Black Russian. HEX triplet: 0B, 11 and 2C. RGB value is (11,17,44). Sum of RGB (Red+Green+Blue) = 11+17+44=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B112C is #F4EED3. Grayscale: #121212. Windows color (decimal): -16051924 or 2887947. OLE color: 2887947.
HSL color Cylindrical-coordinate representation of color #0B112C: hue angle of 229.09º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B112C is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 17 | 44 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.83 |
| HSL | 229.09º | 0.6% | 0.11% | - |
| HSV(B) | 229.09º | 0.75% | 0.17% | - |
| XYZ | 0.79 | 0.65 | 2.47 | - |
| YUV | 18.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 44 | 0.75 | 0.61 | 0 | 0.83 | 229.09 | 0.6 | 0.11 |
| Hex | B | 11 | 2C | 4B | 3D | 0 | 53 | E5 | 3C | B |
| Octal | 13 | 21 | 54 | 113 | 75 | 0 | 123 | 345 | 74 | 13 |
| Binary | 1011 | 10001 | 101100 | 1001011 | 111101 | 0 | 1010011 | 11100101 | 111100 | 1011 |
Color Harmonies of #0B112C
Complementary color
Monochromatic Colors of #0B112C
Black with #0B112C
Text Example
Text Example
White with #0B112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B112C; }
p { color: rgb(11,17,44); }
H1.HeaderClassName
{
color: #0B112C;
}
.AnyTagClassName
{
color: #0B112C;
}
</style>
background-color css
<style>
a { background-color: #0B112C; }
a { background-color: rgb(11,17,44); }
div.DivClassName
{
background-color: #0B112C;
}
.BgClassName
{
background-color: #0B112C;
}
</style>
border-color css
<style>
span { border-color: #0B112C; }
span { border-color: rgb(11,17,44); }
td.TdClassName
{
border-color: #0B112C;
}
.TagClassName
{
border-color: #0B112C;
}
</style>