Shades of Blackcurrant #3C0C4D
Tints of Blackcurrant #3C0C4D
RGB
CMYK
RGB Variations
Color information
#3C0C4D (or 0x3C0C4D) is known color: Blackcurrant. HEX triplet: 3C, 0C and 4D. RGB value is (60,12,77). Sum of RGB (Red+Green+Blue) = 60+12+77=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C0C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0C4D is #C3F3B2. Grayscale: #212121. Windows color (decimal): -12841907 or 5049404. OLE color: 5049404.
HSL color Cylindrical-coordinate representation of color #3C0C4D: hue angle of 284.31º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C0C4D is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 12 | 77 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.70 |
| HSL | 284.31º | 0.73% | 0.17% | - |
| HSV(B) | 284.31º | 0.84% | 0.3% | - |
| XYZ | 3.33 | 1.76 | 7.19 | - |
| YUV | 33.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 77 | 0.22 | 0.84 | 0 | 0.70 | 284.31 | 0.73 | 0.17 |
| Hex | 3C | C | 4D | 16 | 54 | 0 | 46 | 11C | 49 | 11 |
| Octal | 74 | 14 | 115 | 26 | 124 | 0 | 106 | 434 | 111 | 21 |
| Binary | 111100 | 1100 | 1001101 | 10110 | 1010100 | 0 | 1000110 | 100011100 | 1001001 | 10001 |
Color Harmonies of #3C0C4D
Complementary color
Monochromatic Colors of #3C0C4D
Black with #3C0C4D
Text Example
Text Example
White with #3C0C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C4D; }
p { color: rgb(60,12,77); }
H1.HeaderClassName
{
color: #3C0C4D;
}
.AnyTagClassName
{
color: #3C0C4D;
}
</style>
background-color css
<style>
a { background-color: #3C0C4D; }
a { background-color: rgb(60,12,77); }
div.DivClassName
{
background-color: #3C0C4D;
}
.BgClassName
{
background-color: #3C0C4D;
}
</style>
border-color css
<style>
span { border-color: #3C0C4D; }
span { border-color: rgb(60,12,77); }
td.TdClassName
{
border-color: #3C0C4D;
}
.TagClassName
{
border-color: #3C0C4D;
}
</style>