Shades of Blackcurrant #3C1C48
Tints of Blackcurrant #3C1C48
RGB
CMYK
RGB Variations
Color information
#3C1C48 (or 0x3C1C48) is known color: Blackcurrant. HEX triplet: 3C, 1C and 48. RGB value is (60,28,72). Sum of RGB (Red+Green+Blue) = 60+28+72=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C1C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1C48 is #C3E3B7. Grayscale: #2A2A2A. Windows color (decimal): -12837816 or 4725820. OLE color: 4725820.
HSL color Cylindrical-coordinate representation of color #3C1C48: hue angle of 283.64º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C1C48 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 28 | 72 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.72 |
| HSL | 283.64º | 0.44% | 0.2% | - |
| HSV(B) | 283.64º | 0.61% | 0.28% | - |
| XYZ | 3.45 | 2.26 | 6.39 | - |
| YUV | 42.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 72 | 0.17 | 0.61 | 0 | 0.72 | 283.64 | 0.44 | 0.2 |
| Hex | 3C | 1C | 48 | 11 | 3D | 0 | 48 | 11C | 2C | 14 |
| Octal | 74 | 34 | 110 | 21 | 75 | 0 | 110 | 434 | 54 | 24 |
| Binary | 111100 | 11100 | 1001000 | 10001 | 111101 | 0 | 1001000 | 100011100 | 101100 | 10100 |
Color Harmonies of #3C1C48
Complementary color
Monochromatic Colors of #3C1C48
Black with #3C1C48
Text Example
Text Example
White with #3C1C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1C48; }
p { color: rgb(60,28,72); }
H1.HeaderClassName
{
color: #3C1C48;
}
.AnyTagClassName
{
color: #3C1C48;
}
</style>
background-color css
<style>
a { background-color: #3C1C48; }
a { background-color: rgb(60,28,72); }
div.DivClassName
{
background-color: #3C1C48;
}
.BgClassName
{
background-color: #3C1C48;
}
</style>
border-color css
<style>
span { border-color: #3C1C48; }
span { border-color: rgb(60,28,72); }
td.TdClassName
{
border-color: #3C1C48;
}
.TagClassName
{
border-color: #3C1C48;
}
</style>