Shades of Blackcurrant #3E044E
Tints of Blackcurrant #3E044E
RGB
CMYK
RGB Variations
Color information
#3E044E (or 0x3E044E) is known color: Blackcurrant. HEX triplet: 3E, 04 and 4E. RGB value is (62,4,78). Sum of RGB (Red+Green+Blue) = 62+4+78=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E044E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E044E is #C1FBB1. Grayscale: #1D1D1D. Windows color (decimal): -12712882 or 5112894. OLE color: 5112894.
HSL color Cylindrical-coordinate representation of color #3E044E: hue angle of 287.03º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E044E is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 4 | 78 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.69 |
| HSL | 287.03º | 0.9% | 0.16% | - |
| HSV(B) | 287.03º | 0.95% | 0.31% | - |
| XYZ | 3.41 | 1.66 | 7.35 | - |
| YUV | 29.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 78 | 0.21 | 0.95 | 0 | 0.69 | 287.03 | 0.9 | 0.16 |
| Hex | 3E | 4 | 4E | 15 | 5F | 0 | 45 | 11F | 5A | 10 |
| Octal | 76 | 4 | 116 | 25 | 137 | 0 | 105 | 437 | 132 | 20 |
| Binary | 111110 | 100 | 1001110 | 10101 | 1011111 | 0 | 1000101 | 100011111 | 1011010 | 10000 |
Color Harmonies of #3E044E
Complementary color
Monochromatic Colors of #3E044E
Black with #3E044E
Text Example
Text Example
White with #3E044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E044E; }
p { color: rgb(62,4,78); }
H1.HeaderClassName
{
color: #3E044E;
}
.AnyTagClassName
{
color: #3E044E;
}
</style>
background-color css
<style>
a { background-color: #3E044E; }
a { background-color: rgb(62,4,78); }
div.DivClassName
{
background-color: #3E044E;
}
.BgClassName
{
background-color: #3E044E;
}
</style>
border-color css
<style>
span { border-color: #3E044E; }
span { border-color: rgb(62,4,78); }
td.TdClassName
{
border-color: #3E044E;
}
.TagClassName
{
border-color: #3E044E;
}
</style>