Shades of Black Russian #0C0C11
Tints of Black Russian #0C0C11
RGB
CMYK
RGB Variations
Color information
#0C0C11 (or 0x0C0C11) is known color: Black Russian. HEX triplet: 0C, 0C and 11. RGB value is (12,12,17). Sum of RGB (Red+Green+Blue) = 12+12+17=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 17 - color contains mainly: blue. Hex color #0C0C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0C11 is #F3F3EE. Grayscale: #0C0C0C. Windows color (decimal): -15987695 or 1117196. OLE color: 1117196.
HSL color Cylindrical-coordinate representation of color #0C0C11: hue angle of 240º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0C0C11 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 12 | 12 | 17 | - |
CMYK | 0.29 | 0.29 | 0 | 0.93 |
HSL | 240º | 0.17% | 0.06% | - |
HSV(B) | 240º | 0.29% | 0.07% | - |
XYZ | 0.38 | 0.38 | 0.58 | - |
YUV | 12.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 12 | 17 | 0.29 | 0.29 | 0 | 0.93 | 240 | 0.17 | 0.06 |
Hex | C | C | 11 | 1D | 1D | 0 | 5D | F0 | 11 | 6 |
Octal | 14 | 14 | 21 | 35 | 35 | 0 | 135 | 360 | 21 | 6 |
Binary | 1100 | 1100 | 10001 | 11101 | 11101 | 0 | 1011101 | 11110000 | 10001 | 110 |
Color Harmonies of #0C0C11
Complementary color
Monochromatic Colors of #0C0C11
Black with #0C0C11
Text Example
Text Example
White with #0C0C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0C11; }
p { color: rgb(12,12,17); }
H1.HeaderClassName
{
color: #0C0C11;
}
.AnyTagClassName
{
color: #0C0C11;
}
</style>
background-color css
<style>
a { background-color: #0C0C11; }
a { background-color: rgb(12,12,17); }
div.DivClassName
{
background-color: #0C0C11;
}
.BgClassName
{
background-color: #0C0C11;
}
</style>
border-color css
<style>
span { border-color: #0C0C11; }
span { border-color: rgb(12,12,17); }
td.TdClassName
{
border-color: #0C0C11;
}
.TagClassName
{
border-color: #0C0C11;
}
</style>