Shades of Blackcurrant #3C1548
Tints of Blackcurrant #3C1548
RGB
CMYK
RGB Variations
Color information
#3C1548 (or 0x3C1548) is known color: Blackcurrant. HEX triplet: 3C, 15 and 48. RGB value is (60,21,72). Sum of RGB (Red+Green+Blue) = 60+21+72=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C1548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1548 is #C3EAB7. Grayscale: #262626. Windows color (decimal): -12839608 or 4724028. OLE color: 4724028.
HSL color Cylindrical-coordinate representation of color #3C1548: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C1548 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 21 | 72 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.72 |
| HSL | 285.88º | 0.55% | 0.18% | - |
| HSV(B) | 285.88º | 0.71% | 0.28% | - |
| XYZ | 3.3 | 1.96 | 6.34 | - |
| YUV | 38.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 72 | 0.17 | 0.71 | 0 | 0.72 | 285.88 | 0.55 | 0.18 |
| Hex | 3C | 15 | 48 | 11 | 47 | 0 | 48 | 11E | 37 | 12 |
| Octal | 74 | 25 | 110 | 21 | 107 | 0 | 110 | 436 | 67 | 22 |
| Binary | 111100 | 10101 | 1001000 | 10001 | 1000111 | 0 | 1001000 | 100011110 | 110111 | 10010 |
Color Harmonies of #3C1548
Complementary color
Monochromatic Colors of #3C1548
Black with #3C1548
Text Example
Text Example
White with #3C1548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1548; }
p { color: rgb(60,21,72); }
H1.HeaderClassName
{
color: #3C1548;
}
.AnyTagClassName
{
color: #3C1548;
}
</style>
background-color css
<style>
a { background-color: #3C1548; }
a { background-color: rgb(60,21,72); }
div.DivClassName
{
background-color: #3C1548;
}
.BgClassName
{
background-color: #3C1548;
}
</style>
border-color css
<style>
span { border-color: #3C1548; }
span { border-color: rgb(60,21,72); }
td.TdClassName
{
border-color: #3C1548;
}
.TagClassName
{
border-color: #3C1548;
}
</style>