Shades of Blackcurrant #390F4D
Tints of Blackcurrant #390F4D
RGB
CMYK
RGB Variations
Color information
#390F4D (or 0x390F4D) is known color: Blackcurrant. HEX triplet: 39, 0F and 4D. RGB value is (57,15,77). Sum of RGB (Red+Green+Blue) = 57+15+77=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #390F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F4D is #C6F0B2. Grayscale: #222222. Windows color (decimal): -13037747 or 5050169. OLE color: 5050169.
HSL color Cylindrical-coordinate representation of color #390F4D: hue angle of 280.65º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390F4D is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 15 | 77 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.70 |
| HSL | 280.65º | 0.67% | 0.18% | - |
| HSV(B) | 280.65º | 0.81% | 0.3% | - |
| XYZ | 3.2 | 1.75 | 7.19 | - |
| YUV | 34.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 77 | 0.26 | 0.81 | 0 | 0.70 | 280.65 | 0.67 | 0.18 |
| Hex | 39 | F | 4D | 1A | 51 | 0 | 46 | 119 | 43 | 12 |
| Octal | 71 | 17 | 115 | 32 | 121 | 0 | 106 | 431 | 103 | 22 |
| Binary | 111001 | 1111 | 1001101 | 11010 | 1010001 | 0 | 1000110 | 100011001 | 1000011 | 10010 |
Color Harmonies of #390F4D
Complementary color
Monochromatic Colors of #390F4D
Black with #390F4D
Text Example
Text Example
White with #390F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F4D; }
p { color: rgb(57,15,77); }
H1.HeaderClassName
{
color: #390F4D;
}
.AnyTagClassName
{
color: #390F4D;
}
</style>
background-color css
<style>
a { background-color: #390F4D; }
a { background-color: rgb(57,15,77); }
div.DivClassName
{
background-color: #390F4D;
}
.BgClassName
{
background-color: #390F4D;
}
</style>
border-color css
<style>
span { border-color: #390F4D; }
span { border-color: rgb(57,15,77); }
td.TdClassName
{
border-color: #390F4D;
}
.TagClassName
{
border-color: #390F4D;
}
</style>