Shades of Blackcurrant #390A55
Tints of Blackcurrant #390A55
RGB
CMYK
RGB Variations
Color information
#390A55 (or 0x390A55) is known color: Blackcurrant. HEX triplet: 39, 0A and 55. RGB value is (57,10,85). Sum of RGB (Red+Green+Blue) = 57+10+85=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #390A55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390A55 is #C6F5AA. Grayscale: #202020. Windows color (decimal): -13039019 or 5573177. OLE color: 5573177.
HSL color Cylindrical-coordinate representation of color #390A55: hue angle of 277.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390A55 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 10 | 85 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.67 |
| HSL | 277.6º | 0.79% | 0.19% | - |
| HSV(B) | 277.6º | 0.88% | 0.33% | - |
| XYZ | 3.44 | 1.74 | 8.75 | - |
| YUV | 32.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 85 | 0.33 | 0.88 | 0 | 0.67 | 277.6 | 0.79 | 0.19 |
| Hex | 39 | A | 55 | 21 | 58 | 0 | 43 | 116 | 4F | 13 |
| Octal | 71 | 12 | 125 | 41 | 130 | 0 | 103 | 426 | 117 | 23 |
| Binary | 111001 | 1010 | 1010101 | 100001 | 1011000 | 0 | 1000011 | 100010110 | 1001111 | 10011 |
Color Harmonies of #390A55
Complementary color
Monochromatic Colors of #390A55
Black with #390A55
Text Example
Text Example
White with #390A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A55; }
p { color: rgb(57,10,85); }
H1.HeaderClassName
{
color: #390A55;
}
.AnyTagClassName
{
color: #390A55;
}
</style>
background-color css
<style>
a { background-color: #390A55; }
a { background-color: rgb(57,10,85); }
div.DivClassName
{
background-color: #390A55;
}
.BgClassName
{
background-color: #390A55;
}
</style>
border-color css
<style>
span { border-color: #390A55; }
span { border-color: rgb(57,10,85); }
td.TdClassName
{
border-color: #390A55;
}
.TagClassName
{
border-color: #390A55;
}
</style>