Shades of Black Russian #0C121D
Tints of Black Russian #0C121D
RGB
CMYK
RGB Variations
Color information
#0C121D (or 0x0C121D) is known color: Black Russian. HEX triplet: 0C, 12 and 1D. RGB value is (12,18,29). Sum of RGB (Red+Green+Blue) = 12+18+29=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C121D is #F3EDE2. Grayscale: #111111. Windows color (decimal): -15986147 or 1905164. OLE color: 1905164.
HSL color Cylindrical-coordinate representation of color #0C121D: hue angle of 218.82º 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 #0C121D is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 18 | 29 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.89 |
| HSL | 218.82º | 0.41% | 0.08% | - |
| HSV(B) | 218.82º | 0.59% | 0.11% | - |
| XYZ | 0.59 | 0.6 | 1.25 | - |
| YUV | 17.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 29 | 0.59 | 0.38 | 0 | 0.89 | 218.82 | 0.41 | 0.08 |
| Hex | C | 12 | 1D | 3B | 26 | 0 | 59 | DB | 29 | 8 |
| Octal | 14 | 22 | 35 | 73 | 46 | 0 | 131 | 333 | 51 | 10 |
| Binary | 1100 | 10010 | 11101 | 111011 | 100110 | 0 | 1011001 | 11011011 | 101001 | 1000 |
Color Harmonies of #0C121D
Complementary color
Monochromatic Colors of #0C121D
Black with #0C121D
Text Example
Text Example
White with #0C121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C121D; }
p { color: rgb(12,18,29); }
H1.HeaderClassName
{
color: #0C121D;
}
.AnyTagClassName
{
color: #0C121D;
}
</style>
background-color css
<style>
a { background-color: #0C121D; }
a { background-color: rgb(12,18,29); }
div.DivClassName
{
background-color: #0C121D;
}
.BgClassName
{
background-color: #0C121D;
}
</style>
border-color css
<style>
span { border-color: #0C121D; }
span { border-color: rgb(12,18,29); }
td.TdClassName
{
border-color: #0C121D;
}
.TagClassName
{
border-color: #0C121D;
}
</style>