Shades of Blackcurrant #3E074D
Tints of Blackcurrant #3E074D
RGB
CMYK
RGB Variations
Color information
#3E074D (or 0x3E074D) is known color: Blackcurrant. HEX triplet: 3E, 07 and 4D. RGB value is (62,7,77). Sum of RGB (Red+Green+Blue) = 62+7+77=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E074D is #C1F8B2. Grayscale: #1F1F1F. Windows color (decimal): -12712115 or 5048126. OLE color: 5048126.
HSL color Cylindrical-coordinate representation of color #3E074D: hue angle of 287.14º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E074D is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 7 | 77 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.70 |
| HSL | 287.14º | 0.83% | 0.16% | - |
| HSV(B) | 287.14º | 0.91% | 0.3% | - |
| XYZ | 3.4 | 1.71 | 7.17 | - |
| YUV | 31.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 77 | 0.19 | 0.91 | 0 | 0.70 | 287.14 | 0.83 | 0.16 |
| Hex | 3E | 7 | 4D | 13 | 5B | 0 | 46 | 11F | 53 | 10 |
| Octal | 76 | 7 | 115 | 23 | 133 | 0 | 106 | 437 | 123 | 20 |
| Binary | 111110 | 111 | 1001101 | 10011 | 1011011 | 0 | 1000110 | 100011111 | 1010011 | 10000 |
Color Harmonies of #3E074D
Complementary color
Monochromatic Colors of #3E074D
Black with #3E074D
Text Example
Text Example
White with #3E074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E074D; }
p { color: rgb(62,7,77); }
H1.HeaderClassName
{
color: #3E074D;
}
.AnyTagClassName
{
color: #3E074D;
}
</style>
background-color css
<style>
a { background-color: #3E074D; }
a { background-color: rgb(62,7,77); }
div.DivClassName
{
background-color: #3E074D;
}
.BgClassName
{
background-color: #3E074D;
}
</style>
border-color css
<style>
span { border-color: #3E074D; }
span { border-color: rgb(62,7,77); }
td.TdClassName
{
border-color: #3E074D;
}
.TagClassName
{
border-color: #3E074D;
}
</style>