Shades of Blackcurrant #390C48
Tints of Blackcurrant #390C48
RGB
CMYK
RGB Variations
Color information
#390C48 (or 0x390C48) is known color: Blackcurrant. HEX triplet: 39, 0C and 48. RGB value is (57,12,72). Sum of RGB (Red+Green+Blue) = 57+12+72=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #390C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C48 is #C6F3B7. Grayscale: #202020. Windows color (decimal): -13038520 or 4721721. OLE color: 4721721.
HSL color Cylindrical-coordinate representation of color #390C48: hue angle of 285º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #390C48 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 12 | 72 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.72 |
| HSL | 285º | 0.71% | 0.16% | - |
| HSV(B) | 285º | 0.83% | 0.28% | - |
| XYZ | 2.99 | 1.6 | 6.28 | - |
| YUV | 32.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 72 | 0.21 | 0.83 | 0 | 0.72 | 285 | 0.71 | 0.16 |
| Hex | 39 | C | 48 | 15 | 53 | 0 | 48 | 11D | 47 | 10 |
| Octal | 71 | 14 | 110 | 25 | 123 | 0 | 110 | 435 | 107 | 20 |
| Binary | 111001 | 1100 | 1001000 | 10101 | 1010011 | 0 | 1001000 | 100011101 | 1000111 | 10000 |
Color Harmonies of #390C48
Complementary color
Monochromatic Colors of #390C48
Black with #390C48
Text Example
Text Example
White with #390C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C48; }
p { color: rgb(57,12,72); }
H1.HeaderClassName
{
color: #390C48;
}
.AnyTagClassName
{
color: #390C48;
}
</style>
background-color css
<style>
a { background-color: #390C48; }
a { background-color: rgb(57,12,72); }
div.DivClassName
{
background-color: #390C48;
}
.BgClassName
{
background-color: #390C48;
}
</style>
border-color css
<style>
span { border-color: #390C48; }
span { border-color: rgb(57,12,72); }
td.TdClassName
{
border-color: #390C48;
}
.TagClassName
{
border-color: #390C48;
}
</style>