Shades of Blackcurrant #392540
Tints of Blackcurrant #392540
RGB
CMYK
RGB Variations
Color information
#392540 (or 0x392540) is known color: Blackcurrant. HEX triplet: 39, 25 and 40. RGB value is (57,37,64). Sum of RGB (Red+Green+Blue) = 57+37+64=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #392540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392540 is #C6DABF. Grayscale: #2D2D2D. Windows color (decimal): -13032128 or 4203833. OLE color: 4203833.
HSL color Cylindrical-coordinate representation of color #392540: hue angle of 284.44º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392540 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 37 | 64 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.75 |
| HSL | 284.44º | 0.27% | 0.2% | - |
| HSV(B) | 284.44º | 0.42% | 0.25% | - |
| XYZ | 3.27 | 2.56 | 5.17 | - |
| YUV | 46.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 64 | 0.11 | 0.42 | 0 | 0.75 | 284.44 | 0.27 | 0.2 |
| Hex | 39 | 25 | 40 | B | 2A | 0 | 4B | 11C | 1B | 14 |
| Octal | 71 | 45 | 100 | 13 | 52 | 0 | 113 | 434 | 33 | 24 |
| Binary | 111001 | 100101 | 1000000 | 1011 | 101010 | 0 | 1001011 | 100011100 | 11011 | 10100 |
Color Harmonies of #392540
Complementary color
Monochromatic Colors of #392540
Black with #392540
Text Example
Text Example
White with #392540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392540; }
p { color: rgb(57,37,64); }
H1.HeaderClassName
{
color: #392540;
}
.AnyTagClassName
{
color: #392540;
}
</style>
background-color css
<style>
a { background-color: #392540; }
a { background-color: rgb(57,37,64); }
div.DivClassName
{
background-color: #392540;
}
.BgClassName
{
background-color: #392540;
}
</style>
border-color css
<style>
span { border-color: #392540; }
span { border-color: rgb(57,37,64); }
td.TdClassName
{
border-color: #392540;
}
.TagClassName
{
border-color: #392540;
}
</style>