Shades of Black Russian #0C121E
Tints of Black Russian #0C121E
RGB
CMYK
RGB Variations
Color information
#0C121E (or 0x0C121E) is known color: Black Russian. HEX triplet: 0C, 12 and 1E. RGB value is (12,18,30). Sum of RGB (Red+Green+Blue) = 12+18+30=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C121E is #F3EDE1. Grayscale: #111111. Windows color (decimal): -15986146 or 1970700. OLE color: 1970700.
HSL color Cylindrical-coordinate representation of color #0C121E: hue angle of 220º 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 #0C121E is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 18 | 30 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.88 |
| HSL | 220º | 0.43% | 0.08% | - |
| HSV(B) | 220º | 0.6% | 0.12% | - |
| XYZ | 0.6 | 0.6 | 1.31 | - |
| YUV | 17.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 30 | 0.60 | 0.40 | 0 | 0.88 | 220 | 0.43 | 0.08 |
| Hex | C | 12 | 1E | 3C | 28 | 0 | 58 | DC | 2B | 8 |
| Octal | 14 | 22 | 36 | 74 | 50 | 0 | 130 | 334 | 53 | 10 |
| Binary | 1100 | 10010 | 11110 | 111100 | 101000 | 0 | 1011000 | 11011100 | 101011 | 1000 |
Color Harmonies of #0C121E
Complementary color
Monochromatic Colors of #0C121E
Black with #0C121E
Text Example
Text Example
White with #0C121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C121E; }
p { color: rgb(12,18,30); }
H1.HeaderClassName
{
color: #0C121E;
}
.AnyTagClassName
{
color: #0C121E;
}
</style>
background-color css
<style>
a { background-color: #0C121E; }
a { background-color: rgb(12,18,30); }
div.DivClassName
{
background-color: #0C121E;
}
.BgClassName
{
background-color: #0C121E;
}
</style>
border-color css
<style>
span { border-color: #0C121E; }
span { border-color: rgb(12,18,30); }
td.TdClassName
{
border-color: #0C121E;
}
.TagClassName
{
border-color: #0C121E;
}
</style>