Shades of Blackcurrant #3E0749
Tints of Blackcurrant #3E0749
RGB
CMYK
RGB Variations
Color information
#3E0749 (or 0x3E0749) is known color: Blackcurrant. HEX triplet: 3E, 07 and 49. RGB value is (62,7,73). Sum of RGB (Red+Green+Blue) = 62+7+73=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E0749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0749 is #C1F8B6. Grayscale: #1E1E1E. Windows color (decimal): -12712119 or 4785982. OLE color: 4785982.
HSL color Cylindrical-coordinate representation of color #3E0749: hue angle of 290º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E0749 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 7 | 73 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.71 |
| HSL | 290º | 0.83% | 0.16% | - |
| HSV(B) | 290º | 0.9% | 0.29% | - |
| XYZ | 3.27 | 1.66 | 6.45 | - |
| YUV | 30.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 73 | 0.15 | 0.90 | 0 | 0.71 | 290 | 0.83 | 0.16 |
| Hex | 3E | 7 | 49 | F | 5A | 0 | 47 | 122 | 52 | 10 |
| Octal | 76 | 7 | 111 | 17 | 132 | 0 | 107 | 442 | 122 | 20 |
| Binary | 111110 | 111 | 1001001 | 1111 | 1011010 | 0 | 1000111 | 100100010 | 1010010 | 10000 |
Color Harmonies of #3E0749
Complementary color
Monochromatic Colors of #3E0749
Black with #3E0749
Text Example
Text Example
White with #3E0749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0749; }
p { color: rgb(62,7,73); }
H1.HeaderClassName
{
color: #3E0749;
}
.AnyTagClassName
{
color: #3E0749;
}
</style>
background-color css
<style>
a { background-color: #3E0749; }
a { background-color: rgb(62,7,73); }
div.DivClassName
{
background-color: #3E0749;
}
.BgClassName
{
background-color: #3E0749;
}
</style>
border-color css
<style>
span { border-color: #3E0749; }
span { border-color: rgb(62,7,73); }
td.TdClassName
{
border-color: #3E0749;
}
.TagClassName
{
border-color: #3E0749;
}
</style>