Shades of Blackcurrant #390949
Tints of Blackcurrant #390949
RGB
CMYK
RGB Variations
Color information
#390949 (or 0x390949) is known color: Blackcurrant. HEX triplet: 39, 09 and 49. RGB value is (57,9,73). Sum of RGB (Red+Green+Blue) = 57+9+73=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #390949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390949 is #C6F6B6. Grayscale: #1E1E1E. Windows color (decimal): -13039287 or 4786489. OLE color: 4786489.
HSL color Cylindrical-coordinate representation of color #390949: hue angle of 285º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390949 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 9 | 73 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.71 |
| HSL | 285º | 0.78% | 0.16% | - |
| HSV(B) | 285º | 0.88% | 0.29% | - |
| XYZ | 2.99 | 1.55 | 6.44 | - |
| YUV | 30.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 9 | 73 | 0.22 | 0.88 | 0 | 0.71 | 285 | 0.78 | 0.16 |
| Hex | 39 | 9 | 49 | 16 | 58 | 0 | 47 | 11D | 4E | 10 |
| Octal | 71 | 11 | 111 | 26 | 130 | 0 | 107 | 435 | 116 | 20 |
| Binary | 111001 | 1001 | 1001001 | 10110 | 1011000 | 0 | 1000111 | 100011101 | 1001110 | 10000 |
Color Harmonies of #390949
Complementary color
Monochromatic Colors of #390949
Black with #390949
Text Example
Text Example
White with #390949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390949; }
p { color: rgb(57,9,73); }
H1.HeaderClassName
{
color: #390949;
}
.AnyTagClassName
{
color: #390949;
}
</style>
background-color css
<style>
a { background-color: #390949; }
a { background-color: rgb(57,9,73); }
div.DivClassName
{
background-color: #390949;
}
.BgClassName
{
background-color: #390949;
}
</style>
border-color css
<style>
span { border-color: #390949; }
span { border-color: rgb(57,9,73); }
td.TdClassName
{
border-color: #390949;
}
.TagClassName
{
border-color: #390949;
}
</style>