Shades of Blackcurrant #3C1047
Tints of Blackcurrant #3C1047
RGB
CMYK
RGB Variations
Color information
#3C1047 (or 0x3C1047) is known color: Blackcurrant. HEX triplet: 3C, 10 and 47. RGB value is (60,16,71). Sum of RGB (Red+Green+Blue) = 60+16+71=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C1047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1047 is #C3EFB8. Grayscale: #232323. Windows color (decimal): -12840889 or 4657212. OLE color: 4657212.
HSL color Cylindrical-coordinate representation of color #3C1047: hue angle of 288º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C1047 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 16 | 71 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.72 |
| HSL | 288º | 0.63% | 0.17% | - |
| HSV(B) | 288º | 0.77% | 0.28% | - |
| XYZ | 3.19 | 1.79 | 6.14 | - |
| YUV | 35.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 71 | 0.15 | 0.77 | 0 | 0.72 | 288 | 0.63 | 0.17 |
| Hex | 3C | 10 | 47 | F | 4D | 0 | 48 | 120 | 3F | 11 |
| Octal | 74 | 20 | 107 | 17 | 115 | 0 | 110 | 440 | 77 | 21 |
| Binary | 111100 | 10000 | 1000111 | 1111 | 1001101 | 0 | 1001000 | 100100000 | 111111 | 10001 |
Color Harmonies of #3C1047
Complementary color
Monochromatic Colors of #3C1047
Black with #3C1047
Text Example
Text Example
White with #3C1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1047; }
p { color: rgb(60,16,71); }
H1.HeaderClassName
{
color: #3C1047;
}
.AnyTagClassName
{
color: #3C1047;
}
</style>
background-color css
<style>
a { background-color: #3C1047; }
a { background-color: rgb(60,16,71); }
div.DivClassName
{
background-color: #3C1047;
}
.BgClassName
{
background-color: #3C1047;
}
</style>
border-color css
<style>
span { border-color: #3C1047; }
span { border-color: rgb(60,16,71); }
td.TdClassName
{
border-color: #3C1047;
}
.TagClassName
{
border-color: #3C1047;
}
</style>