Shades of Blackcurrant #0C0111
Tints of Blackcurrant #0C0111
RGB
CMYK
RGB Variations
Color information
#0C0111 (or 0x0C0111) is known color: Blackcurrant. HEX triplet: 0C, 01 and 11. RGB value is (12,1,17). Sum of RGB (Red+Green+Blue) = 12+1+17=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #0C0111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0111 is #F3FEEE. Grayscale: #060606. Windows color (decimal): -15990511 or 1114380. OLE color: 1114380.
HSL color Cylindrical-coordinate representation of color #0C0111: hue angle of 281.25º 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 #0C0111 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 1 | 17 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.93 |
| HSL | 281.25º | 0.89% | 0.04% | - |
| HSV(B) | 281.25º | 0.94% | 0.07% | - |
| XYZ | 0.26 | 0.14 | 0.54 | - |
| YUV | 6.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 17 | 0.29 | 0.94 | 0 | 0.93 | 281.25 | 0.89 | 0.04 |
| Hex | C | 1 | 11 | 1D | 5E | 0 | 5D | 119 | 59 | 4 |
| Octal | 14 | 1 | 21 | 35 | 136 | 0 | 135 | 431 | 131 | 4 |
| Binary | 1100 | 1 | 10001 | 11101 | 1011110 | 0 | 1011101 | 100011001 | 1011001 | 100 |
Color Harmonies of #0C0111
Complementary color
Monochromatic Colors of #0C0111
Black with #0C0111
Text Example
Text Example
White with #0C0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0111; }
p { color: rgb(12,1,17); }
H1.HeaderClassName
{
color: #0C0111;
}
.AnyTagClassName
{
color: #0C0111;
}
</style>
background-color css
<style>
a { background-color: #0C0111; }
a { background-color: rgb(12,1,17); }
div.DivClassName
{
background-color: #0C0111;
}
.BgClassName
{
background-color: #0C0111;
}
</style>
border-color css
<style>
span { border-color: #0C0111; }
span { border-color: rgb(12,1,17); }
td.TdClassName
{
border-color: #0C0111;
}
.TagClassName
{
border-color: #0C0111;
}
</style>