Shades of Blackcurrant #390B49
Tints of Blackcurrant #390B49
RGB
CMYK
RGB Variations
Color information
#390B49 (or 0x390B49) is known color: Blackcurrant. HEX triplet: 39, 0B and 49. RGB value is (57,11,73). Sum of RGB (Red+Green+Blue) = 57+11+73=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #390B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B49 is #C6F4B6. Grayscale: #1F1F1F. Windows color (decimal): -13038775 or 4787001. OLE color: 4787001.
HSL color Cylindrical-coordinate representation of color #390B49: hue angle of 284.52º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #390B49 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 11 | 73 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.71 |
| HSL | 284.52º | 0.74% | 0.16% | - |
| HSV(B) | 284.52º | 0.85% | 0.29% | - |
| XYZ | 3.01 | 1.59 | 6.45 | - |
| YUV | 31.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 73 | 0.22 | 0.85 | 0 | 0.71 | 284.52 | 0.74 | 0.16 |
| Hex | 39 | B | 49 | 16 | 55 | 0 | 47 | 11D | 4A | 10 |
| Octal | 71 | 13 | 111 | 26 | 125 | 0 | 107 | 435 | 112 | 20 |
| Binary | 111001 | 1011 | 1001001 | 10110 | 1010101 | 0 | 1000111 | 100011101 | 1001010 | 10000 |
Color Harmonies of #390B49
Complementary color
Monochromatic Colors of #390B49
Black with #390B49
Text Example
Text Example
White with #390B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B49; }
p { color: rgb(57,11,73); }
H1.HeaderClassName
{
color: #390B49;
}
.AnyTagClassName
{
color: #390B49;
}
</style>
background-color css
<style>
a { background-color: #390B49; }
a { background-color: rgb(57,11,73); }
div.DivClassName
{
background-color: #390B49;
}
.BgClassName
{
background-color: #390B49;
}
</style>
border-color css
<style>
span { border-color: #390B49; }
span { border-color: rgb(57,11,73); }
td.TdClassName
{
border-color: #390B49;
}
.TagClassName
{
border-color: #390B49;
}
</style>