Shades of Blackcurrant #3C0E4C
Tints of Blackcurrant #3C0E4C
RGB
CMYK
RGB Variations
Color information
#3C0E4C (or 0x3C0E4C) is known color: Blackcurrant. HEX triplet: 3C, 0E and 4C. RGB value is (60,14,76). Sum of RGB (Red+Green+Blue) = 60+14+76=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C0E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E4C is #C3F1B3. Grayscale: #222222. Windows color (decimal): -12841396 or 4984380. OLE color: 4984380.
HSL color Cylindrical-coordinate representation of color #3C0E4C: hue angle of 284.52º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C0E4C is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 14 | 76 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.70 |
| HSL | 284.52º | 0.69% | 0.18% | - |
| HSV(B) | 284.52º | 0.82% | 0.3% | - |
| XYZ | 3.33 | 1.8 | 7.01 | - |
| YUV | 34.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 76 | 0.21 | 0.82 | 0 | 0.70 | 284.52 | 0.69 | 0.18 |
| Hex | 3C | E | 4C | 15 | 52 | 0 | 46 | 11D | 45 | 12 |
| Octal | 74 | 16 | 114 | 25 | 122 | 0 | 106 | 435 | 105 | 22 |
| Binary | 111100 | 1110 | 1001100 | 10101 | 1010010 | 0 | 1000110 | 100011101 | 1000101 | 10010 |
Color Harmonies of #3C0E4C
Complementary color
Monochromatic Colors of #3C0E4C
Black with #3C0E4C
Text Example
Text Example
White with #3C0E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E4C; }
p { color: rgb(60,14,76); }
H1.HeaderClassName
{
color: #3C0E4C;
}
.AnyTagClassName
{
color: #3C0E4C;
}
</style>
background-color css
<style>
a { background-color: #3C0E4C; }
a { background-color: rgb(60,14,76); }
div.DivClassName
{
background-color: #3C0E4C;
}
.BgClassName
{
background-color: #3C0E4C;
}
</style>
border-color css
<style>
span { border-color: #3C0E4C; }
span { border-color: rgb(60,14,76); }
td.TdClassName
{
border-color: #3C0E4C;
}
.TagClassName
{
border-color: #3C0E4C;
}
</style>