Shades of Blackcurrant #390B51
Tints of Blackcurrant #390B51
RGB
CMYK
RGB Variations
Color information
#390B51 (or 0x390B51) is known color: Blackcurrant. HEX triplet: 39, 0B and 51. RGB value is (57,11,81). Sum of RGB (Red+Green+Blue) = 57+11+81=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #390B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390B51 is #C6F4AE. Grayscale: #202020. Windows color (decimal): -13038767 or 5311289. OLE color: 5311289.
HSL color Cylindrical-coordinate representation of color #390B51: hue angle of 279.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390B51 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 11 | 81 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.68 |
| HSL | 279.43º | 0.76% | 0.18% | - |
| HSV(B) | 279.43º | 0.86% | 0.32% | - |
| XYZ | 3.29 | 1.7 | 7.94 | - |
| YUV | 32.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 81 | 0.30 | 0.86 | 0 | 0.68 | 279.43 | 0.76 | 0.18 |
| Hex | 39 | B | 51 | 1E | 56 | 0 | 44 | 117 | 4C | 12 |
| Octal | 71 | 13 | 121 | 36 | 126 | 0 | 104 | 427 | 114 | 22 |
| Binary | 111001 | 1011 | 1010001 | 11110 | 1010110 | 0 | 1000100 | 100010111 | 1001100 | 10010 |
Color Harmonies of #390B51
Complementary color
Monochromatic Colors of #390B51
Black with #390B51
Text Example
Text Example
White with #390B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B51; }
p { color: rgb(57,11,81); }
H1.HeaderClassName
{
color: #390B51;
}
.AnyTagClassName
{
color: #390B51;
}
</style>
background-color css
<style>
a { background-color: #390B51; }
a { background-color: rgb(57,11,81); }
div.DivClassName
{
background-color: #390B51;
}
.BgClassName
{
background-color: #390B51;
}
</style>
border-color css
<style>
span { border-color: #390B51; }
span { border-color: rgb(57,11,81); }
td.TdClassName
{
border-color: #390B51;
}
.TagClassName
{
border-color: #390B51;
}
</style>