Shades of Blackcurrant #3E024E
Tints of Blackcurrant #3E024E
RGB
CMYK
RGB Variations
Color information
#3E024E (or 0x3E024E) is known color: Blackcurrant. HEX triplet: 3E, 02 and 4E. RGB value is (62,2,78). Sum of RGB (Red+Green+Blue) = 62+2+78=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E024E is #C1FDB1. Grayscale: #1C1C1C. Windows color (decimal): -12713394 or 5112382. OLE color: 5112382.
HSL color Cylindrical-coordinate representation of color #3E024E: hue angle of 287.37º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E024E is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 2 | 78 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.69 |
| HSL | 287.37º | 0.95% | 0.16% | - |
| HSV(B) | 287.37º | 0.97% | 0.31% | - |
| XYZ | 3.38 | 1.62 | 7.34 | - |
| YUV | 28.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 78 | 0.21 | 0.97 | 0 | 0.69 | 287.37 | 0.95 | 0.16 |
| Hex | 3E | 2 | 4E | 15 | 61 | 0 | 45 | 11F | 5F | 10 |
| Octal | 76 | 2 | 116 | 25 | 141 | 0 | 105 | 437 | 137 | 20 |
| Binary | 111110 | 10 | 1001110 | 10101 | 1100001 | 0 | 1000101 | 100011111 | 1011111 | 10000 |
Color Harmonies of #3E024E
Complementary color
Monochromatic Colors of #3E024E
Black with #3E024E
Text Example
Text Example
White with #3E024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E024E; }
p { color: rgb(62,2,78); }
H1.HeaderClassName
{
color: #3E024E;
}
.AnyTagClassName
{
color: #3E024E;
}
</style>
background-color css
<style>
a { background-color: #3E024E; }
a { background-color: rgb(62,2,78); }
div.DivClassName
{
background-color: #3E024E;
}
.BgClassName
{
background-color: #3E024E;
}
</style>
border-color css
<style>
span { border-color: #3E024E; }
span { border-color: rgb(62,2,78); }
td.TdClassName
{
border-color: #3E024E;
}
.TagClassName
{
border-color: #3E024E;
}
</style>