Shades of Blackcurrant #0C0614
Tints of Blackcurrant #0C0614
RGB
CMYK
RGB Variations
Color information
#0C0614 (or 0x0C0614) is known color: Blackcurrant. HEX triplet: 0C, 06 and 14. RGB value is (12,6,20). Sum of RGB (Red+Green+Blue) = 12+6+20=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C0614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0614 is #F3F9EB. Grayscale: #090909. Windows color (decimal): -15989228 or 1312268. OLE color: 1312268.
HSL color Cylindrical-coordinate representation of color #0C0614: hue angle of 265.71º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C0614 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 6 | 20 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.92 |
| HSL | 265.71º | 0.54% | 0.05% | - |
| HSV(B) | 265.71º | 0.7% | 0.08% | - |
| XYZ | 0.34 | 0.26 | 0.69 | - |
| YUV | 9.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 20 | 0.40 | 0.70 | 0 | 0.92 | 265.71 | 0.54 | 0.05 |
| Hex | C | 6 | 14 | 28 | 46 | 0 | 5C | 10A | 36 | 5 |
| Octal | 14 | 6 | 24 | 50 | 106 | 0 | 134 | 412 | 66 | 5 |
| Binary | 1100 | 110 | 10100 | 101000 | 1000110 | 0 | 1011100 | 100001010 | 110110 | 101 |
Color Harmonies of #0C0614
Complementary color
Monochromatic Colors of #0C0614
Black with #0C0614
Text Example
Text Example
White with #0C0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0614; }
p { color: rgb(12,6,20); }
H1.HeaderClassName
{
color: #0C0614;
}
.AnyTagClassName
{
color: #0C0614;
}
</style>
background-color css
<style>
a { background-color: #0C0614; }
a { background-color: rgb(12,6,20); }
div.DivClassName
{
background-color: #0C0614;
}
.BgClassName
{
background-color: #0C0614;
}
</style>
border-color css
<style>
span { border-color: #0C0614; }
span { border-color: rgb(12,6,20); }
td.TdClassName
{
border-color: #0C0614;
}
.TagClassName
{
border-color: #0C0614;
}
</style>