Shades of Blackcurrant #372640
Tints of Blackcurrant #372640
RGB
CMYK
RGB Variations
Color information
#372640 (or 0x372640) is known color: Blackcurrant. HEX triplet: 37, 26 and 40. RGB value is (55,38,64). Sum of RGB (Red+Green+Blue) = 55+38+64=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #372640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372640 is #C8D9BF. Grayscale: #2D2D2D. Windows color (decimal): -13162944 or 4204087. OLE color: 4204087.
HSL color Cylindrical-coordinate representation of color #372640: hue angle of 279.23º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #372640 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 38 | 64 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.75 |
| HSL | 279.23º | 0.25% | 0.2% | - |
| HSV(B) | 279.23º | 0.41% | 0.25% | - |
| XYZ | 3.19 | 2.57 | 5.18 | - |
| YUV | 46.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 64 | 0.14 | 0.41 | 0 | 0.75 | 279.23 | 0.25 | 0.2 |
| Hex | 37 | 26 | 40 | E | 29 | 0 | 4B | 117 | 19 | 14 |
| Octal | 67 | 46 | 100 | 16 | 51 | 0 | 113 | 427 | 31 | 24 |
| Binary | 110111 | 100110 | 1000000 | 1110 | 101001 | 0 | 1001011 | 100010111 | 11001 | 10100 |
Color Harmonies of #372640
Complementary color
Monochromatic Colors of #372640
Black with #372640
Text Example
Text Example
White with #372640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372640; }
p { color: rgb(55,38,64); }
H1.HeaderClassName
{
color: #372640;
}
.AnyTagClassName
{
color: #372640;
}
</style>
background-color css
<style>
a { background-color: #372640; }
a { background-color: rgb(55,38,64); }
div.DivClassName
{
background-color: #372640;
}
.BgClassName
{
background-color: #372640;
}
</style>
border-color css
<style>
span { border-color: #372640; }
span { border-color: rgb(55,38,64); }
td.TdClassName
{
border-color: #372640;
}
.TagClassName
{
border-color: #372640;
}
</style>