Shades of Blackcurrant #0C0112
Tints of Blackcurrant #0C0112
RGB
CMYK
RGB Variations
Color information
#0C0112 (or 0x0C0112) is known color: Blackcurrant. HEX triplet: 0C, 01 and 12. RGB value is (12,1,18). Sum of RGB (Red+Green+Blue) = 12+1+18=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #0C0112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0112 is #F3FEED. Grayscale: #060606. Windows color (decimal): -15990510 or 1179916. OLE color: 1179916.
HSL color Cylindrical-coordinate representation of color #0C0112: hue angle of 278.82º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0112 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 1 | 18 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.93 |
| HSL | 278.82º | 0.89% | 0.04% | - |
| HSV(B) | 278.82º | 0.94% | 0.07% | - |
| XYZ | 0.27 | 0.14 | 0.59 | - |
| YUV | 6.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 18 | 0.33 | 0.94 | 0 | 0.93 | 278.82 | 0.89 | 0.04 |
| Hex | C | 1 | 12 | 21 | 5E | 0 | 5D | 117 | 59 | 4 |
| Octal | 14 | 1 | 22 | 41 | 136 | 0 | 135 | 427 | 131 | 4 |
| Binary | 1100 | 1 | 10010 | 100001 | 1011110 | 0 | 1011101 | 100010111 | 1011001 | 100 |
Color Harmonies of #0C0112
Complementary color
Monochromatic Colors of #0C0112
Black with #0C0112
Text Example
Text Example
White with #0C0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0112; }
p { color: rgb(12,1,18); }
H1.HeaderClassName
{
color: #0C0112;
}
.AnyTagClassName
{
color: #0C0112;
}
</style>
background-color css
<style>
a { background-color: #0C0112; }
a { background-color: rgb(12,1,18); }
div.DivClassName
{
background-color: #0C0112;
}
.BgClassName
{
background-color: #0C0112;
}
</style>
border-color css
<style>
span { border-color: #0C0112; }
span { border-color: rgb(12,1,18); }
td.TdClassName
{
border-color: #0C0112;
}
.TagClassName
{
border-color: #0C0112;
}
</style>