Shades of Black Russian #0C142D
Tints of Black Russian #0C142D
RGB
CMYK
RGB Variations
Color information
#0C142D (or 0x0C142D) is known color: Black Russian. HEX triplet: 0C, 14 and 2D. RGB value is (12,20,45). Sum of RGB (Red+Green+Blue) = 12+20+45=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C142D is #F3EBD2. Grayscale: #141414. Windows color (decimal): -15985619 or 2954252. OLE color: 2954252.
HSL color Cylindrical-coordinate representation of color #0C142D: hue angle of 225.45º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C142D is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 20 | 45 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.82 |
| HSL | 225.45º | 0.58% | 0.11% | - |
| HSV(B) | 225.45º | 0.73% | 0.18% | - |
| XYZ | 0.88 | 0.77 | 2.58 | - |
| YUV | 20.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 45 | 0.73 | 0.56 | 0 | 0.82 | 225.45 | 0.58 | 0.11 |
| Hex | C | 14 | 2D | 49 | 38 | 0 | 52 | E1 | 3A | B |
| Octal | 14 | 24 | 55 | 111 | 70 | 0 | 122 | 341 | 72 | 13 |
| Binary | 1100 | 10100 | 101101 | 1001001 | 111000 | 0 | 1010010 | 11100001 | 111010 | 1011 |
Color Harmonies of #0C142D
Complementary color
Monochromatic Colors of #0C142D
Black with #0C142D
Text Example
Text Example
White with #0C142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C142D; }
p { color: rgb(12,20,45); }
H1.HeaderClassName
{
color: #0C142D;
}
.AnyTagClassName
{
color: #0C142D;
}
</style>
background-color css
<style>
a { background-color: #0C142D; }
a { background-color: rgb(12,20,45); }
div.DivClassName
{
background-color: #0C142D;
}
.BgClassName
{
background-color: #0C142D;
}
</style>
border-color css
<style>
span { border-color: #0C142D; }
span { border-color: rgb(12,20,45); }
td.TdClassName
{
border-color: #0C142D;
}
.TagClassName
{
border-color: #0C142D;
}
</style>