Shades of Blackcurrant #391240
Tints of Blackcurrant #391240
RGB
CMYK
RGB Variations
Color information
#391240 (or 0x391240) is known color: Blackcurrant. HEX triplet: 39, 12 and 40. RGB value is (57,18,64). Sum of RGB (Red+Green+Blue) = 57+18+64=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #391240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391240 is #C6EDBF. Grayscale: #222222. Windows color (decimal): -13036992 or 4198969. OLE color: 4198969.
HSL color Cylindrical-coordinate representation of color #391240: hue angle of 290.87º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #391240 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 18 | 64 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.75 |
| HSL | 290.87º | 0.56% | 0.16% | - |
| HSV(B) | 290.87º | 0.72% | 0.25% | - |
| XYZ | 2.83 | 1.67 | 5.02 | - |
| YUV | 34.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 64 | 0.11 | 0.72 | 0 | 0.75 | 290.87 | 0.56 | 0.16 |
| Hex | 39 | 12 | 40 | B | 48 | 0 | 4B | 123 | 38 | 10 |
| Octal | 71 | 22 | 100 | 13 | 110 | 0 | 113 | 443 | 70 | 20 |
| Binary | 111001 | 10010 | 1000000 | 1011 | 1001000 | 0 | 1001011 | 100100011 | 111000 | 10000 |
Color Harmonies of #391240
Complementary color
Monochromatic Colors of #391240
Black with #391240
Text Example
Text Example
White with #391240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391240; }
p { color: rgb(57,18,64); }
H1.HeaderClassName
{
color: #391240;
}
.AnyTagClassName
{
color: #391240;
}
</style>
background-color css
<style>
a { background-color: #391240; }
a { background-color: rgb(57,18,64); }
div.DivClassName
{
background-color: #391240;
}
.BgClassName
{
background-color: #391240;
}
</style>
border-color css
<style>
span { border-color: #391240; }
span { border-color: rgb(57,18,64); }
td.TdClassName
{
border-color: #391240;
}
.TagClassName
{
border-color: #391240;
}
</style>