Shades of Black Russian #0C0B13
Tints of Black Russian #0C0B13
RGB
CMYK
RGB Variations
Color information
#0C0B13 (or 0x0C0B13) is known color: Black Russian. HEX triplet: 0C, 0B and 13. RGB value is (12,11,19). Sum of RGB (Red+Green+Blue) = 12+11+19=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 11 (4.69% from 255 or 26.19% 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 #0C0B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B13 is #F3F4EC. Grayscale: #0C0C0C. Windows color (decimal): -15987949 or 1248012. OLE color: 1248012.
HSL color Cylindrical-coordinate representation of color #0C0B13: hue angle of 247.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 #0C0B13 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 11 | 19 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.93 |
| HSL | 247.5º | 0.27% | 0.06% | - |
| HSV(B) | 247.5º | 0.42% | 0.07% | - |
| XYZ | 0.39 | 0.36 | 0.67 | - |
| YUV | 12.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 19 | 0.37 | 0.42 | 0 | 0.93 | 247.5 | 0.27 | 0.06 |
| Hex | C | B | 13 | 25 | 2A | 0 | 5D | F8 | 1B | 6 |
| Octal | 14 | 13 | 23 | 45 | 52 | 0 | 135 | 370 | 33 | 6 |
| Binary | 1100 | 1011 | 10011 | 100101 | 101010 | 0 | 1011101 | 11111000 | 11011 | 110 |
Color Harmonies of #0C0B13
Complementary color
Monochromatic Colors of #0C0B13
Black with #0C0B13
Text Example
Text Example
White with #0C0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B13; }
p { color: rgb(12,11,19); }
H1.HeaderClassName
{
color: #0C0B13;
}
.AnyTagClassName
{
color: #0C0B13;
}
</style>
background-color css
<style>
a { background-color: #0C0B13; }
a { background-color: rgb(12,11,19); }
div.DivClassName
{
background-color: #0C0B13;
}
.BgClassName
{
background-color: #0C0B13;
}
</style>
border-color css
<style>
span { border-color: #0C0B13; }
span { border-color: rgb(12,11,19); }
td.TdClassName
{
border-color: #0C0B13;
}
.TagClassName
{
border-color: #0C0B13;
}
</style>