Shades of Blackcurrant #371740
Tints of Blackcurrant #371740
RGB
CMYK
RGB Variations
Color information
#371740 (or 0x371740) is known color: Blackcurrant. HEX triplet: 37, 17 and 40. RGB value is (55,23,64). Sum of RGB (Red+Green+Blue) = 55+23+64=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #371740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371740 is #C8E8BF. Grayscale: #252525. Windows color (decimal): -13166784 or 4200247. OLE color: 4200247.
HSL color Cylindrical-coordinate representation of color #371740: hue angle of 286.83º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371740 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 23 | 64 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.75 |
| HSL | 286.83º | 0.47% | 0.17% | - |
| HSV(B) | 286.83º | 0.64% | 0.25% | - |
| XYZ | 2.81 | 1.8 | 5.05 | - |
| YUV | 37.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 23 | 64 | 0.14 | 0.64 | 0 | 0.75 | 286.83 | 0.47 | 0.17 |
| Hex | 37 | 17 | 40 | E | 40 | 0 | 4B | 11F | 2F | 11 |
| Octal | 67 | 27 | 100 | 16 | 100 | 0 | 113 | 437 | 57 | 21 |
| Binary | 110111 | 10111 | 1000000 | 1110 | 1000000 | 0 | 1001011 | 100011111 | 101111 | 10001 |
Color Harmonies of #371740
Complementary color
Monochromatic Colors of #371740
Black with #371740
Text Example
Text Example
White with #371740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371740; }
p { color: rgb(55,23,64); }
H1.HeaderClassName
{
color: #371740;
}
.AnyTagClassName
{
color: #371740;
}
</style>
background-color css
<style>
a { background-color: #371740; }
a { background-color: rgb(55,23,64); }
div.DivClassName
{
background-color: #371740;
}
.BgClassName
{
background-color: #371740;
}
</style>
border-color css
<style>
span { border-color: #371740; }
span { border-color: rgb(55,23,64); }
td.TdClassName
{
border-color: #371740;
}
.TagClassName
{
border-color: #371740;
}
</style>