Shades of Black Russian #0C0A13
Tints of Black Russian #0C0A13
RGB
CMYK
RGB Variations
Color information
#0C0A13 (or 0x0C0A13) is known color: Black Russian. HEX triplet: 0C, 0A and 13. RGB value is (12,10,19). Sum of RGB (Red+Green+Blue) = 12+10+19=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C0A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0A13 is #F3F5EC. Grayscale: #0B0B0B. Windows color (decimal): -15988205 or 1247756. OLE color: 1247756.
HSL color Cylindrical-coordinate representation of color #0C0A13: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0C0A13 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 10 | 19 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.93 |
| HSL | 253.33º | 0.31% | 0.06% | - |
| HSV(B) | 253.33º | 0.47% | 0.07% | - |
| XYZ | 0.38 | 0.34 | 0.66 | - |
| YUV | 11.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 10 | 19 | 0.37 | 0.47 | 0 | 0.93 | 253.33 | 0.31 | 0.06 |
| Hex | C | A | 13 | 25 | 2F | 0 | 5D | FD | 1F | 6 |
| Octal | 14 | 12 | 23 | 45 | 57 | 0 | 135 | 375 | 37 | 6 |
| Binary | 1100 | 1010 | 10011 | 100101 | 101111 | 0 | 1011101 | 11111101 | 11111 | 110 |
Color Harmonies of #0C0A13
Complementary color
Monochromatic Colors of #0C0A13
Black with #0C0A13
Text Example
Text Example
White with #0C0A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0A13; }
p { color: rgb(12,10,19); }
H1.HeaderClassName
{
color: #0C0A13;
}
.AnyTagClassName
{
color: #0C0A13;
}
</style>
background-color css
<style>
a { background-color: #0C0A13; }
a { background-color: rgb(12,10,19); }
div.DivClassName
{
background-color: #0C0A13;
}
.BgClassName
{
background-color: #0C0A13;
}
</style>
border-color css
<style>
span { border-color: #0C0A13; }
span { border-color: rgb(12,10,19); }
td.TdClassName
{
border-color: #0C0A13;
}
.TagClassName
{
border-color: #0C0A13;
}
</style>