Shades of Blackcurrant #390D47
Tints of Blackcurrant #390D47
RGB
CMYK
RGB Variations
Color information
#390D47 (or 0x390D47) is known color: Blackcurrant. HEX triplet: 39, 0D and 47. RGB value is (57,13,71). Sum of RGB (Red+Green+Blue) = 57+13+71=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #390D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D47 is #C6F2B8. Grayscale: #202020. Windows color (decimal): -13038265 or 4656441. OLE color: 4656441.
HSL color Cylindrical-coordinate representation of color #390D47: hue angle of 285.52º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390D47 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 13 | 71 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.72 |
| HSL | 285.52º | 0.69% | 0.16% | - |
| HSV(B) | 285.52º | 0.82% | 0.28% | - |
| XYZ | 2.97 | 1.61 | 6.12 | - |
| YUV | 32.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 71 | 0.20 | 0.82 | 0 | 0.72 | 285.52 | 0.69 | 0.16 |
| Hex | 39 | D | 47 | 14 | 52 | 0 | 48 | 11E | 45 | 10 |
| Octal | 71 | 15 | 107 | 24 | 122 | 0 | 110 | 436 | 105 | 20 |
| Binary | 111001 | 1101 | 1000111 | 10100 | 1010010 | 0 | 1001000 | 100011110 | 1000101 | 10000 |
Color Harmonies of #390D47
Complementary color
Monochromatic Colors of #390D47
Black with #390D47
Text Example
Text Example
White with #390D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D47; }
p { color: rgb(57,13,71); }
H1.HeaderClassName
{
color: #390D47;
}
.AnyTagClassName
{
color: #390D47;
}
</style>
background-color css
<style>
a { background-color: #390D47; }
a { background-color: rgb(57,13,71); }
div.DivClassName
{
background-color: #390D47;
}
.BgClassName
{
background-color: #390D47;
}
</style>
border-color css
<style>
span { border-color: #390D47; }
span { border-color: rgb(57,13,71); }
td.TdClassName
{
border-color: #390D47;
}
.TagClassName
{
border-color: #390D47;
}
</style>