Shades of Blackcurrant #390851
Tints of Blackcurrant #390851
RGB
CMYK
RGB Variations
Color information
#390851 (or 0x390851) is known color: Blackcurrant. HEX triplet: 39, 08 and 51. RGB value is (57,8,81). Sum of RGB (Red+Green+Blue) = 57+8+81=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #390851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390851 is #C6F7AE. Grayscale: #1E1E1E. Windows color (decimal): -13039535 or 5310521. OLE color: 5310521.
HSL color Cylindrical-coordinate representation of color #390851: hue angle of 280.27º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390851 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 8 | 81 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.68 |
| HSL | 280.27º | 0.82% | 0.17% | - |
| HSV(B) | 280.27º | 0.9% | 0.32% | - |
| XYZ | 3.26 | 1.64 | 7.93 | - |
| YUV | 30.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 8 | 81 | 0.30 | 0.90 | 0 | 0.68 | 280.27 | 0.82 | 0.17 |
| Hex | 39 | 8 | 51 | 1E | 5A | 0 | 44 | 118 | 52 | 11 |
| Octal | 71 | 10 | 121 | 36 | 132 | 0 | 104 | 430 | 122 | 21 |
| Binary | 111001 | 1000 | 1010001 | 11110 | 1011010 | 0 | 1000100 | 100011000 | 1010010 | 10001 |
Color Harmonies of #390851
Complementary color
Monochromatic Colors of #390851
Black with #390851
Text Example
Text Example
White with #390851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390851; }
p { color: rgb(57,8,81); }
H1.HeaderClassName
{
color: #390851;
}
.AnyTagClassName
{
color: #390851;
}
</style>
background-color css
<style>
a { background-color: #390851; }
a { background-color: rgb(57,8,81); }
div.DivClassName
{
background-color: #390851;
}
.BgClassName
{
background-color: #390851;
}
</style>
border-color css
<style>
span { border-color: #390851; }
span { border-color: rgb(57,8,81); }
td.TdClassName
{
border-color: #390851;
}
.TagClassName
{
border-color: #390851;
}
</style>