Shades of Blackcurrant #0C0411
Tints of Blackcurrant #0C0411
RGB
CMYK
RGB Variations
Color information
#0C0411 (or 0x0C0411) is known color: Blackcurrant. HEX triplet: 0C, 04 and 11. RGB value is (12,4,17). Sum of RGB (Red+Green+Blue) = 12+4+17=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #0C0411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0411 is #F3FBEE. Grayscale: #070707. Windows color (decimal): -15989743 or 1115148. OLE color: 1115148.
HSL color Cylindrical-coordinate representation of color #0C0411: hue angle of 276.92º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C0411 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 12 | 4 | 17 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.93 |
| HSL | 276.92º | 0.62% | 0.04% | - |
| HSV(B) | 276.92º | 0.76% | 0.07% | - |
| XYZ | 0.3 | 0.21 | 0.55 | - |
| YUV | 7.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 17 | 0.29 | 0.76 | 0 | 0.93 | 276.92 | 0.62 | 0.04 |
| Hex | C | 4 | 11 | 1D | 4C | 0 | 5D | 115 | 3E | 4 |
| Octal | 14 | 4 | 21 | 35 | 114 | 0 | 135 | 425 | 76 | 4 |
| Binary | 1100 | 100 | 10001 | 11101 | 1001100 | 0 | 1011101 | 100010101 | 111110 | 100 |
Color Harmonies of #0C0411
Complementary color
Monochromatic Colors of #0C0411
Black with #0C0411
Text Example
Text Example
White with #0C0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0411; }
p { color: rgb(12,4,17); }
H1.HeaderClassName
{
color: #0C0411;
}
.AnyTagClassName
{
color: #0C0411;
}
</style>
background-color css
<style>
a { background-color: #0C0411; }
a { background-color: rgb(12,4,17); }
div.DivClassName
{
background-color: #0C0411;
}
.BgClassName
{
background-color: #0C0411;
}
</style>
border-color css
<style>
span { border-color: #0C0411; }
span { border-color: rgb(12,4,17); }
td.TdClassName
{
border-color: #0C0411;
}
.TagClassName
{
border-color: #0C0411;
}
</style>