Shades of Blackcurrant #371E40
Tints of Blackcurrant #371E40
RGB
CMYK
RGB Variations
Color information
#371E40 (or 0x371E40) is known color: Blackcurrant. HEX triplet: 37, 1E and 40. RGB value is (55,30,64). Sum of RGB (Red+Green+Blue) = 55+30+64=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #371E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E40 is #C8E1BF. Grayscale: #292929. Windows color (decimal): -13164992 or 4202039. OLE color: 4202039.
HSL color Cylindrical-coordinate representation of color #371E40: hue angle of 284.12º 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 #371E40 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 30 | 64 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.75 |
| HSL | 284.12º | 0.36% | 0.18% | - |
| HSV(B) | 284.12º | 0.53% | 0.25% | - |
| XYZ | 2.97 | 2.11 | 5.1 | - |
| YUV | 41.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 64 | 0.14 | 0.53 | 0 | 0.75 | 284.12 | 0.36 | 0.18 |
| Hex | 37 | 1E | 40 | E | 35 | 0 | 4B | 11C | 24 | 12 |
| Octal | 67 | 36 | 100 | 16 | 65 | 0 | 113 | 434 | 44 | 22 |
| Binary | 110111 | 11110 | 1000000 | 1110 | 110101 | 0 | 1001011 | 100011100 | 100100 | 10010 |
Color Harmonies of #371E40
Complementary color
Monochromatic Colors of #371E40
Black with #371E40
Text Example
Text Example
White with #371E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E40; }
p { color: rgb(55,30,64); }
H1.HeaderClassName
{
color: #371E40;
}
.AnyTagClassName
{
color: #371E40;
}
</style>
background-color css
<style>
a { background-color: #371E40; }
a { background-color: rgb(55,30,64); }
div.DivClassName
{
background-color: #371E40;
}
.BgClassName
{
background-color: #371E40;
}
</style>
border-color css
<style>
span { border-color: #371E40; }
span { border-color: rgb(55,30,64); }
td.TdClassName
{
border-color: #371E40;
}
.TagClassName
{
border-color: #371E40;
}
</style>