Shades of Blackcurrant #3E034D
Tints of Blackcurrant #3E034D
RGB
CMYK
RGB Variations
Color information
#3E034D (or 0x3E034D) is known color: Blackcurrant. HEX triplet: 3E, 03 and 4D. RGB value is (62,3,77). Sum of RGB (Red+Green+Blue) = 62+3+77=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E034D is #C1FCB2. Grayscale: #1C1C1C. Windows color (decimal): -12713139 or 5047102. OLE color: 5047102.
HSL color Cylindrical-coordinate representation of color #3E034D: hue angle of 287.84º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E034D is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 3 | 77 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.70 |
| HSL | 287.84º | 0.93% | 0.16% | - |
| HSV(B) | 287.84º | 0.96% | 0.3% | - |
| XYZ | 3.36 | 1.63 | 7.16 | - |
| YUV | 29.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 77 | 0.19 | 0.96 | 0 | 0.70 | 287.84 | 0.93 | 0.16 |
| Hex | 3E | 3 | 4D | 13 | 60 | 0 | 46 | 120 | 5C | 10 |
| Octal | 76 | 3 | 115 | 23 | 140 | 0 | 106 | 440 | 134 | 20 |
| Binary | 111110 | 11 | 1001101 | 10011 | 1100000 | 0 | 1000110 | 100100000 | 1011100 | 10000 |
Color Harmonies of #3E034D
Complementary color
Monochromatic Colors of #3E034D
Black with #3E034D
Text Example
Text Example
White with #3E034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E034D; }
p { color: rgb(62,3,77); }
H1.HeaderClassName
{
color: #3E034D;
}
.AnyTagClassName
{
color: #3E034D;
}
</style>
background-color css
<style>
a { background-color: #3E034D; }
a { background-color: rgb(62,3,77); }
div.DivClassName
{
background-color: #3E034D;
}
.BgClassName
{
background-color: #3E034D;
}
</style>
border-color css
<style>
span { border-color: #3E034D; }
span { border-color: rgb(62,3,77); }
td.TdClassName
{
border-color: #3E034D;
}
.TagClassName
{
border-color: #3E034D;
}
</style>