Shades of Blackcurrant #390F44
Tints of Blackcurrant #390F44
RGB
CMYK
RGB Variations
Color information
#390F44 (or 0x390F44) is known color: Blackcurrant. HEX triplet: 39, 0F and 44. RGB value is (57,15,68). Sum of RGB (Red+Green+Blue) = 57+15+68=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #390F44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F44 is #C6F0BB. Grayscale: #212121. Windows color (decimal): -13037756 or 4460345. OLE color: 4460345.
HSL color Cylindrical-coordinate representation of color #390F44: hue angle of 287.55º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #390F44 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 15 | 68 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.73 |
| HSL | 287.55º | 0.64% | 0.16% | - |
| HSV(B) | 287.55º | 0.78% | 0.27% | - |
| XYZ | 2.9 | 1.63 | 5.63 | - |
| YUV | 33.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 68 | 0.16 | 0.78 | 0 | 0.73 | 287.55 | 0.64 | 0.16 |
| Hex | 39 | F | 44 | 10 | 4E | 0 | 49 | 120 | 40 | 10 |
| Octal | 71 | 17 | 104 | 20 | 116 | 0 | 111 | 440 | 100 | 20 |
| Binary | 111001 | 1111 | 1000100 | 10000 | 1001110 | 0 | 1001001 | 100100000 | 1000000 | 10000 |
Color Harmonies of #390F44
Complementary color
Monochromatic Colors of #390F44
Black with #390F44
Text Example
Text Example
White with #390F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F44; }
p { color: rgb(57,15,68); }
H1.HeaderClassName
{
color: #390F44;
}
.AnyTagClassName
{
color: #390F44;
}
</style>
background-color css
<style>
a { background-color: #390F44; }
a { background-color: rgb(57,15,68); }
div.DivClassName
{
background-color: #390F44;
}
.BgClassName
{
background-color: #390F44;
}
</style>
border-color css
<style>
span { border-color: #390F44; }
span { border-color: rgb(57,15,68); }
td.TdClassName
{
border-color: #390F44;
}
.TagClassName
{
border-color: #390F44;
}
</style>