Shades of Blackcurrant #3E044A
Tints of Blackcurrant #3E044A
RGB
CMYK
RGB Variations
Color information
#3E044A (or 0x3E044A) is known color: Blackcurrant. HEX triplet: 3E, 04 and 4A. RGB value is (62,4,74). Sum of RGB (Red+Green+Blue) = 62+4+74=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E044A is #C1FBB5. Grayscale: #1D1D1D. Windows color (decimal): -12712886 or 4850750. OLE color: 4850750.
HSL color Cylindrical-coordinate representation of color #3E044A: hue angle of 289.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E044A is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 4 | 74 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.71 |
| HSL | 289.71º | 0.9% | 0.15% | - |
| HSV(B) | 289.71º | 0.95% | 0.29% | - |
| XYZ | 3.27 | 1.61 | 6.62 | - |
| YUV | 29.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 74 | 0.16 | 0.95 | 0 | 0.71 | 289.71 | 0.9 | 0.15 |
| Hex | 3E | 4 | 4A | 10 | 5F | 0 | 47 | 122 | 5A | F |
| Octal | 76 | 4 | 112 | 20 | 137 | 0 | 107 | 442 | 132 | 17 |
| Binary | 111110 | 100 | 1001010 | 10000 | 1011111 | 0 | 1000111 | 100100010 | 1011010 | 1111 |
Color Harmonies of #3E044A
Complementary color
Monochromatic Colors of #3E044A
Black with #3E044A
Text Example
Text Example
White with #3E044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E044A; }
p { color: rgb(62,4,74); }
H1.HeaderClassName
{
color: #3E044A;
}
.AnyTagClassName
{
color: #3E044A;
}
</style>
background-color css
<style>
a { background-color: #3E044A; }
a { background-color: rgb(62,4,74); }
div.DivClassName
{
background-color: #3E044A;
}
.BgClassName
{
background-color: #3E044A;
}
</style>
border-color css
<style>
span { border-color: #3E044A; }
span { border-color: rgb(62,4,74); }
td.TdClassName
{
border-color: #3E044A;
}
.TagClassName
{
border-color: #3E044A;
}
</style>