Shades of Blackcurrant #390658
Tints of Blackcurrant #390658
RGB
CMYK
RGB Variations
Color information
#390658 (or 0x390658) is known color: Blackcurrant. HEX triplet: 39, 06 and 58. RGB value is (57,6,88). Sum of RGB (Red+Green+Blue) = 57+6+88=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #390658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390658 is #C6F9A7. Grayscale: #1E1E1E. Windows color (decimal): -13040040 or 5768761. OLE color: 5768761.
HSL color Cylindrical-coordinate representation of color #390658: hue angle of 277.32º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390658 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 6 | 88 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.65 |
| HSL | 277.32º | 0.87% | 0.18% | - |
| HSV(B) | 277.32º | 0.93% | 0.35% | - |
| XYZ | 3.51 | 1.7 | 9.38 | - |
| YUV | 30.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 88 | 0.35 | 0.93 | 0 | 0.65 | 277.32 | 0.87 | 0.18 |
| Hex | 39 | 6 | 58 | 23 | 5D | 0 | 41 | 115 | 57 | 12 |
| Octal | 71 | 6 | 130 | 43 | 135 | 0 | 101 | 425 | 127 | 22 |
| Binary | 111001 | 110 | 1011000 | 100011 | 1011101 | 0 | 1000001 | 100010101 | 1010111 | 10010 |
Color Harmonies of #390658
Complementary color
Monochromatic Colors of #390658
Black with #390658
Text Example
Text Example
White with #390658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390658; }
p { color: rgb(57,6,88); }
H1.HeaderClassName
{
color: #390658;
}
.AnyTagClassName
{
color: #390658;
}
</style>
background-color css
<style>
a { background-color: #390658; }
a { background-color: rgb(57,6,88); }
div.DivClassName
{
background-color: #390658;
}
.BgClassName
{
background-color: #390658;
}
</style>
border-color css
<style>
span { border-color: #390658; }
span { border-color: rgb(57,6,88); }
td.TdClassName
{
border-color: #390658;
}
.TagClassName
{
border-color: #390658;
}
</style>