Shades of Blackcurrant #372240
Tints of Blackcurrant #372240
RGB
CMYK
RGB Variations
Color information
#372240 (or 0x372240) is known color: Blackcurrant. HEX triplet: 37, 22 and 40. RGB value is (55,34,64). Sum of RGB (Red+Green+Blue) = 55+34+64=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #372240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372240 is #C8DDBF. Grayscale: #2B2B2B. Windows color (decimal): -13163968 or 4203063. OLE color: 4203063.
HSL color Cylindrical-coordinate representation of color #372240: hue angle of 282º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #372240 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 34 | 64 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.75 |
| HSL | 282º | 0.31% | 0.19% | - |
| HSV(B) | 282º | 0.47% | 0.25% | - |
| XYZ | 3.07 | 2.33 | 5.14 | - |
| YUV | 43.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 64 | 0.14 | 0.47 | 0 | 0.75 | 282 | 0.31 | 0.19 |
| Hex | 37 | 22 | 40 | E | 2F | 0 | 4B | 11A | 1F | 13 |
| Octal | 67 | 42 | 100 | 16 | 57 | 0 | 113 | 432 | 37 | 23 |
| Binary | 110111 | 100010 | 1000000 | 1110 | 101111 | 0 | 1001011 | 100011010 | 11111 | 10011 |
Color Harmonies of #372240
Complementary color
Monochromatic Colors of #372240
Black with #372240
Text Example
Text Example
White with #372240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372240; }
p { color: rgb(55,34,64); }
H1.HeaderClassName
{
color: #372240;
}
.AnyTagClassName
{
color: #372240;
}
</style>
background-color css
<style>
a { background-color: #372240; }
a { background-color: rgb(55,34,64); }
div.DivClassName
{
background-color: #372240;
}
.BgClassName
{
background-color: #372240;
}
</style>
border-color css
<style>
span { border-color: #372240; }
span { border-color: rgb(55,34,64); }
td.TdClassName
{
border-color: #372240;
}
.TagClassName
{
border-color: #372240;
}
</style>