Shades of Blackcurrant #390E49
Tints of Blackcurrant #390E49
RGB
CMYK
RGB Variations
Color information
#390E49 (or 0x390E49) is known color: Blackcurrant. HEX triplet: 39, 0E and 49. RGB value is (57,14,73). Sum of RGB (Red+Green+Blue) = 57+14+73=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #390E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E49 is #C6F1B6. Grayscale: #212121. Windows color (decimal): -13038007 or 4787769. OLE color: 4787769.
HSL color Cylindrical-coordinate representation of color #390E49: hue angle of 283.73º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390E49 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 14 | 73 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.71 |
| HSL | 283.73º | 0.68% | 0.17% | - |
| HSV(B) | 283.73º | 0.81% | 0.29% | - |
| XYZ | 3.05 | 1.66 | 6.46 | - |
| YUV | 33.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 73 | 0.22 | 0.81 | 0 | 0.71 | 283.73 | 0.68 | 0.17 |
| Hex | 39 | E | 49 | 16 | 51 | 0 | 47 | 11C | 44 | 11 |
| Octal | 71 | 16 | 111 | 26 | 121 | 0 | 107 | 434 | 104 | 21 |
| Binary | 111001 | 1110 | 1001001 | 10110 | 1010001 | 0 | 1000111 | 100011100 | 1000100 | 10001 |
Color Harmonies of #390E49
Complementary color
Monochromatic Colors of #390E49
Black with #390E49
Text Example
Text Example
White with #390E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E49; }
p { color: rgb(57,14,73); }
H1.HeaderClassName
{
color: #390E49;
}
.AnyTagClassName
{
color: #390E49;
}
</style>
background-color css
<style>
a { background-color: #390E49; }
a { background-color: rgb(57,14,73); }
div.DivClassName
{
background-color: #390E49;
}
.BgClassName
{
background-color: #390E49;
}
</style>
border-color css
<style>
span { border-color: #390E49; }
span { border-color: rgb(57,14,73); }
td.TdClassName
{
border-color: #390E49;
}
.TagClassName
{
border-color: #390E49;
}
</style>