Shades of Blackcurrant #3E0E49
Tints of Blackcurrant #3E0E49
RGB
CMYK
RGB Variations
Color information
#3E0E49 (or 0x3E0E49) is known color: Blackcurrant. HEX triplet: 3E, 0E and 49. RGB value is (62,14,73). Sum of RGB (Red+Green+Blue) = 62+14+73=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E0E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0E49 is #C1F1B6. Grayscale: #222222. Windows color (decimal): -12710327 or 4787774. OLE color: 4787774.
HSL color Cylindrical-coordinate representation of color #3E0E49: hue angle of 288.81º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E0E49 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 14 | 73 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.71 |
| HSL | 288.81º | 0.68% | 0.17% | - |
| HSV(B) | 288.81º | 0.81% | 0.29% | - |
| XYZ | 3.35 | 1.82 | 6.48 | - |
| YUV | 35.08 | 149.4 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 73 | 0.15 | 0.81 | 0 | 0.71 | 288.81 | 0.68 | 0.17 |
| Hex | 3E | E | 49 | F | 51 | 0 | 47 | 121 | 44 | 11 |
| Octal | 76 | 16 | 111 | 17 | 121 | 0 | 107 | 441 | 104 | 21 |
| Binary | 111110 | 1110 | 1001001 | 1111 | 1010001 | 0 | 1000111 | 100100001 | 1000100 | 10001 |
Color Harmonies of #3E0E49
Complementary color
Monochromatic Colors of #3E0E49
Black with #3E0E49
Text Example
Text Example
White with #3E0E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E49; }
p { color: rgb(62,14,73); }
H1.HeaderClassName
{
color: #3E0E49;
}
.AnyTagClassName
{
color: #3E0E49;
}
</style>
background-color css
<style>
a { background-color: #3E0E49; }
a { background-color: rgb(62,14,73); }
div.DivClassName
{
background-color: #3E0E49;
}
.BgClassName
{
background-color: #3E0E49;
}
</style>
border-color css
<style>
span { border-color: #3E0E49; }
span { border-color: rgb(62,14,73); }
td.TdClassName
{
border-color: #3E0E49;
}
.TagClassName
{
border-color: #3E0E49;
}
</style>