Shades of Blackcurrant #3C0050
Tints of Blackcurrant #3C0050
RGB
CMYK
RGB Variations
Color information
#3C0050 (or 0x3C0050) is known color: Blackcurrant. HEX triplet: 3C, 00 and 50. RGB value is (60,0,80). Sum of RGB (Red+Green+Blue) = 60+0+80=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C0050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0050 is #C3FFAF. Grayscale: #1A1A1A. Windows color (decimal): -12844976 or 5242940. OLE color: 5242940.
HSL color Cylindrical-coordinate representation of color #3C0050: hue angle of 285º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0050 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 0 | 80 | - |
| CMYK | 0.25 | 1 | 0 | 0.69 |
| HSL | 285º | 1% | 0.16% | - |
| HSV(B) | 285º | 1% | 0.31% | - |
| XYZ | 3.31 | 1.54 | 7.71 | - |
| YUV | 27.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 80 | 0.25 | 1 | 0 | 0.69 | 285 | 1 | 0.16 |
| Hex | 3C | 0 | 50 | 19 | 64 | 0 | 45 | 11D | 64 | 10 |
| Octal | 74 | 0 | 120 | 31 | 144 | 0 | 105 | 435 | 144 | 20 |
| Binary | 111100 | 0 | 1010000 | 11001 | 1100100 | 0 | 1000101 | 100011101 | 1100100 | 10000 |
Color Harmonies of #3C0050
Complementary color
Monochromatic Colors of #3C0050
Black with #3C0050
Text Example
Text Example
White with #3C0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0050; }
p { color: rgb(60,0,80); }
H1.HeaderClassName
{
color: #3C0050;
}
.AnyTagClassName
{
color: #3C0050;
}
</style>
background-color css
<style>
a { background-color: #3C0050; }
a { background-color: rgb(60,0,80); }
div.DivClassName
{
background-color: #3C0050;
}
.BgClassName
{
background-color: #3C0050;
}
</style>
border-color css
<style>
span { border-color: #3C0050; }
span { border-color: rgb(60,0,80); }
td.TdClassName
{
border-color: #3C0050;
}
.TagClassName
{
border-color: #3C0050;
}
</style>