Shades of Black Russian #0B0C12
Tints of Black Russian #0B0C12
RGB
CMYK
RGB Variations
Color information
#0B0C12 (or 0x0B0C12) is known color: Black Russian. HEX triplet: 0B, 0C and 12. RGB value is (11,12,18). Sum of RGB (Red+Green+Blue) = 11+12+18=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B0C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0C12 is #F4F3ED. Grayscale: #0C0C0C. Windows color (decimal): -16053230 or 1182731. OLE color: 1182731.
HSL color Cylindrical-coordinate representation of color #0B0C12: hue angle of 231.43º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0B0C12 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 12 | 18 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.93 |
| HSL | 231.43º | 0.24% | 0.06% | - |
| HSV(B) | 231.43º | 0.39% | 0.07% | - |
| XYZ | 0.38 | 0.38 | 0.63 | - |
| YUV | 12.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 12 | 18 | 0.39 | 0.33 | 0 | 0.93 | 231.43 | 0.24 | 0.06 |
| Hex | B | C | 12 | 27 | 21 | 0 | 5D | E7 | 18 | 6 |
| Octal | 13 | 14 | 22 | 47 | 41 | 0 | 135 | 347 | 30 | 6 |
| Binary | 1011 | 1100 | 10010 | 100111 | 100001 | 0 | 1011101 | 11100111 | 11000 | 110 |
Color Harmonies of #0B0C12
Complementary color
Monochromatic Colors of #0B0C12
Black with #0B0C12
Text Example
Text Example
White with #0B0C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0C12; }
p { color: rgb(11,12,18); }
H1.HeaderClassName
{
color: #0B0C12;
}
.AnyTagClassName
{
color: #0B0C12;
}
</style>
background-color css
<style>
a { background-color: #0B0C12; }
a { background-color: rgb(11,12,18); }
div.DivClassName
{
background-color: #0B0C12;
}
.BgClassName
{
background-color: #0B0C12;
}
</style>
border-color css
<style>
span { border-color: #0B0C12; }
span { border-color: rgb(11,12,18); }
td.TdClassName
{
border-color: #0B0C12;
}
.TagClassName
{
border-color: #0B0C12;
}
</style>