Shades of Blackcurrant #3C064D
Tints of Blackcurrant #3C064D
RGB
CMYK
RGB Variations
Color information
#3C064D (or 0x3C064D) is known color: Blackcurrant. HEX triplet: 3C, 06 and 4D. RGB value is (60,6,77). Sum of RGB (Red+Green+Blue) = 60+6+77=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C064D is #C3F9B2. Grayscale: #1E1E1E. Windows color (decimal): -12843443 or 5047868. OLE color: 5047868.
HSL color Cylindrical-coordinate representation of color #3C064D: hue angle of 285.63º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C064D is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 6 | 77 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.70 |
| HSL | 285.63º | 0.86% | 0.16% | - |
| HSV(B) | 285.63º | 0.92% | 0.3% | - |
| XYZ | 3.27 | 1.63 | 7.16 | - |
| YUV | 30.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 77 | 0.22 | 0.92 | 0 | 0.70 | 285.63 | 0.86 | 0.16 |
| Hex | 3C | 6 | 4D | 16 | 5C | 0 | 46 | 11E | 56 | 10 |
| Octal | 74 | 6 | 115 | 26 | 134 | 0 | 106 | 436 | 126 | 20 |
| Binary | 111100 | 110 | 1001101 | 10110 | 1011100 | 0 | 1000110 | 100011110 | 1010110 | 10000 |
Color Harmonies of #3C064D
Complementary color
Monochromatic Colors of #3C064D
Black with #3C064D
Text Example
Text Example
White with #3C064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C064D; }
p { color: rgb(60,6,77); }
H1.HeaderClassName
{
color: #3C064D;
}
.AnyTagClassName
{
color: #3C064D;
}
</style>
background-color css
<style>
a { background-color: #3C064D; }
a { background-color: rgb(60,6,77); }
div.DivClassName
{
background-color: #3C064D;
}
.BgClassName
{
background-color: #3C064D;
}
</style>
border-color css
<style>
span { border-color: #3C064D; }
span { border-color: rgb(60,6,77); }
td.TdClassName
{
border-color: #3C064D;
}
.TagClassName
{
border-color: #3C064D;
}
</style>