Shades of Blackcurrant #0C041C
Tints of Blackcurrant #0C041C
RGB
CMYK
RGB Variations
Color information
#0C041C (or 0x0C041C) is known color: Blackcurrant. HEX triplet: 0C, 04 and 1C. RGB value is (12,4,28). Sum of RGB (Red+Green+Blue) = 12+4+28=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C041C is #F3FBE3. Grayscale: #090909. Windows color (decimal): -15989732 or 1836044. OLE color: 1836044.
HSL color Cylindrical-coordinate representation of color #0C041C: hue angle of 260º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C041C is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 4 | 28 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.89 |
| HSL | 260º | 0.75% | 0.06% | - |
| HSV(B) | 260º | 0.86% | 0.11% | - |
| XYZ | 0.4 | 0.25 | 1.13 | - |
| YUV | 9.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 28 | 0.57 | 0.86 | 0 | 0.89 | 260 | 0.75 | 0.06 |
| Hex | C | 4 | 1C | 39 | 56 | 0 | 59 | 104 | 4B | 6 |
| Octal | 14 | 4 | 34 | 71 | 126 | 0 | 131 | 404 | 113 | 6 |
| Binary | 1100 | 100 | 11100 | 111001 | 1010110 | 0 | 1011001 | 100000100 | 1001011 | 110 |
Color Harmonies of #0C041C
Complementary color
Monochromatic Colors of #0C041C
Black with #0C041C
Text Example
Text Example
White with #0C041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C041C; }
p { color: rgb(12,4,28); }
H1.HeaderClassName
{
color: #0C041C;
}
.AnyTagClassName
{
color: #0C041C;
}
</style>
background-color css
<style>
a { background-color: #0C041C; }
a { background-color: rgb(12,4,28); }
div.DivClassName
{
background-color: #0C041C;
}
.BgClassName
{
background-color: #0C041C;
}
</style>
border-color css
<style>
span { border-color: #0C041C; }
span { border-color: rgb(12,4,28); }
td.TdClassName
{
border-color: #0C041C;
}
.TagClassName
{
border-color: #0C041C;
}
</style>