Shades of Blackcurrant #390F52
Tints of Blackcurrant #390F52
RGB
CMYK
RGB Variations
Color information
#390F52 (or 0x390F52) is known color: Blackcurrant. HEX triplet: 39, 0F and 52. RGB value is (57,15,82). Sum of RGB (Red+Green+Blue) = 57+15+82=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #390F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F52 is #C6F0AD. Grayscale: #222222. Windows color (decimal): -13037742 or 5377849. OLE color: 5377849.
HSL color Cylindrical-coordinate representation of color #390F52: hue angle of 277.61º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390F52 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 15 | 82 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.68 |
| HSL | 277.61º | 0.69% | 0.19% | - |
| HSV(B) | 277.61º | 0.82% | 0.32% | - |
| XYZ | 3.38 | 1.82 | 8.16 | - |
| YUV | 35.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 82 | 0.30 | 0.82 | 0 | 0.68 | 277.61 | 0.69 | 0.19 |
| Hex | 39 | F | 52 | 1E | 52 | 0 | 44 | 116 | 45 | 13 |
| Octal | 71 | 17 | 122 | 36 | 122 | 0 | 104 | 426 | 105 | 23 |
| Binary | 111001 | 1111 | 1010010 | 11110 | 1010010 | 0 | 1000100 | 100010110 | 1000101 | 10011 |
Color Harmonies of #390F52
Complementary color
Monochromatic Colors of #390F52
Black with #390F52
Text Example
Text Example
White with #390F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F52; }
p { color: rgb(57,15,82); }
H1.HeaderClassName
{
color: #390F52;
}
.AnyTagClassName
{
color: #390F52;
}
</style>
background-color css
<style>
a { background-color: #390F52; }
a { background-color: rgb(57,15,82); }
div.DivClassName
{
background-color: #390F52;
}
.BgClassName
{
background-color: #390F52;
}
</style>
border-color css
<style>
span { border-color: #390F52; }
span { border-color: rgb(57,15,82); }
td.TdClassName
{
border-color: #390F52;
}
.TagClassName
{
border-color: #390F52;
}
</style>