Shades of Blackcurrant #0C021C
Tints of Blackcurrant #0C021C
RGB
CMYK
RGB Variations
Color information
#0C021C (or 0x0C021C) is known color: Blackcurrant. HEX triplet: 0C, 02 and 1C. RGB value is (12,2,28). Sum of RGB (Red+Green+Blue) = 12+2+28=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C021C is #F3FDE3. Grayscale: #070707. Windows color (decimal): -15990244 or 1835532. OLE color: 1835532.
HSL color Cylindrical-coordinate representation of color #0C021C: hue angle of 263.08º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C021C is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 2 | 28 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.89 |
| HSL | 263.08º | 0.87% | 0.06% | - |
| HSV(B) | 263.08º | 0.93% | 0.11% | - |
| XYZ | 0.38 | 0.21 | 1.12 | - |
| YUV | 7.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 28 | 0.57 | 0.93 | 0 | 0.89 | 263.08 | 0.87 | 0.06 |
| Hex | C | 2 | 1C | 39 | 5D | 0 | 59 | 107 | 57 | 6 |
| Octal | 14 | 2 | 34 | 71 | 135 | 0 | 131 | 407 | 127 | 6 |
| Binary | 1100 | 10 | 11100 | 111001 | 1011101 | 0 | 1011001 | 100000111 | 1010111 | 110 |
Color Harmonies of #0C021C
Complementary color
Monochromatic Colors of #0C021C
Black with #0C021C
Text Example
Text Example
White with #0C021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C021C; }
p { color: rgb(12,2,28); }
H1.HeaderClassName
{
color: #0C021C;
}
.AnyTagClassName
{
color: #0C021C;
}
</style>
background-color css
<style>
a { background-color: #0C021C; }
a { background-color: rgb(12,2,28); }
div.DivClassName
{
background-color: #0C021C;
}
.BgClassName
{
background-color: #0C021C;
}
</style>
border-color css
<style>
span { border-color: #0C021C; }
span { border-color: rgb(12,2,28); }
td.TdClassName
{
border-color: #0C021C;
}
.TagClassName
{
border-color: #0C021C;
}
</style>