Shades of Black Russian #0C111D
Tints of Black Russian #0C111D
RGB
CMYK
RGB Variations
Color information
#0C111D (or 0x0C111D) is known color: Black Russian. HEX triplet: 0C, 11 and 1D. RGB value is (12,17,29). Sum of RGB (Red+Green+Blue) = 12+17+29=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C111D is #F3EEE2. Grayscale: #101010. Windows color (decimal): -15986403 or 1904908. OLE color: 1904908.
HSL color Cylindrical-coordinate representation of color #0C111D: hue angle of 222.35º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0C111D is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 17 | 29 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.89 |
| HSL | 222.35º | 0.41% | 0.08% | - |
| HSV(B) | 222.35º | 0.59% | 0.11% | - |
| XYZ | 0.57 | 0.57 | 1.24 | - |
| YUV | 16.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 29 | 0.59 | 0.41 | 0 | 0.89 | 222.35 | 0.41 | 0.08 |
| Hex | C | 11 | 1D | 3B | 29 | 0 | 59 | DE | 29 | 8 |
| Octal | 14 | 21 | 35 | 73 | 51 | 0 | 131 | 336 | 51 | 10 |
| Binary | 1100 | 10001 | 11101 | 111011 | 101001 | 0 | 1011001 | 11011110 | 101001 | 1000 |
Color Harmonies of #0C111D
Complementary color
Monochromatic Colors of #0C111D
Black with #0C111D
Text Example
Text Example
White with #0C111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C111D; }
p { color: rgb(12,17,29); }
H1.HeaderClassName
{
color: #0C111D;
}
.AnyTagClassName
{
color: #0C111D;
}
</style>
background-color css
<style>
a { background-color: #0C111D; }
a { background-color: rgb(12,17,29); }
div.DivClassName
{
background-color: #0C111D;
}
.BgClassName
{
background-color: #0C111D;
}
</style>
border-color css
<style>
span { border-color: #0C111D; }
span { border-color: rgb(12,17,29); }
td.TdClassName
{
border-color: #0C111D;
}
.TagClassName
{
border-color: #0C111D;
}
</style>