Shades of Blackcurrant #390542
Tints of Blackcurrant #390542
RGB
CMYK
RGB Variations
Color information
#390542 (or 0x390542) is known color: Blackcurrant. HEX triplet: 39, 05 and 42. RGB value is (57,5,66). Sum of RGB (Red+Green+Blue) = 57+5+66=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #390542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390542 is #C6FABD. Grayscale: #1B1B1B. Windows color (decimal): -13040318 or 4326713. OLE color: 4326713.
HSL color Cylindrical-coordinate representation of color #390542: hue angle of 291.15º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390542 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 5 | 66 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.74 |
| HSL | 291.15º | 0.86% | 0.14% | - |
| HSV(B) | 291.15º | 0.92% | 0.26% | - |
| XYZ | 2.72 | 1.37 | 5.28 | - |
| YUV | 27.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 66 | 0.14 | 0.92 | 0 | 0.74 | 291.15 | 0.86 | 0.14 |
| Hex | 39 | 5 | 42 | E | 5C | 0 | 4A | 123 | 56 | E |
| Octal | 71 | 5 | 102 | 16 | 134 | 0 | 112 | 443 | 126 | 16 |
| Binary | 111001 | 101 | 1000010 | 1110 | 1011100 | 0 | 1001010 | 100100011 | 1010110 | 1110 |
Color Harmonies of #390542
Complementary color
Monochromatic Colors of #390542
Black with #390542
Text Example
Text Example
White with #390542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390542; }
p { color: rgb(57,5,66); }
H1.HeaderClassName
{
color: #390542;
}
.AnyTagClassName
{
color: #390542;
}
</style>
background-color css
<style>
a { background-color: #390542; }
a { background-color: rgb(57,5,66); }
div.DivClassName
{
background-color: #390542;
}
.BgClassName
{
background-color: #390542;
}
</style>
border-color css
<style>
span { border-color: #390542; }
span { border-color: rgb(57,5,66); }
td.TdClassName
{
border-color: #390542;
}
.TagClassName
{
border-color: #390542;
}
</style>