Shades of Black Russian #0B112F
Tints of Black Russian #0B112F
RGB
CMYK
RGB Variations
Color information
#0B112F (or 0x0B112F) is known color: Black Russian. HEX triplet: 0B, 11 and 2F. RGB value is (11,17,47). Sum of RGB (Red+Green+Blue) = 11+17+47=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B112F is #F4EED0. Grayscale: #121212. Windows color (decimal): -16051921 or 3084555. OLE color: 3084555.
HSL color Cylindrical-coordinate representation of color #0B112F: hue angle of 230º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B112F is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 17 | 47 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.82 |
| HSL | 230º | 0.62% | 0.11% | - |
| HSV(B) | 230º | 0.77% | 0.18% | - |
| XYZ | 0.85 | 0.68 | 2.78 | - |
| YUV | 18.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 47 | 0.77 | 0.64 | 0 | 0.82 | 230 | 0.62 | 0.11 |
| Hex | B | 11 | 2F | 4D | 40 | 0 | 52 | E6 | 3E | B |
| Octal | 13 | 21 | 57 | 115 | 100 | 0 | 122 | 346 | 76 | 13 |
| Binary | 1011 | 10001 | 101111 | 1001101 | 1000000 | 0 | 1010010 | 11100110 | 111110 | 1011 |
Color Harmonies of #0B112F
Complementary color
Monochromatic Colors of #0B112F
Black with #0B112F
Text Example
Text Example
White with #0B112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B112F; }
p { color: rgb(11,17,47); }
H1.HeaderClassName
{
color: #0B112F;
}
.AnyTagClassName
{
color: #0B112F;
}
</style>
background-color css
<style>
a { background-color: #0B112F; }
a { background-color: rgb(11,17,47); }
div.DivClassName
{
background-color: #0B112F;
}
.BgClassName
{
background-color: #0B112F;
}
</style>
border-color css
<style>
span { border-color: #0B112F; }
span { border-color: rgb(11,17,47); }
td.TdClassName
{
border-color: #0B112F;
}
.TagClassName
{
border-color: #0B112F;
}
</style>