Shades of Blackcurrant #3C0A4D
Tints of Blackcurrant #3C0A4D
RGB
CMYK
RGB Variations
Color information
#3C0A4D (or 0x3C0A4D) is known color: Blackcurrant. HEX triplet: 3C, 0A and 4D. RGB value is (60,10,77). Sum of RGB (Red+Green+Blue) = 60+10+77=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C0A4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0A4D is #C3F5B2. Grayscale: #202020. Windows color (decimal): -12842419 or 5048892. OLE color: 5048892.
HSL color Cylindrical-coordinate representation of color #3C0A4D: hue angle of 284.78º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0A4D is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 10 | 77 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.70 |
| HSL | 284.78º | 0.77% | 0.17% | - |
| HSV(B) | 284.78º | 0.87% | 0.3% | - |
| XYZ | 3.31 | 1.71 | 7.18 | - |
| YUV | 32.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 77 | 0.22 | 0.87 | 0 | 0.70 | 284.78 | 0.77 | 0.17 |
| Hex | 3C | A | 4D | 16 | 57 | 0 | 46 | 11D | 4D | 11 |
| Octal | 74 | 12 | 115 | 26 | 127 | 0 | 106 | 435 | 115 | 21 |
| Binary | 111100 | 1010 | 1001101 | 10110 | 1010111 | 0 | 1000110 | 100011101 | 1001101 | 10001 |
Color Harmonies of #3C0A4D
Complementary color
Monochromatic Colors of #3C0A4D
Black with #3C0A4D
Text Example
Text Example
White with #3C0A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A4D; }
p { color: rgb(60,10,77); }
H1.HeaderClassName
{
color: #3C0A4D;
}
.AnyTagClassName
{
color: #3C0A4D;
}
</style>
background-color css
<style>
a { background-color: #3C0A4D; }
a { background-color: rgb(60,10,77); }
div.DivClassName
{
background-color: #3C0A4D;
}
.BgClassName
{
background-color: #3C0A4D;
}
</style>
border-color css
<style>
span { border-color: #3C0A4D; }
span { border-color: rgb(60,10,77); }
td.TdClassName
{
border-color: #3C0A4D;
}
.TagClassName
{
border-color: #3C0A4D;
}
</style>