Shades of Blackcurrant #3C0358
Tints of Blackcurrant #3C0358
RGB
CMYK
RGB Variations
Color information
#3C0358 (or 0x3C0358) is known color: Blackcurrant. HEX triplet: 3C, 03 and 58. RGB value is (60,3,88). Sum of RGB (Red+Green+Blue) = 60+3+88=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C0358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0358 is #C3FCA7. Grayscale: #1D1D1D. Windows color (decimal): -12844200 or 5767996. OLE color: 5767996.
HSL color Cylindrical-coordinate representation of color #3C0358: hue angle of 280.24º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0358 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 3 | 88 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.65 |
| HSL | 280.24º | 0.93% | 0.18% | - |
| HSV(B) | 280.24º | 0.97% | 0.35% | - |
| XYZ | 3.66 | 1.73 | 9.37 | - |
| YUV | 29.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 88 | 0.32 | 0.97 | 0 | 0.65 | 280.24 | 0.93 | 0.18 |
| Hex | 3C | 3 | 58 | 20 | 61 | 0 | 41 | 118 | 5D | 12 |
| Octal | 74 | 3 | 130 | 40 | 141 | 0 | 101 | 430 | 135 | 22 |
| Binary | 111100 | 11 | 1011000 | 100000 | 1100001 | 0 | 1000001 | 100011000 | 1011101 | 10010 |
Color Harmonies of #3C0358
Complementary color
Monochromatic Colors of #3C0358
Black with #3C0358
Text Example
Text Example
White with #3C0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0358; }
p { color: rgb(60,3,88); }
H1.HeaderClassName
{
color: #3C0358;
}
.AnyTagClassName
{
color: #3C0358;
}
</style>
background-color css
<style>
a { background-color: #3C0358; }
a { background-color: rgb(60,3,88); }
div.DivClassName
{
background-color: #3C0358;
}
.BgClassName
{
background-color: #3C0358;
}
</style>
border-color css
<style>
span { border-color: #3C0358; }
span { border-color: rgb(60,3,88); }
td.TdClassName
{
border-color: #3C0358;
}
.TagClassName
{
border-color: #3C0358;
}
</style>