Shades of Blackcurrant #0C010F
Tints of Blackcurrant #0C010F
RGB
CMYK
RGB Variations
Color information
#0C010F (or 0x0C010F) is known color: Blackcurrant. HEX triplet: 0C, 01 and 0F. RGB value is (12,1,15). Sum of RGB (Red+Green+Blue) = 12+1+15=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 15 (6.25% from 255 or 53.57% from 28); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C010F is #F3FEF0. Grayscale: #050505. Windows color (decimal): -15990513 or 983308. OLE color: 983308.
HSL color Cylindrical-coordinate representation of color #0C010F: hue angle of 287.14º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C010F is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 1 | 15 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.94 |
| HSL | 287.14º | 0.88% | 0.03% | - |
| HSV(B) | 287.14º | 0.93% | 0.06% | - |
| XYZ | 0.25 | 0.13 | 0.46 | - |
| YUV | 5.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 15 | 0.20 | 0.93 | 0 | 0.94 | 287.14 | 0.88 | 0.03 |
| Hex | C | 1 | F | 14 | 5D | 0 | 5E | 11F | 58 | 3 |
| Octal | 14 | 1 | 17 | 24 | 135 | 0 | 136 | 437 | 130 | 3 |
| Binary | 1100 | 1 | 1111 | 10100 | 1011101 | 0 | 1011110 | 100011111 | 1011000 | 11 |
Color Harmonies of #0C010F
Complementary color
Monochromatic Colors of #0C010F
Black with #0C010F
Text Example
Text Example
White with #0C010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C010F; }
p { color: rgb(12,1,15); }
H1.HeaderClassName
{
color: #0C010F;
}
.AnyTagClassName
{
color: #0C010F;
}
</style>
background-color css
<style>
a { background-color: #0C010F; }
a { background-color: rgb(12,1,15); }
div.DivClassName
{
background-color: #0C010F;
}
.BgClassName
{
background-color: #0C010F;
}
</style>
border-color css
<style>
span { border-color: #0C010F; }
span { border-color: rgb(12,1,15); }
td.TdClassName
{
border-color: #0C010F;
}
.TagClassName
{
border-color: #0C010F;
}
</style>