Shades of Blackcurrant #390952
Tints of Blackcurrant #390952
RGB
CMYK
RGB Variations
Color information
#390952 (or 0x390952) is known color: Blackcurrant. HEX triplet: 39, 09 and 52. RGB value is (57,9,82). Sum of RGB (Red+Green+Blue) = 57+9+82=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #390952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390952 is #C6F6AD. Grayscale: #1F1F1F. Windows color (decimal): -13039278 or 5376313. OLE color: 5376313.
HSL color Cylindrical-coordinate representation of color #390952: hue angle of 279.45º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390952 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 9 | 82 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.68 |
| HSL | 279.45º | 0.8% | 0.18% | - |
| HSV(B) | 279.45º | 0.89% | 0.32% | - |
| XYZ | 3.31 | 1.67 | 8.13 | - |
| YUV | 31.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 9 | 82 | 0.30 | 0.89 | 0 | 0.68 | 279.45 | 0.8 | 0.18 |
| Hex | 39 | 9 | 52 | 1E | 59 | 0 | 44 | 117 | 50 | 12 |
| Octal | 71 | 11 | 122 | 36 | 131 | 0 | 104 | 427 | 120 | 22 |
| Binary | 111001 | 1001 | 1010010 | 11110 | 1011001 | 0 | 1000100 | 100010111 | 1010000 | 10010 |
Color Harmonies of #390952
Complementary color
Monochromatic Colors of #390952
Black with #390952
Text Example
Text Example
White with #390952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390952; }
p { color: rgb(57,9,82); }
H1.HeaderClassName
{
color: #390952;
}
.AnyTagClassName
{
color: #390952;
}
</style>
background-color css
<style>
a { background-color: #390952; }
a { background-color: rgb(57,9,82); }
div.DivClassName
{
background-color: #390952;
}
.BgClassName
{
background-color: #390952;
}
</style>
border-color css
<style>
span { border-color: #390952; }
span { border-color: rgb(57,9,82); }
td.TdClassName
{
border-color: #390952;
}
.TagClassName
{
border-color: #390952;
}
</style>