Shades of Blackcurrant #0C011C
Tints of Blackcurrant #0C011C
RGB
CMYK
RGB Variations
Color information
#0C011C (or 0x0C011C) is known color: Blackcurrant. HEX triplet: 0C, 01 and 1C. RGB value is (12,1,28). Sum of RGB (Red+Green+Blue) = 12+1+28=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C011C is #F3FEE3. Grayscale: #070707. Windows color (decimal): -15990500 or 1835276. OLE color: 1835276.
HSL color Cylindrical-coordinate representation of color #0C011C: hue angle of 264.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C011C is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 1 | 28 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.89 |
| HSL | 264.44º | 0.93% | 0.06% | - |
| HSV(B) | 264.44º | 0.96% | 0.11% | - |
| XYZ | 0.37 | 0.18 | 1.11 | - |
| YUV | 7.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 28 | 0.57 | 0.96 | 0 | 0.89 | 264.44 | 0.93 | 0.06 |
| Hex | C | 1 | 1C | 39 | 60 | 0 | 59 | 108 | 5D | 6 |
| Octal | 14 | 1 | 34 | 71 | 140 | 0 | 131 | 410 | 135 | 6 |
| Binary | 1100 | 1 | 11100 | 111001 | 1100000 | 0 | 1011001 | 100001000 | 1011101 | 110 |
Color Harmonies of #0C011C
Complementary color
Monochromatic Colors of #0C011C
Black with #0C011C
Text Example
Text Example
White with #0C011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C011C; }
p { color: rgb(12,1,28); }
H1.HeaderClassName
{
color: #0C011C;
}
.AnyTagClassName
{
color: #0C011C;
}
</style>
background-color css
<style>
a { background-color: #0C011C; }
a { background-color: rgb(12,1,28); }
div.DivClassName
{
background-color: #0C011C;
}
.BgClassName
{
background-color: #0C011C;
}
</style>
border-color css
<style>
span { border-color: #0C011C; }
span { border-color: rgb(12,1,28); }
td.TdClassName
{
border-color: #0C011C;
}
.TagClassName
{
border-color: #0C011C;
}
</style>