Shades of Blackcurrant #390550
Tints of Blackcurrant #390550
RGB
CMYK
RGB Variations
Color information
#390550 (or 0x390550) is known color: Blackcurrant. HEX triplet: 39, 05 and 50. RGB value is (57,5,80). Sum of RGB (Red+Green+Blue) = 57+5+80=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #390550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390550 is #C6FAAF. Grayscale: #1C1C1C. Windows color (decimal): -13040304 or 5244217. OLE color: 5244217.
HSL color Cylindrical-coordinate representation of color #390550: hue angle of 281.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390550 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 5 | 80 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.69 |
| HSL | 281.6º | 0.88% | 0.17% | - |
| HSV(B) | 281.6º | 0.94% | 0.31% | - |
| XYZ | 3.19 | 1.56 | 7.72 | - |
| YUV | 29.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 80 | 0.29 | 0.94 | 0 | 0.69 | 281.6 | 0.88 | 0.17 |
| Hex | 39 | 5 | 50 | 1D | 5E | 0 | 45 | 11A | 58 | 11 |
| Octal | 71 | 5 | 120 | 35 | 136 | 0 | 105 | 432 | 130 | 21 |
| Binary | 111001 | 101 | 1010000 | 11101 | 1011110 | 0 | 1000101 | 100011010 | 1011000 | 10001 |
Color Harmonies of #390550
Complementary color
Monochromatic Colors of #390550
Black with #390550
Text Example
Text Example
White with #390550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390550; }
p { color: rgb(57,5,80); }
H1.HeaderClassName
{
color: #390550;
}
.AnyTagClassName
{
color: #390550;
}
</style>
background-color css
<style>
a { background-color: #390550; }
a { background-color: rgb(57,5,80); }
div.DivClassName
{
background-color: #390550;
}
.BgClassName
{
background-color: #390550;
}
</style>
border-color css
<style>
span { border-color: #390550; }
span { border-color: rgb(57,5,80); }
td.TdClassName
{
border-color: #390550;
}
.TagClassName
{
border-color: #390550;
}
</style>