Shades of Blackcurrant #3C0C49
Tints of Blackcurrant #3C0C49
RGB
CMYK
RGB Variations
Color information
#3C0C49 (or 0x3C0C49) is known color: Blackcurrant. HEX triplet: 3C, 0C and 49. RGB value is (60,12,73). Sum of RGB (Red+Green+Blue) = 60+12+73=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C0C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0C49 is #C3F3B6. Grayscale: #212121. Windows color (decimal): -12841911 or 4787260. OLE color: 4787260.
HSL color Cylindrical-coordinate representation of color #3C0C49: hue angle of 287.21º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C0C49 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 12 | 73 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.71 |
| HSL | 287.21º | 0.72% | 0.17% | - |
| HSV(B) | 287.21º | 0.84% | 0.29% | - |
| XYZ | 3.2 | 1.7 | 6.46 | - |
| YUV | 33.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 73 | 0.18 | 0.84 | 0 | 0.71 | 287.21 | 0.72 | 0.17 |
| Hex | 3C | C | 49 | 12 | 54 | 0 | 47 | 11F | 48 | 11 |
| Octal | 74 | 14 | 111 | 22 | 124 | 0 | 107 | 437 | 110 | 21 |
| Binary | 111100 | 1100 | 1001001 | 10010 | 1010100 | 0 | 1000111 | 100011111 | 1001000 | 10001 |
Color Harmonies of #3C0C49
Complementary color
Monochromatic Colors of #3C0C49
Black with #3C0C49
Text Example
Text Example
White with #3C0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C49; }
p { color: rgb(60,12,73); }
H1.HeaderClassName
{
color: #3C0C49;
}
.AnyTagClassName
{
color: #3C0C49;
}
</style>
background-color css
<style>
a { background-color: #3C0C49; }
a { background-color: rgb(60,12,73); }
div.DivClassName
{
background-color: #3C0C49;
}
.BgClassName
{
background-color: #3C0C49;
}
</style>
border-color css
<style>
span { border-color: #3C0C49; }
span { border-color: rgb(60,12,73); }
td.TdClassName
{
border-color: #3C0C49;
}
.TagClassName
{
border-color: #3C0C49;
}
</style>