Shades of Blackcurrant #3C124A
Tints of Blackcurrant #3C124A
RGB
CMYK
RGB Variations
Color information
#3C124A (or 0x3C124A) is known color: Blackcurrant. HEX triplet: 3C, 12 and 4A. RGB value is (60,18,74). Sum of RGB (Red+Green+Blue) = 60+18+74=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C124A is #C3EDB5. Grayscale: #242424. Windows color (decimal): -12840374 or 4854332. OLE color: 4854332.
HSL color Cylindrical-coordinate representation of color #3C124A: hue angle of 285º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C124A is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 18 | 74 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.71 |
| HSL | 285º | 0.61% | 0.18% | - |
| HSV(B) | 285º | 0.76% | 0.29% | - |
| XYZ | 3.32 | 1.89 | 6.67 | - |
| YUV | 36.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 74 | 0.19 | 0.76 | 0 | 0.71 | 285 | 0.61 | 0.18 |
| Hex | 3C | 12 | 4A | 13 | 4C | 0 | 47 | 11D | 3D | 12 |
| Octal | 74 | 22 | 112 | 23 | 114 | 0 | 107 | 435 | 75 | 22 |
| Binary | 111100 | 10010 | 1001010 | 10011 | 1001100 | 0 | 1000111 | 100011101 | 111101 | 10010 |
Color Harmonies of #3C124A
Complementary color
Monochromatic Colors of #3C124A
Black with #3C124A
Text Example
Text Example
White with #3C124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C124A; }
p { color: rgb(60,18,74); }
H1.HeaderClassName
{
color: #3C124A;
}
.AnyTagClassName
{
color: #3C124A;
}
</style>
background-color css
<style>
a { background-color: #3C124A; }
a { background-color: rgb(60,18,74); }
div.DivClassName
{
background-color: #3C124A;
}
.BgClassName
{
background-color: #3C124A;
}
</style>
border-color css
<style>
span { border-color: #3C124A; }
span { border-color: rgb(60,18,74); }
td.TdClassName
{
border-color: #3C124A;
}
.TagClassName
{
border-color: #3C124A;
}
</style>