Shades of Black Russian #0C0E22
Tints of Black Russian #0C0E22
RGB
CMYK
RGB Variations
Color information
#0C0E22 (or 0x0C0E22) is known color: Black Russian. HEX triplet: 0C, 0E and 22. RGB value is (12,14,34). Sum of RGB (Red+Green+Blue) = 12+14+34=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 34 (13.67% from 255 or 56.67% from 60); Max value from RGB is 34 - color contains mainly: blue. Hex color #0C0E22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0E22 is #F3F1DD. Grayscale: #0F0F0F. Windows color (decimal): -15987166 or 2231820. OLE color: 2231820.
HSL color Cylindrical-coordinate representation of color #0C0E22: hue angle of 234.55º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0C0E22 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 14 | 34 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.87 |
| HSL | 234.55º | 0.48% | 0.09% | - |
| HSV(B) | 234.55º | 0.65% | 0.13% | - |
| XYZ | 0.6 | 0.51 | 1.58 | - |
| YUV | 15.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 14 | 34 | 0.65 | 0.59 | 0 | 0.87 | 234.55 | 0.48 | 0.09 |
| Hex | C | E | 22 | 41 | 3B | 0 | 57 | EB | 30 | 9 |
| Octal | 14 | 16 | 42 | 101 | 73 | 0 | 127 | 353 | 60 | 11 |
| Binary | 1100 | 1110 | 100010 | 1000001 | 111011 | 0 | 1010111 | 11101011 | 110000 | 1001 |
Color Harmonies of #0C0E22
Complementary color
Monochromatic Colors of #0C0E22
Black with #0C0E22
Text Example
Text Example
White with #0C0E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0E22; }
p { color: rgb(12,14,34); }
H1.HeaderClassName
{
color: #0C0E22;
}
.AnyTagClassName
{
color: #0C0E22;
}
</style>
background-color css
<style>
a { background-color: #0C0E22; }
a { background-color: rgb(12,14,34); }
div.DivClassName
{
background-color: #0C0E22;
}
.BgClassName
{
background-color: #0C0E22;
}
</style>
border-color css
<style>
span { border-color: #0C0E22; }
span { border-color: rgb(12,14,34); }
td.TdClassName
{
border-color: #0C0E22;
}
.TagClassName
{
border-color: #0C0E22;
}
</style>