Shades of Blackcurrant #3C0E56
Tints of Blackcurrant #3C0E56
RGB
CMYK
RGB Variations
Color information
#3C0E56 (or 0x3C0E56) is known color: Blackcurrant. HEX triplet: 3C, 0E and 56. RGB value is (60,14,86). Sum of RGB (Red+Green+Blue) = 60+14+86=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C0E56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0E56 is #C3F1A9. Grayscale: #232323. Windows color (decimal): -12841386 or 5639740. OLE color: 5639740.
HSL color Cylindrical-coordinate representation of color #3C0E56: hue angle of 278.33º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C0E56 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 14 | 86 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.66 |
| HSL | 278.33º | 0.72% | 0.2% | - |
| HSV(B) | 278.33º | 0.84% | 0.34% | - |
| XYZ | 3.7 | 1.95 | 8.98 | - |
| YUV | 35.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 86 | 0.30 | 0.84 | 0 | 0.66 | 278.33 | 0.72 | 0.2 |
| Hex | 3C | E | 56 | 1E | 54 | 0 | 42 | 116 | 48 | 14 |
| Octal | 74 | 16 | 126 | 36 | 124 | 0 | 102 | 426 | 110 | 24 |
| Binary | 111100 | 1110 | 1010110 | 11110 | 1010100 | 0 | 1000010 | 100010110 | 1001000 | 10100 |
Color Harmonies of #3C0E56
Complementary color
Monochromatic Colors of #3C0E56
Black with #3C0E56
Text Example
Text Example
White with #3C0E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E56; }
p { color: rgb(60,14,86); }
H1.HeaderClassName
{
color: #3C0E56;
}
.AnyTagClassName
{
color: #3C0E56;
}
</style>
background-color css
<style>
a { background-color: #3C0E56; }
a { background-color: rgb(60,14,86); }
div.DivClassName
{
background-color: #3C0E56;
}
.BgClassName
{
background-color: #3C0E56;
}
</style>
border-color css
<style>
span { border-color: #3C0E56; }
span { border-color: rgb(60,14,86); }
td.TdClassName
{
border-color: #3C0E56;
}
.TagClassName
{
border-color: #3C0E56;
}
</style>