Shades of Blackcurrant #390D54
Tints of Blackcurrant #390D54
RGB
CMYK
RGB Variations
Color information
#390D54 (or 0x390D54) is known color: Blackcurrant. HEX triplet: 39, 0D and 54. RGB value is (57,13,84). Sum of RGB (Red+Green+Blue) = 57+13+84=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #390D54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D54 is #C6F2AB. Grayscale: #222222. Windows color (decimal): -13038252 or 5508409. OLE color: 5508409.
HSL color Cylindrical-coordinate representation of color #390D54: hue angle of 277.18º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390D54 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 13 | 84 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.67 |
| HSL | 277.18º | 0.73% | 0.19% | - |
| HSV(B) | 277.18º | 0.85% | 0.33% | - |
| XYZ | 3.43 | 1.8 | 8.55 | - |
| YUV | 34.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 84 | 0.32 | 0.85 | 0 | 0.67 | 277.18 | 0.73 | 0.19 |
| Hex | 39 | D | 54 | 20 | 55 | 0 | 43 | 115 | 49 | 13 |
| Octal | 71 | 15 | 124 | 40 | 125 | 0 | 103 | 425 | 111 | 23 |
| Binary | 111001 | 1101 | 1010100 | 100000 | 1010101 | 0 | 1000011 | 100010101 | 1001001 | 10011 |
Color Harmonies of #390D54
Complementary color
Monochromatic Colors of #390D54
Black with #390D54
Text Example
Text Example
White with #390D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D54; }
p { color: rgb(57,13,84); }
H1.HeaderClassName
{
color: #390D54;
}
.AnyTagClassName
{
color: #390D54;
}
</style>
background-color css
<style>
a { background-color: #390D54; }
a { background-color: rgb(57,13,84); }
div.DivClassName
{
background-color: #390D54;
}
.BgClassName
{
background-color: #390D54;
}
</style>
border-color css
<style>
span { border-color: #390D54; }
span { border-color: rgb(57,13,84); }
td.TdClassName
{
border-color: #390D54;
}
.TagClassName
{
border-color: #390D54;
}
</style>