Shades of Black Russian #0B0C13
Tints of Black Russian #0B0C13
RGB
CMYK
RGB Variations
Color information
#0B0C13 (or 0x0B0C13) is known color: Black Russian. HEX triplet: 0B, 0C and 13. RGB value is (11,12,19). Sum of RGB (Red+Green+Blue) = 11+12+19=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B0C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0C13 is #F4F3EC. Grayscale: #0C0C0C. Windows color (decimal): -16053229 or 1248267. OLE color: 1248267.
HSL color Cylindrical-coordinate representation of color #0B0C13: hue angle of 232.5º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0B0C13 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 12 | 19 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.93 |
| HSL | 232.5º | 0.27% | 0.06% | - |
| HSV(B) | 232.5º | 0.42% | 0.07% | - |
| XYZ | 0.39 | 0.38 | 0.67 | - |
| YUV | 12.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 12 | 19 | 0.42 | 0.37 | 0 | 0.93 | 232.5 | 0.27 | 0.06 |
| Hex | B | C | 13 | 2A | 25 | 0 | 5D | E8 | 1B | 6 |
| Octal | 13 | 14 | 23 | 52 | 45 | 0 | 135 | 350 | 33 | 6 |
| Binary | 1011 | 1100 | 10011 | 101010 | 100101 | 0 | 1011101 | 11101000 | 11011 | 110 |
Color Harmonies of #0B0C13
Complementary color
Monochromatic Colors of #0B0C13
Black with #0B0C13
Text Example
Text Example
White with #0B0C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0C13; }
p { color: rgb(11,12,19); }
H1.HeaderClassName
{
color: #0B0C13;
}
.AnyTagClassName
{
color: #0B0C13;
}
</style>
background-color css
<style>
a { background-color: #0B0C13; }
a { background-color: rgb(11,12,19); }
div.DivClassName
{
background-color: #0B0C13;
}
.BgClassName
{
background-color: #0B0C13;
}
</style>
border-color css
<style>
span { border-color: #0B0C13; }
span { border-color: rgb(11,12,19); }
td.TdClassName
{
border-color: #0B0C13;
}
.TagClassName
{
border-color: #0B0C13;
}
</style>