Shades of Black Russian #0C111E
Tints of Black Russian #0C111E
RGB
CMYK
RGB Variations
Color information
#0C111E (or 0x0C111E) is known color: Black Russian. HEX triplet: 0C, 11 and 1E. RGB value is (12,17,30). Sum of RGB (Red+Green+Blue) = 12+17+30=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C111E is #F3EEE1. Grayscale: #101010. Windows color (decimal): -15986402 or 1970444. OLE color: 1970444.
HSL color Cylindrical-coordinate representation of color #0C111E: hue angle of 223.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C111E is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 17 | 30 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.88 |
| HSL | 223.33º | 0.43% | 0.08% | - |
| HSV(B) | 223.33º | 0.6% | 0.12% | - |
| XYZ | 0.59 | 0.57 | 1.31 | - |
| YUV | 16.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 17 | 30 | 0.60 | 0.43 | 0 | 0.88 | 223.33 | 0.43 | 0.08 |
| Hex | C | 11 | 1E | 3C | 2B | 0 | 58 | DF | 2B | 8 |
| Octal | 14 | 21 | 36 | 74 | 53 | 0 | 130 | 337 | 53 | 10 |
| Binary | 1100 | 10001 | 11110 | 111100 | 101011 | 0 | 1011000 | 11011111 | 101011 | 1000 |
Color Harmonies of #0C111E
Complementary color
Monochromatic Colors of #0C111E
Black with #0C111E
Text Example
Text Example
White with #0C111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C111E; }
p { color: rgb(12,17,30); }
H1.HeaderClassName
{
color: #0C111E;
}
.AnyTagClassName
{
color: #0C111E;
}
</style>
background-color css
<style>
a { background-color: #0C111E; }
a { background-color: rgb(12,17,30); }
div.DivClassName
{
background-color: #0C111E;
}
.BgClassName
{
background-color: #0C111E;
}
</style>
border-color css
<style>
span { border-color: #0C111E; }
span { border-color: rgb(12,17,30); }
td.TdClassName
{
border-color: #0C111E;
}
.TagClassName
{
border-color: #0C111E;
}
</style>