Shades of Blackcurrant #3E004D
Tints of Blackcurrant #3E004D
RGB
CMYK
RGB Variations
Color information
#3E004D (or 0x3E004D) is known color: Blackcurrant. HEX triplet: 3E, 00 and 4D. RGB value is (62,0,77). Sum of RGB (Red+Green+Blue) = 62+0+77=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E004D is #C1FFB2. Grayscale: #1B1B1B. Windows color (decimal): -12713907 or 5046334. OLE color: 5046334.
HSL color Cylindrical-coordinate representation of color #3E004D: hue angle of 288.31º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E004D is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 0 | 77 | - |
| CMYK | 0.19 | 1 | 0 | 0.70 |
| HSL | 288.31º | 1% | 0.15% | - |
| HSV(B) | 288.31º | 1% | 0.3% | - |
| XYZ | 3.33 | 1.56 | 7.15 | - |
| YUV | 27.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 77 | 0.19 | 1 | 0 | 0.70 | 288.31 | 1 | 0.15 |
| Hex | 3E | 0 | 4D | 13 | 64 | 0 | 46 | 120 | 64 | F |
| Octal | 76 | 0 | 115 | 23 | 144 | 0 | 106 | 440 | 144 | 17 |
| Binary | 111110 | 0 | 1001101 | 10011 | 1100100 | 0 | 1000110 | 100100000 | 1100100 | 1111 |
Color Harmonies of #3E004D
Complementary color
Monochromatic Colors of #3E004D
Black with #3E004D
Text Example
Text Example
White with #3E004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E004D; }
p { color: rgb(62,0,77); }
H1.HeaderClassName
{
color: #3E004D;
}
.AnyTagClassName
{
color: #3E004D;
}
</style>
background-color css
<style>
a { background-color: #3E004D; }
a { background-color: rgb(62,0,77); }
div.DivClassName
{
background-color: #3E004D;
}
.BgClassName
{
background-color: #3E004D;
}
</style>
border-color css
<style>
span { border-color: #3E004D; }
span { border-color: rgb(62,0,77); }
td.TdClassName
{
border-color: #3E004D;
}
.TagClassName
{
border-color: #3E004D;
}
</style>