Shades of Blackcurrant #3C0646
Tints of Blackcurrant #3C0646
RGB
CMYK
RGB Variations
Color information
#3C0646 (or 0x3C0646) is known color: Blackcurrant. HEX triplet: 3C, 06 and 46. RGB value is (60,6,70). Sum of RGB (Red+Green+Blue) = 60+6+70=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C0646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0646 is #C3F9B9. Grayscale: #1D1D1D. Windows color (decimal): -12843450 or 4589116. OLE color: 4589116.
HSL color Cylindrical-coordinate representation of color #3C0646: hue angle of 290.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0646 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 6 | 70 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.73 |
| HSL | 290.63º | 0.84% | 0.15% | - |
| HSV(B) | 290.63º | 0.91% | 0.27% | - |
| XYZ | 3.03 | 1.53 | 5.93 | - |
| YUV | 29.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 70 | 0.14 | 0.91 | 0 | 0.73 | 290.63 | 0.84 | 0.15 |
| Hex | 3C | 6 | 46 | E | 5B | 0 | 49 | 123 | 54 | F |
| Octal | 74 | 6 | 106 | 16 | 133 | 0 | 111 | 443 | 124 | 17 |
| Binary | 111100 | 110 | 1000110 | 1110 | 1011011 | 0 | 1001001 | 100100011 | 1010100 | 1111 |
Color Harmonies of #3C0646
Complementary color
Monochromatic Colors of #3C0646
Black with #3C0646
Text Example
Text Example
White with #3C0646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0646; }
p { color: rgb(60,6,70); }
H1.HeaderClassName
{
color: #3C0646;
}
.AnyTagClassName
{
color: #3C0646;
}
</style>
background-color css
<style>
a { background-color: #3C0646; }
a { background-color: rgb(60,6,70); }
div.DivClassName
{
background-color: #3C0646;
}
.BgClassName
{
background-color: #3C0646;
}
</style>
border-color css
<style>
span { border-color: #3C0646; }
span { border-color: rgb(60,6,70); }
td.TdClassName
{
border-color: #3C0646;
}
.TagClassName
{
border-color: #3C0646;
}
</style>