Shades of Blackcurrant #3C0D56
Tints of Blackcurrant #3C0D56
RGB
CMYK
RGB Variations
Color information
#3C0D56 (or 0x3C0D56) is known color: Blackcurrant. HEX triplet: 3C, 0D and 56. RGB value is (60,13,86). Sum of RGB (Red+Green+Blue) = 60+13+86=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C0D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D56 is #C3F2A9. Grayscale: #232323. Windows color (decimal): -12841642 or 5639484. OLE color: 5639484.
HSL color Cylindrical-coordinate representation of color #3C0D56: hue angle of 278.63º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C0D56 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 13 | 86 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.66 |
| HSL | 278.63º | 0.74% | 0.19% | - |
| HSV(B) | 278.63º | 0.85% | 0.34% | - |
| XYZ | 3.69 | 1.92 | 8.98 | - |
| YUV | 35.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 86 | 0.30 | 0.85 | 0 | 0.66 | 278.63 | 0.74 | 0.19 |
| Hex | 3C | D | 56 | 1E | 55 | 0 | 42 | 117 | 4A | 13 |
| Octal | 74 | 15 | 126 | 36 | 125 | 0 | 102 | 427 | 112 | 23 |
| Binary | 111100 | 1101 | 1010110 | 11110 | 1010101 | 0 | 1000010 | 100010111 | 1001010 | 10011 |
Color Harmonies of #3C0D56
Complementary color
Monochromatic Colors of #3C0D56
Black with #3C0D56
Text Example
Text Example
White with #3C0D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D56; }
p { color: rgb(60,13,86); }
H1.HeaderClassName
{
color: #3C0D56;
}
.AnyTagClassName
{
color: #3C0D56;
}
</style>
background-color css
<style>
a { background-color: #3C0D56; }
a { background-color: rgb(60,13,86); }
div.DivClassName
{
background-color: #3C0D56;
}
.BgClassName
{
background-color: #3C0D56;
}
</style>
border-color css
<style>
span { border-color: #3C0D56; }
span { border-color: rgb(60,13,86); }
td.TdClassName
{
border-color: #3C0D56;
}
.TagClassName
{
border-color: #3C0D56;
}
</style>