Shades of Blackcurrant #0C041A
Tints of Blackcurrant #0C041A
RGB
CMYK
RGB Variations
Color information
#0C041A (or 0x0C041A) is known color: Blackcurrant. HEX triplet: 0C, 04 and 1A. RGB value is (12,4,26). Sum of RGB (Red+Green+Blue) = 12+4+26=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C041A is #F3FBE5. Grayscale: #080808. Windows color (decimal): -15989734 or 1704972. OLE color: 1704972.
HSL color Cylindrical-coordinate representation of color #0C041A: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C041A is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 4 | 26 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.90 |
| HSL | 261.82º | 0.73% | 0.06% | - |
| HSV(B) | 261.82º | 0.85% | 0.1% | - |
| XYZ | 0.38 | 0.24 | 1 | - |
| YUV | 8.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 26 | 0.54 | 0.85 | 0 | 0.90 | 261.82 | 0.73 | 0.06 |
| Hex | C | 4 | 1A | 36 | 55 | 0 | 5A | 106 | 49 | 6 |
| Octal | 14 | 4 | 32 | 66 | 125 | 0 | 132 | 406 | 111 | 6 |
| Binary | 1100 | 100 | 11010 | 110110 | 1010101 | 0 | 1011010 | 100000110 | 1001001 | 110 |
Color Harmonies of #0C041A
Complementary color
Monochromatic Colors of #0C041A
Black with #0C041A
Text Example
Text Example
White with #0C041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C041A; }
p { color: rgb(12,4,26); }
H1.HeaderClassName
{
color: #0C041A;
}
.AnyTagClassName
{
color: #0C041A;
}
</style>
background-color css
<style>
a { background-color: #0C041A; }
a { background-color: rgb(12,4,26); }
div.DivClassName
{
background-color: #0C041A;
}
.BgClassName
{
background-color: #0C041A;
}
</style>
border-color css
<style>
span { border-color: #0C041A; }
span { border-color: rgb(12,4,26); }
td.TdClassName
{
border-color: #0C041A;
}
.TagClassName
{
border-color: #0C041A;
}
</style>