Shades of Blackcurrant #390055
Tints of Blackcurrant #390055
RGB
CMYK
RGB Variations
Color information
#390055 (or 0x390055) is known color: Blackcurrant. HEX triplet: 39, 00 and 55. RGB value is (57,0,85). Sum of RGB (Red+Green+Blue) = 57+0+85=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #390055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390055 is #C6FFAA. Grayscale: #1A1A1A. Windows color (decimal): -13041579 or 5570617. OLE color: 5570617.
HSL color Cylindrical-coordinate representation of color #390055: hue angle of 280.24º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390055 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 0 | 85 | - |
| CMYK | 0.33 | 1 | 0 | 0.67 |
| HSL | 280.24º | 1% | 0.17% | - |
| HSV(B) | 280.24º | 1% | 0.33% | - |
| XYZ | 3.33 | 1.53 | 8.71 | - |
| YUV | 26.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 85 | 0.33 | 1 | 0 | 0.67 | 280.24 | 1 | 0.17 |
| Hex | 39 | 0 | 55 | 21 | 64 | 0 | 43 | 118 | 64 | 11 |
| Octal | 71 | 0 | 125 | 41 | 144 | 0 | 103 | 430 | 144 | 21 |
| Binary | 111001 | 0 | 1010101 | 100001 | 1100100 | 0 | 1000011 | 100011000 | 1100100 | 10001 |
Color Harmonies of #390055
Complementary color
Monochromatic Colors of #390055
Black with #390055
Text Example
Text Example
White with #390055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390055; }
p { color: rgb(57,0,85); }
H1.HeaderClassName
{
color: #390055;
}
.AnyTagClassName
{
color: #390055;
}
</style>
background-color css
<style>
a { background-color: #390055; }
a { background-color: rgb(57,0,85); }
div.DivClassName
{
background-color: #390055;
}
.BgClassName
{
background-color: #390055;
}
</style>
border-color css
<style>
span { border-color: #390055; }
span { border-color: rgb(57,0,85); }
td.TdClassName
{
border-color: #390055;
}
.TagClassName
{
border-color: #390055;
}
</style>