Shades of Blackcurrant #3C0E46
Tints of Blackcurrant #3C0E46
RGB
CMYK
RGB Variations
Color information
#3C0E46 (or 0x3C0E46) is known color: Blackcurrant. HEX triplet: 3C, 0E and 46. RGB value is (60,14,70). Sum of RGB (Red+Green+Blue) = 60+14+70=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C0E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E46 is #C3F1B9. Grayscale: #212121. Windows color (decimal): -12841402 or 4591164. OLE color: 4591164.
HSL color Cylindrical-coordinate representation of color #3C0E46: hue angle of 289.29º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C0E46 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 14 | 70 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.73 |
| HSL | 289.29º | 0.67% | 0.16% | - |
| HSV(B) | 289.29º | 0.8% | 0.27% | - |
| XYZ | 3.13 | 1.72 | 5.96 | - |
| YUV | 34.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 70 | 0.14 | 0.80 | 0 | 0.73 | 289.29 | 0.67 | 0.16 |
| Hex | 3C | E | 46 | E | 50 | 0 | 49 | 121 | 43 | 10 |
| Octal | 74 | 16 | 106 | 16 | 120 | 0 | 111 | 441 | 103 | 20 |
| Binary | 111100 | 1110 | 1000110 | 1110 | 1010000 | 0 | 1001001 | 100100001 | 1000011 | 10000 |
Color Harmonies of #3C0E46
Complementary color
Monochromatic Colors of #3C0E46
Black with #3C0E46
Text Example
Text Example
White with #3C0E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E46; }
p { color: rgb(60,14,70); }
H1.HeaderClassName
{
color: #3C0E46;
}
.AnyTagClassName
{
color: #3C0E46;
}
</style>
background-color css
<style>
a { background-color: #3C0E46; }
a { background-color: rgb(60,14,70); }
div.DivClassName
{
background-color: #3C0E46;
}
.BgClassName
{
background-color: #3C0E46;
}
</style>
border-color css
<style>
span { border-color: #3C0E46; }
span { border-color: rgb(60,14,70); }
td.TdClassName
{
border-color: #3C0E46;
}
.TagClassName
{
border-color: #3C0E46;
}
</style>