Shades of Blackcurrant #3E084D
Tints of Blackcurrant #3E084D
RGB
CMYK
RGB Variations
Color information
#3E084D (or 0x3E084D) is known color: Blackcurrant. HEX triplet: 3E, 08 and 4D. RGB value is (62,8,77). Sum of RGB (Red+Green+Blue) = 62+8+77=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E084D is #C1F7B2. Grayscale: #1F1F1F. Windows color (decimal): -12711859 or 5048382. OLE color: 5048382.
HSL color Cylindrical-coordinate representation of color #3E084D: hue angle of 286.96º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E084D is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 62 | 8 | 77 | - |
CMYK | 0.19 | 0.90 | 0 | 0.70 |
HSL | 286.96º | 0.81% | 0.17% | - |
HSV(B) | 286.96º | 0.9% | 0.3% | - |
XYZ | 3.41 | 1.73 | 7.18 | - |
YUV | 32.01 | 153.39 | 149.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 8 | 77 | 0.19 | 0.90 | 0 | 0.70 | 286.96 | 0.81 | 0.17 |
Hex | 3E | 8 | 4D | 13 | 5A | 0 | 46 | 11F | 51 | 11 |
Octal | 76 | 10 | 115 | 23 | 132 | 0 | 106 | 437 | 121 | 21 |
Binary | 111110 | 1000 | 1001101 | 10011 | 1011010 | 0 | 1000110 | 100011111 | 1010001 | 10001 |
Color Harmonies of #3E084D
Complementary color
Monochromatic Colors of #3E084D
Black with #3E084D
Text Example
Text Example
White with #3E084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E084D; }
p { color: rgb(62,8,77); }
H1.HeaderClassName
{
color: #3E084D;
}
.AnyTagClassName
{
color: #3E084D;
}
</style>
background-color css
<style>
a { background-color: #3E084D; }
a { background-color: rgb(62,8,77); }
div.DivClassName
{
background-color: #3E084D;
}
.BgClassName
{
background-color: #3E084D;
}
</style>
border-color css
<style>
span { border-color: #3E084D; }
span { border-color: rgb(62,8,77); }
td.TdClassName
{
border-color: #3E084D;
}
.TagClassName
{
border-color: #3E084D;
}
</style>