Shades of Blackcurrant #3E024D
Tints of Blackcurrant #3E024D
RGB
CMYK
RGB Variations
Color information
#3E024D (or 0x3E024D) is known color: Blackcurrant. HEX triplet: 3E, 02 and 4D. RGB value is (62,2,77). Sum of RGB (Red+Green+Blue) = 62+2+77=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E024D is #C1FDB2. Grayscale: #1C1C1C. Windows color (decimal): -12713395 or 5046846. OLE color: 5046846.
HSL color Cylindrical-coordinate representation of color #3E024D: hue angle of 288º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E024D is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 2 | 77 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.70 |
| HSL | 288º | 0.95% | 0.15% | - |
| HSV(B) | 288º | 0.97% | 0.3% | - |
| XYZ | 3.35 | 1.6 | 7.15 | - |
| YUV | 28.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 77 | 0.19 | 0.97 | 0 | 0.70 | 288 | 0.95 | 0.15 |
| Hex | 3E | 2 | 4D | 13 | 61 | 0 | 46 | 120 | 5F | F |
| Octal | 76 | 2 | 115 | 23 | 141 | 0 | 106 | 440 | 137 | 17 |
| Binary | 111110 | 10 | 1001101 | 10011 | 1100001 | 0 | 1000110 | 100100000 | 1011111 | 1111 |
Color Harmonies of #3E024D
Complementary color
Monochromatic Colors of #3E024D
Black with #3E024D
Text Example
Text Example
White with #3E024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E024D; }
p { color: rgb(62,2,77); }
H1.HeaderClassName
{
color: #3E024D;
}
.AnyTagClassName
{
color: #3E024D;
}
</style>
background-color css
<style>
a { background-color: #3E024D; }
a { background-color: rgb(62,2,77); }
div.DivClassName
{
background-color: #3E024D;
}
.BgClassName
{
background-color: #3E024D;
}
</style>
border-color css
<style>
span { border-color: #3E024D; }
span { border-color: rgb(62,2,77); }
td.TdClassName
{
border-color: #3E024D;
}
.TagClassName
{
border-color: #3E024D;
}
</style>