Shades of Blackcurrant #3C0A52
Tints of Blackcurrant #3C0A52
RGB
CMYK
RGB Variations
Color information
#3C0A52 (or 0x3C0A52) is known color: Blackcurrant. HEX triplet: 3C, 0A and 52. RGB value is (60,10,82). Sum of RGB (Red+Green+Blue) = 60+10+82=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C0A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0A52 is #C3F5AD. Grayscale: #202020. Windows color (decimal): -12842414 or 5376572. OLE color: 5376572.
HSL color Cylindrical-coordinate representation of color #3C0A52: hue angle of 281.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C0A52 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 10 | 82 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.68 |
| HSL | 281.67º | 0.78% | 0.18% | - |
| HSV(B) | 281.67º | 0.88% | 0.32% | - |
| XYZ | 3.5 | 1.79 | 8.14 | - |
| YUV | 33.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 82 | 0.27 | 0.88 | 0 | 0.68 | 281.67 | 0.78 | 0.18 |
| Hex | 3C | A | 52 | 1B | 58 | 0 | 44 | 11A | 4E | 12 |
| Octal | 74 | 12 | 122 | 33 | 130 | 0 | 104 | 432 | 116 | 22 |
| Binary | 111100 | 1010 | 1010010 | 11011 | 1011000 | 0 | 1000100 | 100011010 | 1001110 | 10010 |
Color Harmonies of #3C0A52
Complementary color
Monochromatic Colors of #3C0A52
Black with #3C0A52
Text Example
Text Example
White with #3C0A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A52; }
p { color: rgb(60,10,82); }
H1.HeaderClassName
{
color: #3C0A52;
}
.AnyTagClassName
{
color: #3C0A52;
}
</style>
background-color css
<style>
a { background-color: #3C0A52; }
a { background-color: rgb(60,10,82); }
div.DivClassName
{
background-color: #3C0A52;
}
.BgClassName
{
background-color: #3C0A52;
}
</style>
border-color css
<style>
span { border-color: #3C0A52; }
span { border-color: rgb(60,10,82); }
td.TdClassName
{
border-color: #3C0A52;
}
.TagClassName
{
border-color: #3C0A52;
}
</style>