Shades of Blackcurrant #3C1550
Tints of Blackcurrant #3C1550
RGB
CMYK
RGB Variations
Color information
#3C1550 (or 0x3C1550) is known color: Blackcurrant. HEX triplet: 3C, 15 and 50. RGB value is (60,21,80). Sum of RGB (Red+Green+Blue) = 60+21+80=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1550 is #C3EAAF. Grayscale: #272727. Windows color (decimal): -12839600 or 5248316. OLE color: 5248316.
HSL color Cylindrical-coordinate representation of color #3C1550: hue angle of 279.66º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C1550 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 21 | 80 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.69 |
| HSL | 279.66º | 0.58% | 0.2% | - |
| HSV(B) | 279.66º | 0.74% | 0.31% | - |
| XYZ | 3.58 | 2.08 | 7.8 | - |
| YUV | 39.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 80 | 0.25 | 0.74 | 0 | 0.69 | 279.66 | 0.58 | 0.2 |
| Hex | 3C | 15 | 50 | 19 | 4A | 0 | 45 | 118 | 3A | 14 |
| Octal | 74 | 25 | 120 | 31 | 112 | 0 | 105 | 430 | 72 | 24 |
| Binary | 111100 | 10101 | 1010000 | 11001 | 1001010 | 0 | 1000101 | 100011000 | 111010 | 10100 |
Color Harmonies of #3C1550
Complementary color
Monochromatic Colors of #3C1550
Black with #3C1550
Text Example
Text Example
White with #3C1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1550; }
p { color: rgb(60,21,80); }
H1.HeaderClassName
{
color: #3C1550;
}
.AnyTagClassName
{
color: #3C1550;
}
</style>
background-color css
<style>
a { background-color: #3C1550; }
a { background-color: rgb(60,21,80); }
div.DivClassName
{
background-color: #3C1550;
}
.BgClassName
{
background-color: #3C1550;
}
</style>
border-color css
<style>
span { border-color: #3C1550; }
span { border-color: rgb(60,21,80); }
td.TdClassName
{
border-color: #3C1550;
}
.TagClassName
{
border-color: #3C1550;
}
</style>