Shades of Blackcurrant #390256
Tints of Blackcurrant #390256
RGB
CMYK
RGB Variations
Color information
#390256 (or 0x390256) is known color: Blackcurrant. HEX triplet: 39, 02 and 56. RGB value is (57,2,86). Sum of RGB (Red+Green+Blue) = 57+2+86=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #390256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390256 is #C6FDA9. Grayscale: #1B1B1B. Windows color (decimal): -13041066 or 5636665. OLE color: 5636665.
HSL color Cylindrical-coordinate representation of color #390256: hue angle of 279.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390256 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 2 | 86 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.66 |
| HSL | 279.29º | 0.95% | 0.17% | - |
| HSV(B) | 279.29º | 0.98% | 0.34% | - |
| XYZ | 3.39 | 1.59 | 8.93 | - |
| YUV | 28.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 86 | 0.34 | 0.98 | 0 | 0.66 | 279.29 | 0.95 | 0.17 |
| Hex | 39 | 2 | 56 | 22 | 62 | 0 | 42 | 117 | 5F | 11 |
| Octal | 71 | 2 | 126 | 42 | 142 | 0 | 102 | 427 | 137 | 21 |
| Binary | 111001 | 10 | 1010110 | 100010 | 1100010 | 0 | 1000010 | 100010111 | 1011111 | 10001 |
Color Harmonies of #390256
Complementary color
Monochromatic Colors of #390256
Black with #390256
Text Example
Text Example
White with #390256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390256; }
p { color: rgb(57,2,86); }
H1.HeaderClassName
{
color: #390256;
}
.AnyTagClassName
{
color: #390256;
}
</style>
background-color css
<style>
a { background-color: #390256; }
a { background-color: rgb(57,2,86); }
div.DivClassName
{
background-color: #390256;
}
.BgClassName
{
background-color: #390256;
}
</style>
border-color css
<style>
span { border-color: #390256; }
span { border-color: rgb(57,2,86); }
td.TdClassName
{
border-color: #390256;
}
.TagClassName
{
border-color: #390256;
}
</style>