Shades of Blackcurrant #372040
Tints of Blackcurrant #372040
RGB
CMYK
RGB Variations
Color information
#372040 (or 0x372040) is known color: Blackcurrant. HEX triplet: 37, 20 and 40. RGB value is (55,32,64). Sum of RGB (Red+Green+Blue) = 55+32+64=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 32 (12.89% from 255 or 21.19% 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 #372040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372040 is #C8DFBF. Grayscale: #2A2A2A. Windows color (decimal): -13164480 or 4202551. OLE color: 4202551.
HSL color Cylindrical-coordinate representation of color #372040: hue angle of 283.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #372040 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 32 | 64 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.75 |
| HSL | 283.13º | 0.33% | 0.19% | - |
| HSV(B) | 283.13º | 0.5% | 0.25% | - |
| XYZ | 3.02 | 2.22 | 5.12 | - |
| YUV | 42.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 64 | 0.14 | 0.50 | 0 | 0.75 | 283.13 | 0.33 | 0.19 |
| Hex | 37 | 20 | 40 | E | 32 | 0 | 4B | 11B | 21 | 13 |
| Octal | 67 | 40 | 100 | 16 | 62 | 0 | 113 | 433 | 41 | 23 |
| Binary | 110111 | 100000 | 1000000 | 1110 | 110010 | 0 | 1001011 | 100011011 | 100001 | 10011 |
Color Harmonies of #372040
Complementary color
Monochromatic Colors of #372040
Black with #372040
Text Example
Text Example
White with #372040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372040; }
p { color: rgb(55,32,64); }
H1.HeaderClassName
{
color: #372040;
}
.AnyTagClassName
{
color: #372040;
}
</style>
background-color css
<style>
a { background-color: #372040; }
a { background-color: rgb(55,32,64); }
div.DivClassName
{
background-color: #372040;
}
.BgClassName
{
background-color: #372040;
}
</style>
border-color css
<style>
span { border-color: #372040; }
span { border-color: rgb(55,32,64); }
td.TdClassName
{
border-color: #372040;
}
.TagClassName
{
border-color: #372040;
}
</style>