Shades of Blackcurrant #372042
Tints of Blackcurrant #372042
RGB
CMYK
RGB Variations
Color information
#372042 (or 0x372042) is known color: Blackcurrant. HEX triplet: 37, 20 and 42. RGB value is (55,32,66). Sum of RGB (Red+Green+Blue) = 55+32+66=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 66 - color contains mainly: blue. Hex color #372042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372042 is #C8DFBD. Grayscale: #2A2A2A. Windows color (decimal): -13164478 or 4333623. OLE color: 4333623.
HSL color Cylindrical-coordinate representation of color #372042: hue angle of 280.59º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #372042 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 32 | 66 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.74 |
| HSL | 280.59º | 0.35% | 0.19% | - |
| HSV(B) | 280.59º | 0.52% | 0.26% | - |
| XYZ | 3.08 | 2.24 | 5.42 | - |
| YUV | 42.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 66 | 0.17 | 0.52 | 0 | 0.74 | 280.59 | 0.35 | 0.19 |
| Hex | 37 | 20 | 42 | 11 | 34 | 0 | 4A | 119 | 23 | 13 |
| Octal | 67 | 40 | 102 | 21 | 64 | 0 | 112 | 431 | 43 | 23 |
| Binary | 110111 | 100000 | 1000010 | 10001 | 110100 | 0 | 1001010 | 100011001 | 100011 | 10011 |
Color Harmonies of #372042
Complementary color
Monochromatic Colors of #372042
Black with #372042
Text Example
Text Example
White with #372042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372042; }
p { color: rgb(55,32,66); }
H1.HeaderClassName
{
color: #372042;
}
.AnyTagClassName
{
color: #372042;
}
</style>
background-color css
<style>
a { background-color: #372042; }
a { background-color: rgb(55,32,66); }
div.DivClassName
{
background-color: #372042;
}
.BgClassName
{
background-color: #372042;
}
</style>
border-color css
<style>
span { border-color: #372042; }
span { border-color: rgb(55,32,66); }
td.TdClassName
{
border-color: #372042;
}
.TagClassName
{
border-color: #372042;
}
</style>