Shades of Blackcurrant #390C56
Tints of Blackcurrant #390C56
RGB
CMYK
RGB Variations
Color information
#390C56 (or 0x390C56) is known color: Blackcurrant. HEX triplet: 39, 0C and 56. RGB value is (57,12,86). Sum of RGB (Red+Green+Blue) = 57+12+86=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #390C56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C56 is #C6F3A9. Grayscale: #212121. Windows color (decimal): -13038506 or 5639225. OLE color: 5639225.
HSL color Cylindrical-coordinate representation of color #390C56: hue angle of 276.49º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390C56 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 12 | 86 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.66 |
| HSL | 276.49º | 0.76% | 0.19% | - |
| HSV(B) | 276.49º | 0.86% | 0.34% | - |
| XYZ | 3.5 | 1.8 | 8.97 | - |
| YUV | 33.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 86 | 0.34 | 0.86 | 0 | 0.66 | 276.49 | 0.76 | 0.19 |
| Hex | 39 | C | 56 | 22 | 56 | 0 | 42 | 114 | 4C | 13 |
| Octal | 71 | 14 | 126 | 42 | 126 | 0 | 102 | 424 | 114 | 23 |
| Binary | 111001 | 1100 | 1010110 | 100010 | 1010110 | 0 | 1000010 | 100010100 | 1001100 | 10011 |
Color Harmonies of #390C56
Complementary color
Monochromatic Colors of #390C56
Black with #390C56
Text Example
Text Example
White with #390C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C56; }
p { color: rgb(57,12,86); }
H1.HeaderClassName
{
color: #390C56;
}
.AnyTagClassName
{
color: #390C56;
}
</style>
background-color css
<style>
a { background-color: #390C56; }
a { background-color: rgb(57,12,86); }
div.DivClassName
{
background-color: #390C56;
}
.BgClassName
{
background-color: #390C56;
}
</style>
border-color css
<style>
span { border-color: #390C56; }
span { border-color: rgb(57,12,86); }
td.TdClassName
{
border-color: #390C56;
}
.TagClassName
{
border-color: #390C56;
}
</style>