Shades of Blackcurrant #372045
Tints of Blackcurrant #372045
RGB
CMYK
RGB Variations
Color information
#372045 (or 0x372045) is known color: Blackcurrant. HEX triplet: 37, 20 and 45. RGB value is (55,32,69). Sum of RGB (Red+Green+Blue) = 55+32+69=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 69 - color contains mainly: blue. Hex color #372045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372045 is #C8DFBA. Grayscale: #2A2A2A. Windows color (decimal): -13164475 or 4530231. OLE color: 4530231.
HSL color Cylindrical-coordinate representation of color #372045: hue angle of 277.3º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #372045 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 32 | 69 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.73 |
| HSL | 277.3º | 0.37% | 0.2% | - |
| HSV(B) | 277.3º | 0.54% | 0.27% | - |
| XYZ | 3.17 | 2.27 | 5.9 | - |
| YUV | 43.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 69 | 0.20 | 0.54 | 0 | 0.73 | 277.3 | 0.37 | 0.2 |
| Hex | 37 | 20 | 45 | 14 | 36 | 0 | 49 | 115 | 25 | 14 |
| Octal | 67 | 40 | 105 | 24 | 66 | 0 | 111 | 425 | 45 | 24 |
| Binary | 110111 | 100000 | 1000101 | 10100 | 110110 | 0 | 1001001 | 100010101 | 100101 | 10100 |
Color Harmonies of #372045
Complementary color
Monochromatic Colors of #372045
Black with #372045
Text Example
Text Example
White with #372045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372045; }
p { color: rgb(55,32,69); }
H1.HeaderClassName
{
color: #372045;
}
.AnyTagClassName
{
color: #372045;
}
</style>
background-color css
<style>
a { background-color: #372045; }
a { background-color: rgb(55,32,69); }
div.DivClassName
{
background-color: #372045;
}
.BgClassName
{
background-color: #372045;
}
</style>
border-color css
<style>
span { border-color: #372045; }
span { border-color: rgb(55,32,69); }
td.TdClassName
{
border-color: #372045;
}
.TagClassName
{
border-color: #372045;
}
</style>