Shades of Blackcurrant #3C0C47
Tints of Blackcurrant #3C0C47
RGB
CMYK
RGB Variations
Color information
#3C0C47 (or 0x3C0C47) is known color: Blackcurrant. HEX triplet: 3C, 0C and 47. RGB value is (60,12,71). Sum of RGB (Red+Green+Blue) = 60+12+71=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C0C47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0C47 is #C3F3B8. Grayscale: #202020. Windows color (decimal): -12841913 or 4656188. OLE color: 4656188.
HSL color Cylindrical-coordinate representation of color #3C0C47: hue angle of 288.81º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C0C47 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 12 | 71 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.72 |
| HSL | 288.81º | 0.71% | 0.16% | - |
| HSV(B) | 288.81º | 0.83% | 0.28% | - |
| XYZ | 3.13 | 1.68 | 6.12 | - |
| YUV | 33.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 71 | 0.15 | 0.83 | 0 | 0.72 | 288.81 | 0.71 | 0.16 |
| Hex | 3C | C | 47 | F | 53 | 0 | 48 | 121 | 47 | 10 |
| Octal | 74 | 14 | 107 | 17 | 123 | 0 | 110 | 441 | 107 | 20 |
| Binary | 111100 | 1100 | 1000111 | 1111 | 1010011 | 0 | 1001000 | 100100001 | 1000111 | 10000 |
Color Harmonies of #3C0C47
Complementary color
Monochromatic Colors of #3C0C47
Black with #3C0C47
Text Example
Text Example
White with #3C0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C47; }
p { color: rgb(60,12,71); }
H1.HeaderClassName
{
color: #3C0C47;
}
.AnyTagClassName
{
color: #3C0C47;
}
</style>
background-color css
<style>
a { background-color: #3C0C47; }
a { background-color: rgb(60,12,71); }
div.DivClassName
{
background-color: #3C0C47;
}
.BgClassName
{
background-color: #3C0C47;
}
</style>
border-color css
<style>
span { border-color: #3C0C47; }
span { border-color: rgb(60,12,71); }
td.TdClassName
{
border-color: #3C0C47;
}
.TagClassName
{
border-color: #3C0C47;
}
</style>