Shades of Black Russian #0C142C
Tints of Black Russian #0C142C
RGB
CMYK
RGB Variations
Color information
#0C142C (or 0x0C142C) is known color: Black Russian. HEX triplet: 0C, 14 and 2C. RGB value is (12,20,44). Sum of RGB (Red+Green+Blue) = 12+20+44=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C142C is #F3EBD3. Grayscale: #141414. Windows color (decimal): -15985620 or 2888716. OLE color: 2888716.
HSL color Cylindrical-coordinate representation of color #0C142C: hue angle of 225º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C142C is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 20 | 44 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.83 |
| HSL | 225º | 0.57% | 0.11% | - |
| HSV(B) | 225º | 0.73% | 0.17% | - |
| XYZ | 0.86 | 0.76 | 2.48 | - |
| YUV | 20.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 44 | 0.73 | 0.55 | 0 | 0.83 | 225 | 0.57 | 0.11 |
| Hex | C | 14 | 2C | 49 | 37 | 0 | 53 | E1 | 39 | B |
| Octal | 14 | 24 | 54 | 111 | 67 | 0 | 123 | 341 | 71 | 13 |
| Binary | 1100 | 10100 | 101100 | 1001001 | 110111 | 0 | 1010011 | 11100001 | 111001 | 1011 |
Color Harmonies of #0C142C
Complementary color
Monochromatic Colors of #0C142C
Black with #0C142C
Text Example
Text Example
White with #0C142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C142C; }
p { color: rgb(12,20,44); }
H1.HeaderClassName
{
color: #0C142C;
}
.AnyTagClassName
{
color: #0C142C;
}
</style>
background-color css
<style>
a { background-color: #0C142C; }
a { background-color: rgb(12,20,44); }
div.DivClassName
{
background-color: #0C142C;
}
.BgClassName
{
background-color: #0C142C;
}
</style>
border-color css
<style>
span { border-color: #0C142C; }
span { border-color: rgb(12,20,44); }
td.TdClassName
{
border-color: #0C142C;
}
.TagClassName
{
border-color: #0C142C;
}
</style>