Shades of Blackcurrant #3E0E46
Tints of Blackcurrant #3E0E46
RGB
CMYK
RGB Variations
Color information
#3E0E46 (or 0x3E0E46) is known color: Blackcurrant. HEX triplet: 3E, 0E and 46. RGB value is (62,14,70). Sum of RGB (Red+Green+Blue) = 62+14+70=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E0E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0E46 is #C1F1B9. Grayscale: #222222. Windows color (decimal): -12710330 or 4591166. OLE color: 4591166.
HSL color Cylindrical-coordinate representation of color #3E0E46: hue angle of 291.43º 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 #3E0E46 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 14 | 70 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.73 |
| HSL | 291.43º | 0.67% | 0.16% | - |
| HSV(B) | 291.43º | 0.8% | 0.27% | - |
| XYZ | 3.25 | 1.78 | 5.97 | - |
| YUV | 34.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 70 | 0.11 | 0.80 | 0 | 0.73 | 291.43 | 0.67 | 0.16 |
| Hex | 3E | E | 46 | B | 50 | 0 | 49 | 123 | 43 | 10 |
| Octal | 76 | 16 | 106 | 13 | 120 | 0 | 111 | 443 | 103 | 20 |
| Binary | 111110 | 1110 | 1000110 | 1011 | 1010000 | 0 | 1001001 | 100100011 | 1000011 | 10000 |
Color Harmonies of #3E0E46
Complementary color
Monochromatic Colors of #3E0E46
Black with #3E0E46
Text Example
Text Example
White with #3E0E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E46; }
p { color: rgb(62,14,70); }
H1.HeaderClassName
{
color: #3E0E46;
}
.AnyTagClassName
{
color: #3E0E46;
}
</style>
background-color css
<style>
a { background-color: #3E0E46; }
a { background-color: rgb(62,14,70); }
div.DivClassName
{
background-color: #3E0E46;
}
.BgClassName
{
background-color: #3E0E46;
}
</style>
border-color css
<style>
span { border-color: #3E0E46; }
span { border-color: rgb(62,14,70); }
td.TdClassName
{
border-color: #3E0E46;
}
.TagClassName
{
border-color: #3E0E46;
}
</style>