Shades of Blackcurrant #390D53
Tints of Blackcurrant #390D53
RGB
CMYK
RGB Variations
Color information
#390D53 (or 0x390D53) is known color: Blackcurrant. HEX triplet: 39, 0D and 53. RGB value is (57,13,83). Sum of RGB (Red+Green+Blue) = 57+13+83=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #390D53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D53 is #C6F2AC. Grayscale: #212121. Windows color (decimal): -13038253 or 5442873. OLE color: 5442873.
HSL color Cylindrical-coordinate representation of color #390D53: hue angle of 277.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390D53 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 13 | 83 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.67 |
| HSL | 277.71º | 0.73% | 0.19% | - |
| HSV(B) | 277.71º | 0.84% | 0.33% | - |
| XYZ | 3.39 | 1.78 | 8.35 | - |
| YUV | 34.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 83 | 0.31 | 0.84 | 0 | 0.67 | 277.71 | 0.73 | 0.19 |
| Hex | 39 | D | 53 | 1F | 54 | 0 | 43 | 116 | 49 | 13 |
| Octal | 71 | 15 | 123 | 37 | 124 | 0 | 103 | 426 | 111 | 23 |
| Binary | 111001 | 1101 | 1010011 | 11111 | 1010100 | 0 | 1000011 | 100010110 | 1001001 | 10011 |
Color Harmonies of #390D53
Complementary color
Monochromatic Colors of #390D53
Black with #390D53
Text Example
Text Example
White with #390D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D53; }
p { color: rgb(57,13,83); }
H1.HeaderClassName
{
color: #390D53;
}
.AnyTagClassName
{
color: #390D53;
}
</style>
background-color css
<style>
a { background-color: #390D53; }
a { background-color: rgb(57,13,83); }
div.DivClassName
{
background-color: #390D53;
}
.BgClassName
{
background-color: #390D53;
}
</style>
border-color css
<style>
span { border-color: #390D53; }
span { border-color: rgb(57,13,83); }
td.TdClassName
{
border-color: #390D53;
}
.TagClassName
{
border-color: #390D53;
}
</style>