Shades of Blackcurrant #3C0758
Tints of Blackcurrant #3C0758
RGB
CMYK
RGB Variations
Color information
#3C0758 (or 0x3C0758) is known color: Blackcurrant. HEX triplet: 3C, 07 and 58. RGB value is (60,7,88). Sum of RGB (Red+Green+Blue) = 60+7+88=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C0758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0758 is #C3F8A7. Grayscale: #1F1F1F. Windows color (decimal): -12843176 or 5769020. OLE color: 5769020.
HSL color Cylindrical-coordinate representation of color #3C0758: hue angle of 279.26º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0758 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 7 | 88 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.65 |
| HSL | 279.26º | 0.85% | 0.19% | - |
| HSV(B) | 279.26º | 0.92% | 0.35% | - |
| XYZ | 3.7 | 1.82 | 9.39 | - |
| YUV | 32.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 88 | 0.32 | 0.92 | 0 | 0.65 | 279.26 | 0.85 | 0.19 |
| Hex | 3C | 7 | 58 | 20 | 5C | 0 | 41 | 117 | 55 | 13 |
| Octal | 74 | 7 | 130 | 40 | 134 | 0 | 101 | 427 | 125 | 23 |
| Binary | 111100 | 111 | 1011000 | 100000 | 1011100 | 0 | 1000001 | 100010111 | 1010101 | 10011 |
Color Harmonies of #3C0758
Complementary color
Monochromatic Colors of #3C0758
Black with #3C0758
Text Example
Text Example
White with #3C0758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0758; }
p { color: rgb(60,7,88); }
H1.HeaderClassName
{
color: #3C0758;
}
.AnyTagClassName
{
color: #3C0758;
}
</style>
background-color css
<style>
a { background-color: #3C0758; }
a { background-color: rgb(60,7,88); }
div.DivClassName
{
background-color: #3C0758;
}
.BgClassName
{
background-color: #3C0758;
}
</style>
border-color css
<style>
span { border-color: #3C0758; }
span { border-color: rgb(60,7,88); }
td.TdClassName
{
border-color: #3C0758;
}
.TagClassName
{
border-color: #3C0758;
}
</style>