Shades of Blackcurrant #3C0356
Tints of Blackcurrant #3C0356
RGB
CMYK
RGB Variations
Color information
#3C0356 (or 0x3C0356) is known color: Blackcurrant. HEX triplet: 3C, 03 and 56. RGB value is (60,3,86). Sum of RGB (Red+Green+Blue) = 60+3+86=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 86 (33.98% from 255 or 57.72% from 149); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C0356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0356 is #C3FCA9. Grayscale: #1D1D1D. Windows color (decimal): -12844202 or 5636924. OLE color: 5636924.
HSL color Cylindrical-coordinate representation of color #3C0356: hue angle of 281.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0356 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 3 | 86 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.66 |
| HSL | 281.2º | 0.93% | 0.17% | - |
| HSV(B) | 281.2º | 0.97% | 0.34% | - |
| XYZ | 3.58 | 1.7 | 8.94 | - |
| YUV | 29.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 86 | 0.30 | 0.97 | 0 | 0.66 | 281.2 | 0.93 | 0.17 |
| Hex | 3C | 3 | 56 | 1E | 61 | 0 | 42 | 119 | 5D | 11 |
| Octal | 74 | 3 | 126 | 36 | 141 | 0 | 102 | 431 | 135 | 21 |
| Binary | 111100 | 11 | 1010110 | 11110 | 1100001 | 0 | 1000010 | 100011001 | 1011101 | 10001 |
Color Harmonies of #3C0356
Complementary color
Monochromatic Colors of #3C0356
Black with #3C0356
Text Example
Text Example
White with #3C0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0356; }
p { color: rgb(60,3,86); }
H1.HeaderClassName
{
color: #3C0356;
}
.AnyTagClassName
{
color: #3C0356;
}
</style>
background-color css
<style>
a { background-color: #3C0356; }
a { background-color: rgb(60,3,86); }
div.DivClassName
{
background-color: #3C0356;
}
.BgClassName
{
background-color: #3C0356;
}
</style>
border-color css
<style>
span { border-color: #3C0356; }
span { border-color: rgb(60,3,86); }
td.TdClassName
{
border-color: #3C0356;
}
.TagClassName
{
border-color: #3C0356;
}
</style>