Shades of Blackcurrant #390B44
Tints of Blackcurrant #390B44
RGB
CMYK
RGB Variations
Color information
#390B44 (or 0x390B44) is known color: Blackcurrant. HEX triplet: 39, 0B and 44. RGB value is (57,11,68). Sum of RGB (Red+Green+Blue) = 57+11+68=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #390B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B44 is #C6F4BB. Grayscale: #1F1F1F. Windows color (decimal): -13038780 or 4459321. OLE color: 4459321.
HSL color Cylindrical-coordinate representation of color #390B44: hue angle of 288.42º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390B44 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 11 | 68 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.73 |
| HSL | 288.42º | 0.72% | 0.15% | - |
| HSV(B) | 288.42º | 0.84% | 0.27% | - |
| XYZ | 2.85 | 1.53 | 5.61 | - |
| YUV | 31.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 68 | 0.16 | 0.84 | 0 | 0.73 | 288.42 | 0.72 | 0.15 |
| Hex | 39 | B | 44 | 10 | 54 | 0 | 49 | 120 | 48 | F |
| Octal | 71 | 13 | 104 | 20 | 124 | 0 | 111 | 440 | 110 | 17 |
| Binary | 111001 | 1011 | 1000100 | 10000 | 1010100 | 0 | 1001001 | 100100000 | 1001000 | 1111 |
Color Harmonies of #390B44
Complementary color
Monochromatic Colors of #390B44
Black with #390B44
Text Example
Text Example
White with #390B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B44; }
p { color: rgb(57,11,68); }
H1.HeaderClassName
{
color: #390B44;
}
.AnyTagClassName
{
color: #390B44;
}
</style>
background-color css
<style>
a { background-color: #390B44; }
a { background-color: rgb(57,11,68); }
div.DivClassName
{
background-color: #390B44;
}
.BgClassName
{
background-color: #390B44;
}
</style>
border-color css
<style>
span { border-color: #390B44; }
span { border-color: rgb(57,11,68); }
td.TdClassName
{
border-color: #390B44;
}
.TagClassName
{
border-color: #390B44;
}
</style>