Shades of Blackcurrant #391E40
Tints of Blackcurrant #391E40
RGB
CMYK
RGB Variations
Color information
#391E40 (or 0x391E40) is known color: Blackcurrant. HEX triplet: 39, 1E and 40. RGB value is (57,30,64). Sum of RGB (Red+Green+Blue) = 57+30+64=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #391E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E40 is #C6E1BF. Grayscale: #292929. Windows color (decimal): -13033920 or 4202041. OLE color: 4202041.
HSL color Cylindrical-coordinate representation of color #391E40: hue angle of 287.65º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #391E40 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 30 | 64 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.75 |
| HSL | 287.65º | 0.36% | 0.18% | - |
| HSV(B) | 287.65º | 0.53% | 0.25% | - |
| XYZ | 3.08 | 2.17 | 5.11 | - |
| YUV | 41.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 64 | 0.11 | 0.53 | 0 | 0.75 | 287.65 | 0.36 | 0.18 |
| Hex | 39 | 1E | 40 | B | 35 | 0 | 4B | 120 | 24 | 12 |
| Octal | 71 | 36 | 100 | 13 | 65 | 0 | 113 | 440 | 44 | 22 |
| Binary | 111001 | 11110 | 1000000 | 1011 | 110101 | 0 | 1001011 | 100100000 | 100100 | 10010 |
Color Harmonies of #391E40
Complementary color
Monochromatic Colors of #391E40
Black with #391E40
Text Example
Text Example
White with #391E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E40; }
p { color: rgb(57,30,64); }
H1.HeaderClassName
{
color: #391E40;
}
.AnyTagClassName
{
color: #391E40;
}
</style>
background-color css
<style>
a { background-color: #391E40; }
a { background-color: rgb(57,30,64); }
div.DivClassName
{
background-color: #391E40;
}
.BgClassName
{
background-color: #391E40;
}
</style>
border-color css
<style>
span { border-color: #391E40; }
span { border-color: rgb(57,30,64); }
td.TdClassName
{
border-color: #391E40;
}
.TagClassName
{
border-color: #391E40;
}
</style>