Shades of Black Russian #0B0D12
Tints of Black Russian #0B0D12
RGB
CMYK
RGB Variations
Color information
#0B0D12 (or 0x0B0D12) is known color: Black Russian. HEX triplet: 0B, 0D and 12. RGB value is (11,13,18). Sum of RGB (Red+Green+Blue) = 11+13+18=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B0D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D12 is #F4F2ED. Grayscale: #0C0C0C. Windows color (decimal): -16052974 or 1182987. OLE color: 1182987.
HSL color Cylindrical-coordinate representation of color #0B0D12: hue angle of 222.86º 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 #0B0D12 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 13 | 18 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.93 |
| HSL | 222.86º | 0.24% | 0.06% | - |
| HSV(B) | 222.86º | 0.39% | 0.07% | - |
| XYZ | 0.39 | 0.4 | 0.63 | - |
| YUV | 12.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 18 | 0.39 | 0.28 | 0 | 0.93 | 222.86 | 0.24 | 0.06 |
| Hex | B | D | 12 | 27 | 1C | 0 | 5D | DF | 18 | 6 |
| Octal | 13 | 15 | 22 | 47 | 34 | 0 | 135 | 337 | 30 | 6 |
| Binary | 1011 | 1101 | 10010 | 100111 | 11100 | 0 | 1011101 | 11011111 | 11000 | 110 |
Color Harmonies of #0B0D12
Complementary color
Monochromatic Colors of #0B0D12
Black with #0B0D12
Text Example
Text Example
White with #0B0D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D12; }
p { color: rgb(11,13,18); }
H1.HeaderClassName
{
color: #0B0D12;
}
.AnyTagClassName
{
color: #0B0D12;
}
</style>
background-color css
<style>
a { background-color: #0B0D12; }
a { background-color: rgb(11,13,18); }
div.DivClassName
{
background-color: #0B0D12;
}
.BgClassName
{
background-color: #0B0D12;
}
</style>
border-color css
<style>
span { border-color: #0B0D12; }
span { border-color: rgb(11,13,18); }
td.TdClassName
{
border-color: #0B0D12;
}
.TagClassName
{
border-color: #0B0D12;
}
</style>