Shades of Blackcurrant #390F40
Tints of Blackcurrant #390F40
RGB
CMYK
RGB Variations
Color information
#390F40 (or 0x390F40) is known color: Blackcurrant. HEX triplet: 39, 0F and 40. RGB value is (57,15,64). Sum of RGB (Red+Green+Blue) = 57+15+64=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #390F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F40 is #C6F0BF. Grayscale: #202020. Windows color (decimal): -13037760 or 4198201. OLE color: 4198201.
HSL color Cylindrical-coordinate representation of color #390F40: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #390F40 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 15 | 64 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.75 |
| HSL | 291.43º | 0.62% | 0.15% | - |
| HSV(B) | 291.43º | 0.77% | 0.25% | - |
| XYZ | 2.78 | 1.58 | 5.01 | - |
| YUV | 33.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 64 | 0.11 | 0.77 | 0 | 0.75 | 291.43 | 0.62 | 0.15 |
| Hex | 39 | F | 40 | B | 4D | 0 | 4B | 123 | 3E | F |
| Octal | 71 | 17 | 100 | 13 | 115 | 0 | 113 | 443 | 76 | 17 |
| Binary | 111001 | 1111 | 1000000 | 1011 | 1001101 | 0 | 1001011 | 100100011 | 111110 | 1111 |
Color Harmonies of #390F40
Complementary color
Monochromatic Colors of #390F40
Black with #390F40
Text Example
Text Example
White with #390F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F40; }
p { color: rgb(57,15,64); }
H1.HeaderClassName
{
color: #390F40;
}
.AnyTagClassName
{
color: #390F40;
}
</style>
background-color css
<style>
a { background-color: #390F40; }
a { background-color: rgb(57,15,64); }
div.DivClassName
{
background-color: #390F40;
}
.BgClassName
{
background-color: #390F40;
}
</style>
border-color css
<style>
span { border-color: #390F40; }
span { border-color: rgb(57,15,64); }
td.TdClassName
{
border-color: #390F40;
}
.TagClassName
{
border-color: #390F40;
}
</style>