Shades of Blackcurrant #3C054D
Tints of Blackcurrant #3C054D
RGB
CMYK
RGB Variations
Color information
#3C054D (or 0x3C054D) is known color: Blackcurrant. HEX triplet: 3C, 05 and 4D. RGB value is (60,5,77). Sum of RGB (Red+Green+Blue) = 60+5+77=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C054D is #C3FAB2. Grayscale: #1D1D1D. Windows color (decimal): -12843699 or 5047612. OLE color: 5047612.
HSL color Cylindrical-coordinate representation of color #3C054D: hue angle of 285.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C054D is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 5 | 77 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.70 |
| HSL | 285.83º | 0.88% | 0.16% | - |
| HSV(B) | 285.83º | 0.94% | 0.3% | - |
| XYZ | 3.26 | 1.61 | 7.16 | - |
| YUV | 29.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 77 | 0.22 | 0.94 | 0 | 0.70 | 285.83 | 0.88 | 0.16 |
| Hex | 3C | 5 | 4D | 16 | 5E | 0 | 46 | 11E | 58 | 10 |
| Octal | 74 | 5 | 115 | 26 | 136 | 0 | 106 | 436 | 130 | 20 |
| Binary | 111100 | 101 | 1001101 | 10110 | 1011110 | 0 | 1000110 | 100011110 | 1011000 | 10000 |
Color Harmonies of #3C054D
Complementary color
Monochromatic Colors of #3C054D
Black with #3C054D
Text Example
Text Example
White with #3C054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C054D; }
p { color: rgb(60,5,77); }
H1.HeaderClassName
{
color: #3C054D;
}
.AnyTagClassName
{
color: #3C054D;
}
</style>
background-color css
<style>
a { background-color: #3C054D; }
a { background-color: rgb(60,5,77); }
div.DivClassName
{
background-color: #3C054D;
}
.BgClassName
{
background-color: #3C054D;
}
</style>
border-color css
<style>
span { border-color: #3C054D; }
span { border-color: rgb(60,5,77); }
td.TdClassName
{
border-color: #3C054D;
}
.TagClassName
{
border-color: #3C054D;
}
</style>