Shades of Blackcurrant #372140
Tints of Blackcurrant #372140
RGB
CMYK
RGB Variations
Color information
#372140 (or 0x372140) is known color: Blackcurrant. HEX triplet: 37, 21 and 40. RGB value is (55,33,64). Sum of RGB (Red+Green+Blue) = 55+33+64=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #372140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372140 is #C8DEBF. Grayscale: #2B2B2B. Windows color (decimal): -13164224 or 4202807. OLE color: 4202807.
HSL color Cylindrical-coordinate representation of color #372140: hue angle of 282.58º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #372140 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 33 | 64 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.75 |
| HSL | 282.58º | 0.32% | 0.19% | - |
| HSV(B) | 282.58º | 0.48% | 0.25% | - |
| XYZ | 3.04 | 2.27 | 5.13 | - |
| YUV | 43.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 64 | 0.14 | 0.48 | 0 | 0.75 | 282.58 | 0.32 | 0.19 |
| Hex | 37 | 21 | 40 | E | 30 | 0 | 4B | 11B | 20 | 13 |
| Octal | 67 | 41 | 100 | 16 | 60 | 0 | 113 | 433 | 40 | 23 |
| Binary | 110111 | 100001 | 1000000 | 1110 | 110000 | 0 | 1001011 | 100011011 | 100000 | 10011 |
Color Harmonies of #372140
Complementary color
Monochromatic Colors of #372140
Black with #372140
Text Example
Text Example
White with #372140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372140; }
p { color: rgb(55,33,64); }
H1.HeaderClassName
{
color: #372140;
}
.AnyTagClassName
{
color: #372140;
}
</style>
background-color css
<style>
a { background-color: #372140; }
a { background-color: rgb(55,33,64); }
div.DivClassName
{
background-color: #372140;
}
.BgClassName
{
background-color: #372140;
}
</style>
border-color css
<style>
span { border-color: #372140; }
span { border-color: rgb(55,33,64); }
td.TdClassName
{
border-color: #372140;
}
.TagClassName
{
border-color: #372140;
}
</style>