Shades of Blackcurrant #390A50
Tints of Blackcurrant #390A50
RGB
CMYK
RGB Variations
Color information
#390A50 (or 0x390A50) is known color: Blackcurrant. HEX triplet: 39, 0A and 50. RGB value is (57,10,80). Sum of RGB (Red+Green+Blue) = 57+10+80=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #390A50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390A50 is #C6F5AF. Grayscale: #1F1F1F. Windows color (decimal): -13039024 or 5245497. OLE color: 5245497.
HSL color Cylindrical-coordinate representation of color #390A50: hue angle of 280.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390A50 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 10 | 80 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.69 |
| HSL | 280.29º | 0.78% | 0.18% | - |
| HSV(B) | 280.29º | 0.88% | 0.31% | - |
| XYZ | 3.24 | 1.67 | 7.74 | - |
| YUV | 32.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 80 | 0.29 | 0.87 | 0 | 0.69 | 280.29 | 0.78 | 0.18 |
| Hex | 39 | A | 50 | 1D | 57 | 0 | 45 | 118 | 4E | 12 |
| Octal | 71 | 12 | 120 | 35 | 127 | 0 | 105 | 430 | 116 | 22 |
| Binary | 111001 | 1010 | 1010000 | 11101 | 1010111 | 0 | 1000101 | 100011000 | 1001110 | 10010 |
Color Harmonies of #390A50
Complementary color
Monochromatic Colors of #390A50
Black with #390A50
Text Example
Text Example
White with #390A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A50; }
p { color: rgb(57,10,80); }
H1.HeaderClassName
{
color: #390A50;
}
.AnyTagClassName
{
color: #390A50;
}
</style>
background-color css
<style>
a { background-color: #390A50; }
a { background-color: rgb(57,10,80); }
div.DivClassName
{
background-color: #390A50;
}
.BgClassName
{
background-color: #390A50;
}
</style>
border-color css
<style>
span { border-color: #390A50; }
span { border-color: rgb(57,10,80); }
td.TdClassName
{
border-color: #390A50;
}
.TagClassName
{
border-color: #390A50;
}
</style>