Shades of Blackcurrant #3E025A
Tints of Blackcurrant #3E025A
RGB
CMYK
RGB Variations
Color information
#3E025A (or 0x3E025A) is known color: Blackcurrant. HEX triplet: 3E, 02 and 5A. RGB value is (62,2,90). Sum of RGB (Red+Green+Blue) = 62+2+90=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E025A is #C1FDA5. Grayscale: #1D1D1D. Windows color (decimal): -12713382 or 5898814. OLE color: 5898814.
HSL color Cylindrical-coordinate representation of color #3E025A: hue angle of 280.91º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E025A is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 2 | 90 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.65 |
| HSL | 280.91º | 0.96% | 0.18% | - |
| HSV(B) | 280.91º | 0.98% | 0.35% | - |
| XYZ | 3.85 | 1.81 | 9.82 | - |
| YUV | 29.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 90 | 0.31 | 0.98 | 0 | 0.65 | 280.91 | 0.96 | 0.18 |
| Hex | 3E | 2 | 5A | 1F | 62 | 0 | 41 | 119 | 60 | 12 |
| Octal | 76 | 2 | 132 | 37 | 142 | 0 | 101 | 431 | 140 | 22 |
| Binary | 111110 | 10 | 1011010 | 11111 | 1100010 | 0 | 1000001 | 100011001 | 1100000 | 10010 |
Color Harmonies of #3E025A
Complementary color
Monochromatic Colors of #3E025A
Black with #3E025A
Text Example
Text Example
White with #3E025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E025A; }
p { color: rgb(62,2,90); }
H1.HeaderClassName
{
color: #3E025A;
}
.AnyTagClassName
{
color: #3E025A;
}
</style>
background-color css
<style>
a { background-color: #3E025A; }
a { background-color: rgb(62,2,90); }
div.DivClassName
{
background-color: #3E025A;
}
.BgClassName
{
background-color: #3E025A;
}
</style>
border-color css
<style>
span { border-color: #3E025A; }
span { border-color: rgb(62,2,90); }
td.TdClassName
{
border-color: #3E025A;
}
.TagClassName
{
border-color: #3E025A;
}
</style>