Shades of Blackcurrant #390250
Tints of Blackcurrant #390250
RGB
CMYK
RGB Variations
Color information
#390250 (or 0x390250) is known color: Blackcurrant. HEX triplet: 39, 02 and 50. RGB value is (57,2,80). Sum of RGB (Red+Green+Blue) = 57+2+80=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #390250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390250 is #C6FDAF. Grayscale: #1B1B1B. Windows color (decimal): -13041072 or 5243449. OLE color: 5243449.
HSL color Cylindrical-coordinate representation of color #390250: hue angle of 282.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390250 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 2 | 80 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.69 |
| HSL | 282.31º | 0.95% | 0.16% | - |
| HSV(B) | 282.31º | 0.98% | 0.31% | - |
| XYZ | 3.16 | 1.49 | 7.71 | - |
| YUV | 27.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 80 | 0.29 | 0.98 | 0 | 0.69 | 282.31 | 0.95 | 0.16 |
| Hex | 39 | 2 | 50 | 1D | 62 | 0 | 45 | 11A | 5F | 10 |
| Octal | 71 | 2 | 120 | 35 | 142 | 0 | 105 | 432 | 137 | 20 |
| Binary | 111001 | 10 | 1010000 | 11101 | 1100010 | 0 | 1000101 | 100011010 | 1011111 | 10000 |
Color Harmonies of #390250
Complementary color
Monochromatic Colors of #390250
Black with #390250
Text Example
Text Example
White with #390250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390250; }
p { color: rgb(57,2,80); }
H1.HeaderClassName
{
color: #390250;
}
.AnyTagClassName
{
color: #390250;
}
</style>
background-color css
<style>
a { background-color: #390250; }
a { background-color: rgb(57,2,80); }
div.DivClassName
{
background-color: #390250;
}
.BgClassName
{
background-color: #390250;
}
</style>
border-color css
<style>
span { border-color: #390250; }
span { border-color: rgb(57,2,80); }
td.TdClassName
{
border-color: #390250;
}
.TagClassName
{
border-color: #390250;
}
</style>