Shades of Blackcurrant #3E014D
Tints of Blackcurrant #3E014D
RGB
CMYK
RGB Variations
Color information
#3E014D (or 0x3E014D) is known color: Blackcurrant. HEX triplet: 3E, 01 and 4D. RGB value is (62,1,77). Sum of RGB (Red+Green+Blue) = 62+1+77=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E014D is #C1FEB2. Grayscale: #1B1B1B. Windows color (decimal): -12713651 or 5046590. OLE color: 5046590.
HSL color Cylindrical-coordinate representation of color #3E014D: hue angle of 288.16º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E014D is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 1 | 77 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.70 |
| HSL | 288.16º | 0.97% | 0.15% | - |
| HSV(B) | 288.16º | 0.99% | 0.3% | - |
| XYZ | 3.34 | 1.58 | 7.15 | - |
| YUV | 27.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 77 | 0.19 | 0.99 | 0 | 0.70 | 288.16 | 0.97 | 0.15 |
| Hex | 3E | 1 | 4D | 13 | 63 | 0 | 46 | 120 | 61 | F |
| Octal | 76 | 1 | 115 | 23 | 143 | 0 | 106 | 440 | 141 | 17 |
| Binary | 111110 | 1 | 1001101 | 10011 | 1100011 | 0 | 1000110 | 100100000 | 1100001 | 1111 |
Color Harmonies of #3E014D
Complementary color
Monochromatic Colors of #3E014D
Black with #3E014D
Text Example
Text Example
White with #3E014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E014D; }
p { color: rgb(62,1,77); }
H1.HeaderClassName
{
color: #3E014D;
}
.AnyTagClassName
{
color: #3E014D;
}
</style>
background-color css
<style>
a { background-color: #3E014D; }
a { background-color: rgb(62,1,77); }
div.DivClassName
{
background-color: #3E014D;
}
.BgClassName
{
background-color: #3E014D;
}
</style>
border-color css
<style>
span { border-color: #3E014D; }
span { border-color: rgb(62,1,77); }
td.TdClassName
{
border-color: #3E014D;
}
.TagClassName
{
border-color: #3E014D;
}
</style>