Shades of Blackcurrant #0C020F
Tints of Blackcurrant #0C020F
RGB
CMYK
RGB Variations
Color information
#0C020F (or 0x0C020F) is known color: Blackcurrant. HEX triplet: 0C, 02 and 0F. RGB value is (12,2,15). Sum of RGB (Red+Green+Blue) = 12+2+15=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C020F is #F3FDF0. Grayscale: #060606. Windows color (decimal): -15990257 or 983564. OLE color: 983564.
HSL color Cylindrical-coordinate representation of color #0C020F: hue angle of 286.15º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C020F is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 2 | 15 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.94 |
| HSL | 286.15º | 0.76% | 0.03% | - |
| HSV(B) | 286.15º | 0.87% | 0.06% | - |
| XYZ | 0.26 | 0.16 | 0.47 | - |
| YUV | 6.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 2 | 15 | 0.20 | 0.87 | 0 | 0.94 | 286.15 | 0.76 | 0.03 |
| Hex | C | 2 | F | 14 | 57 | 0 | 5E | 11E | 4C | 3 |
| Octal | 14 | 2 | 17 | 24 | 127 | 0 | 136 | 436 | 114 | 3 |
| Binary | 1100 | 10 | 1111 | 10100 | 1010111 | 0 | 1011110 | 100011110 | 1001100 | 11 |
Color Harmonies of #0C020F
Complementary color
Monochromatic Colors of #0C020F
Black with #0C020F
Text Example
Text Example
White with #0C020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C020F; }
p { color: rgb(12,2,15); }
H1.HeaderClassName
{
color: #0C020F;
}
.AnyTagClassName
{
color: #0C020F;
}
</style>
background-color css
<style>
a { background-color: #0C020F; }
a { background-color: rgb(12,2,15); }
div.DivClassName
{
background-color: #0C020F;
}
.BgClassName
{
background-color: #0C020F;
}
</style>
border-color css
<style>
span { border-color: #0C020F; }
span { border-color: rgb(12,2,15); }
td.TdClassName
{
border-color: #0C020F;
}
.TagClassName
{
border-color: #0C020F;
}
</style>