Shades of Blackcurrant #3C0952
Tints of Blackcurrant #3C0952
RGB
CMYK
RGB Variations
Color information
#3C0952 (or 0x3C0952) is known color: Blackcurrant. HEX triplet: 3C, 09 and 52. RGB value is (60,9,82). Sum of RGB (Red+Green+Blue) = 60+9+82=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C0952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0952 is #C3F6AD. Grayscale: #202020. Windows color (decimal): -12842670 or 5376316. OLE color: 5376316.
HSL color Cylindrical-coordinate representation of color #3C0952: hue angle of 281.92º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0952 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 9 | 82 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.68 |
| HSL | 281.92º | 0.8% | 0.18% | - |
| HSV(B) | 281.92º | 0.89% | 0.32% | - |
| XYZ | 3.48 | 1.77 | 8.14 | - |
| YUV | 32.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 82 | 0.27 | 0.89 | 0 | 0.68 | 281.92 | 0.8 | 0.18 |
| Hex | 3C | 9 | 52 | 1B | 59 | 0 | 44 | 11A | 50 | 12 |
| Octal | 74 | 11 | 122 | 33 | 131 | 0 | 104 | 432 | 120 | 22 |
| Binary | 111100 | 1001 | 1010010 | 11011 | 1011001 | 0 | 1000100 | 100011010 | 1010000 | 10010 |
Color Harmonies of #3C0952
Complementary color
Monochromatic Colors of #3C0952
Black with #3C0952
Text Example
Text Example
White with #3C0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0952; }
p { color: rgb(60,9,82); }
H1.HeaderClassName
{
color: #3C0952;
}
.AnyTagClassName
{
color: #3C0952;
}
</style>
background-color css
<style>
a { background-color: #3C0952; }
a { background-color: rgb(60,9,82); }
div.DivClassName
{
background-color: #3C0952;
}
.BgClassName
{
background-color: #3C0952;
}
</style>
border-color css
<style>
span { border-color: #3C0952; }
span { border-color: rgb(60,9,82); }
td.TdClassName
{
border-color: #3C0952;
}
.TagClassName
{
border-color: #3C0952;
}
</style>