Shades of Blackcurrant #371E41
Tints of Blackcurrant #371E41
RGB
CMYK
RGB Variations
Color information
#371E41 (or 0x371E41) is known color: Blackcurrant. HEX triplet: 37, 1E and 41. RGB value is (55,30,65). Sum of RGB (Red+Green+Blue) = 55+30+65=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #371E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E41 is #C8E1BE. Grayscale: #292929. Windows color (decimal): -13164991 or 4267575. OLE color: 4267575.
HSL color Cylindrical-coordinate representation of color #371E41: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #371E41 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 30 | 65 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.75 |
| HSL | 282.86º | 0.37% | 0.19% | - |
| HSV(B) | 282.86º | 0.54% | 0.25% | - |
| XYZ | 2.99 | 2.12 | 5.25 | - |
| YUV | 41.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 65 | 0.15 | 0.54 | 0 | 0.75 | 282.86 | 0.37 | 0.19 |
| Hex | 37 | 1E | 41 | F | 36 | 0 | 4B | 11B | 25 | 13 |
| Octal | 67 | 36 | 101 | 17 | 66 | 0 | 113 | 433 | 45 | 23 |
| Binary | 110111 | 11110 | 1000001 | 1111 | 110110 | 0 | 1001011 | 100011011 | 100101 | 10011 |
Color Harmonies of #371E41
Complementary color
Monochromatic Colors of #371E41
Black with #371E41
Text Example
Text Example
White with #371E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E41; }
p { color: rgb(55,30,65); }
H1.HeaderClassName
{
color: #371E41;
}
.AnyTagClassName
{
color: #371E41;
}
</style>
background-color css
<style>
a { background-color: #371E41; }
a { background-color: rgb(55,30,65); }
div.DivClassName
{
background-color: #371E41;
}
.BgClassName
{
background-color: #371E41;
}
</style>
border-color css
<style>
span { border-color: #371E41; }
span { border-color: rgb(55,30,65); }
td.TdClassName
{
border-color: #371E41;
}
.TagClassName
{
border-color: #371E41;
}
</style>