Shades of Blackcurrant #390050
Tints of Blackcurrant #390050
RGB
CMYK
RGB Variations
Color information
#390050 (or 0x390050) is known color: Blackcurrant. HEX triplet: 39, 00 and 50. RGB value is (57,0,80). Sum of RGB (Red+Green+Blue) = 57+0+80=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #390050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390050 is #C6FFAF. Grayscale: #191919. Windows color (decimal): -13041584 or 5242937. OLE color: 5242937.
HSL color Cylindrical-coordinate representation of color #390050: hue angle of 282.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390050 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 0 | 80 | - |
| CMYK | 0.29 | 1 | 0 | 0.69 |
| HSL | 282.75º | 1% | 0.16% | - |
| HSV(B) | 282.75º | 1% | 0.31% | - |
| XYZ | 3.14 | 1.45 | 7.7 | - |
| YUV | 26.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 80 | 0.29 | 1 | 0 | 0.69 | 282.75 | 1 | 0.16 |
| Hex | 39 | 0 | 50 | 1D | 64 | 0 | 45 | 11B | 64 | 10 |
| Octal | 71 | 0 | 120 | 35 | 144 | 0 | 105 | 433 | 144 | 20 |
| Binary | 111001 | 0 | 1010000 | 11101 | 1100100 | 0 | 1000101 | 100011011 | 1100100 | 10000 |
Color Harmonies of #390050
Complementary color
Monochromatic Colors of #390050
Black with #390050
Text Example
Text Example
White with #390050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390050; }
p { color: rgb(57,0,80); }
H1.HeaderClassName
{
color: #390050;
}
.AnyTagClassName
{
color: #390050;
}
</style>
background-color css
<style>
a { background-color: #390050; }
a { background-color: rgb(57,0,80); }
div.DivClassName
{
background-color: #390050;
}
.BgClassName
{
background-color: #390050;
}
</style>
border-color css
<style>
span { border-color: #390050; }
span { border-color: rgb(57,0,80); }
td.TdClassName
{
border-color: #390050;
}
.TagClassName
{
border-color: #390050;
}
</style>