Shades of Blackcurrant #3C0447
Tints of Blackcurrant #3C0447
RGB
CMYK
RGB Variations
Color information
#3C0447 (or 0x3C0447) is known color: Blackcurrant. HEX triplet: 3C, 04 and 47. RGB value is (60,4,71). Sum of RGB (Red+Green+Blue) = 60+4+71=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0447 is #C3FBB8. Grayscale: #1C1C1C. Windows color (decimal): -12843961 or 4654140. OLE color: 4654140.
HSL color Cylindrical-coordinate representation of color #3C0447: hue angle of 290.15º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0447 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 4 | 71 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.72 |
| HSL | 290.15º | 0.89% | 0.15% | - |
| HSV(B) | 290.15º | 0.94% | 0.28% | - |
| XYZ | 3.04 | 1.5 | 6.09 | - |
| YUV | 28.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 71 | 0.15 | 0.94 | 0 | 0.72 | 290.15 | 0.89 | 0.15 |
| Hex | 3C | 4 | 47 | F | 5E | 0 | 48 | 122 | 59 | F |
| Octal | 74 | 4 | 107 | 17 | 136 | 0 | 110 | 442 | 131 | 17 |
| Binary | 111100 | 100 | 1000111 | 1111 | 1011110 | 0 | 1001000 | 100100010 | 1011001 | 1111 |
Color Harmonies of #3C0447
Complementary color
Monochromatic Colors of #3C0447
Black with #3C0447
Text Example
Text Example
White with #3C0447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0447; }
p { color: rgb(60,4,71); }
H1.HeaderClassName
{
color: #3C0447;
}
.AnyTagClassName
{
color: #3C0447;
}
</style>
background-color css
<style>
a { background-color: #3C0447; }
a { background-color: rgb(60,4,71); }
div.DivClassName
{
background-color: #3C0447;
}
.BgClassName
{
background-color: #3C0447;
}
</style>
border-color css
<style>
span { border-color: #3C0447; }
span { border-color: rgb(60,4,71); }
td.TdClassName
{
border-color: #3C0447;
}
.TagClassName
{
border-color: #3C0447;
}
</style>