Shades of Blackcurrant #3C0458
Tints of Blackcurrant #3C0458
RGB
CMYK
RGB Variations
Color information
#3C0458 (or 0x3C0458) is known color: Blackcurrant. HEX triplet: 3C, 04 and 58. RGB value is (60,4,88). Sum of RGB (Red+Green+Blue) = 60+4+88=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C0458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0458 is #C3FBA7. Grayscale: #1E1E1E. Windows color (decimal): -12843944 or 5768252. OLE color: 5768252.
HSL color Cylindrical-coordinate representation of color #3C0458: hue angle of 280º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0458 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 4 | 88 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.65 |
| HSL | 280º | 0.91% | 0.18% | - |
| HSV(B) | 280º | 0.95% | 0.35% | - |
| XYZ | 3.67 | 1.75 | 9.38 | - |
| YUV | 30.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 88 | 0.32 | 0.95 | 0 | 0.65 | 280 | 0.91 | 0.18 |
| Hex | 3C | 4 | 58 | 20 | 5F | 0 | 41 | 118 | 5B | 12 |
| Octal | 74 | 4 | 130 | 40 | 137 | 0 | 101 | 430 | 133 | 22 |
| Binary | 111100 | 100 | 1011000 | 100000 | 1011111 | 0 | 1000001 | 100011000 | 1011011 | 10010 |
Color Harmonies of #3C0458
Complementary color
Monochromatic Colors of #3C0458
Black with #3C0458
Text Example
Text Example
White with #3C0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0458; }
p { color: rgb(60,4,88); }
H1.HeaderClassName
{
color: #3C0458;
}
.AnyTagClassName
{
color: #3C0458;
}
</style>
background-color css
<style>
a { background-color: #3C0458; }
a { background-color: rgb(60,4,88); }
div.DivClassName
{
background-color: #3C0458;
}
.BgClassName
{
background-color: #3C0458;
}
</style>
border-color css
<style>
span { border-color: #3C0458; }
span { border-color: rgb(60,4,88); }
td.TdClassName
{
border-color: #3C0458;
}
.TagClassName
{
border-color: #3C0458;
}
</style>