Shades of Blackcurrant #3E035A
Tints of Blackcurrant #3E035A
RGB
CMYK
RGB Variations
Color information
#3E035A (or 0x3E035A) is known color: Blackcurrant. HEX triplet: 3E, 03 and 5A. RGB value is (62,3,90). Sum of RGB (Red+Green+Blue) = 62+3+90=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E035A is #C1FCA5. Grayscale: #1E1E1E. Windows color (decimal): -12713126 or 5899070. OLE color: 5899070.
HSL color Cylindrical-coordinate representation of color #3E035A: hue angle of 280.69º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E035A is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 3 | 90 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.65 |
| HSL | 280.69º | 0.94% | 0.18% | - |
| HSV(B) | 280.69º | 0.97% | 0.35% | - |
| XYZ | 3.86 | 1.83 | 9.82 | - |
| YUV | 30.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 90 | 0.31 | 0.97 | 0 | 0.65 | 280.69 | 0.94 | 0.18 |
| Hex | 3E | 3 | 5A | 1F | 61 | 0 | 41 | 119 | 5E | 12 |
| Octal | 76 | 3 | 132 | 37 | 141 | 0 | 101 | 431 | 136 | 22 |
| Binary | 111110 | 11 | 1011010 | 11111 | 1100001 | 0 | 1000001 | 100011001 | 1011110 | 10010 |
Color Harmonies of #3E035A
Complementary color
Monochromatic Colors of #3E035A
Black with #3E035A
Text Example
Text Example
White with #3E035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E035A; }
p { color: rgb(62,3,90); }
H1.HeaderClassName
{
color: #3E035A;
}
.AnyTagClassName
{
color: #3E035A;
}
</style>
background-color css
<style>
a { background-color: #3E035A; }
a { background-color: rgb(62,3,90); }
div.DivClassName
{
background-color: #3E035A;
}
.BgClassName
{
background-color: #3E035A;
}
</style>
border-color css
<style>
span { border-color: #3E035A; }
span { border-color: rgb(62,3,90); }
td.TdClassName
{
border-color: #3E035A;
}
.TagClassName
{
border-color: #3E035A;
}
</style>