Shades of Blackcurrant #0C0119
Tints of Blackcurrant #0C0119
RGB
CMYK
RGB Variations
Color information
#0C0119 (or 0x0C0119) is known color: Blackcurrant. HEX triplet: 0C, 01 and 19. RGB value is (12,1,25). Sum of RGB (Red+Green+Blue) = 12+1+25=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0119 is #F3FEE6. Grayscale: #060606. Windows color (decimal): -15990503 or 1638668. OLE color: 1638668.
HSL color Cylindrical-coordinate representation of color #0C0119: hue angle of 267.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0119 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 1 | 25 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.90 |
| HSL | 267.5º | 0.92% | 0.05% | - |
| HSV(B) | 267.5º | 0.96% | 0.1% | - |
| XYZ | 0.34 | 0.17 | 0.93 | - |
| YUV | 7.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 25 | 0.52 | 0.96 | 0 | 0.90 | 267.5 | 0.92 | 0.05 |
| Hex | C | 1 | 19 | 34 | 60 | 0 | 5A | 10C | 5C | 5 |
| Octal | 14 | 1 | 31 | 64 | 140 | 0 | 132 | 414 | 134 | 5 |
| Binary | 1100 | 1 | 11001 | 110100 | 1100000 | 0 | 1011010 | 100001100 | 1011100 | 101 |
Color Harmonies of #0C0119
Complementary color
Monochromatic Colors of #0C0119
Black with #0C0119
Text Example
Text Example
White with #0C0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0119; }
p { color: rgb(12,1,25); }
H1.HeaderClassName
{
color: #0C0119;
}
.AnyTagClassName
{
color: #0C0119;
}
</style>
background-color css
<style>
a { background-color: #0C0119; }
a { background-color: rgb(12,1,25); }
div.DivClassName
{
background-color: #0C0119;
}
.BgClassName
{
background-color: #0C0119;
}
</style>
border-color css
<style>
span { border-color: #0C0119; }
span { border-color: rgb(12,1,25); }
td.TdClassName
{
border-color: #0C0119;
}
.TagClassName
{
border-color: #0C0119;
}
</style>