Shades of Blackcurrant #390C4D
Tints of Blackcurrant #390C4D
RGB
CMYK
RGB Variations
Color information
#390C4D (or 0x390C4D) is known color: Blackcurrant. HEX triplet: 39, 0C and 4D. RGB value is (57,12,77). Sum of RGB (Red+Green+Blue) = 57+12+77=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #390C4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C4D is #C6F3B2. Grayscale: #202020. Windows color (decimal): -13038515 or 5049401. OLE color: 5049401.
HSL color Cylindrical-coordinate representation of color #390C4D: hue angle of 281.54º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390C4D is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 12 | 77 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.70 |
| HSL | 281.54º | 0.73% | 0.17% | - |
| HSV(B) | 281.54º | 0.84% | 0.3% | - |
| XYZ | 3.16 | 1.67 | 7.18 | - |
| YUV | 32.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 77 | 0.26 | 0.84 | 0 | 0.70 | 281.54 | 0.73 | 0.17 |
| Hex | 39 | C | 4D | 1A | 54 | 0 | 46 | 11A | 49 | 11 |
| Octal | 71 | 14 | 115 | 32 | 124 | 0 | 106 | 432 | 111 | 21 |
| Binary | 111001 | 1100 | 1001101 | 11010 | 1010100 | 0 | 1000110 | 100011010 | 1001001 | 10001 |
Color Harmonies of #390C4D
Complementary color
Monochromatic Colors of #390C4D
Black with #390C4D
Text Example
Text Example
White with #390C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C4D; }
p { color: rgb(57,12,77); }
H1.HeaderClassName
{
color: #390C4D;
}
.AnyTagClassName
{
color: #390C4D;
}
</style>
background-color css
<style>
a { background-color: #390C4D; }
a { background-color: rgb(57,12,77); }
div.DivClassName
{
background-color: #390C4D;
}
.BgClassName
{
background-color: #390C4D;
}
</style>
border-color css
<style>
span { border-color: #390C4D; }
span { border-color: rgb(57,12,77); }
td.TdClassName
{
border-color: #390C4D;
}
.TagClassName
{
border-color: #390C4D;
}
</style>