Shades of Cherry Pie #372F4B
Tints of Cherry Pie #372F4B
RGB
CMYK
RGB Variations
Color information
#372F4B (or 0x372F4B) is known color: Cherry Pie. HEX triplet: 37, 2F and 4B. RGB value is (55,47,75). Sum of RGB (Red+Green+Blue) = 55+47+75=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #372F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F4B is #C8D0B4. Grayscale: #343434. Windows color (decimal): -13160629 or 4927287. OLE color: 4927287.
HSL color Cylindrical-coordinate representation of color #372F4B: hue angle of 257.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #372F4B is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 47 | 75 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.71 |
| HSL | 257.14º | 0.23% | 0.24% | - |
| HSV(B) | 257.14º | 0.37% | 0.29% | - |
| XYZ | 3.86 | 3.35 | 7.1 | - |
| YUV | 52.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 75 | 0.27 | 0.37 | 0 | 0.71 | 257.14 | 0.23 | 0.24 |
| Hex | 37 | 2F | 4B | 1B | 25 | 0 | 47 | 101 | 17 | 18 |
| Octal | 67 | 57 | 113 | 33 | 45 | 0 | 107 | 401 | 27 | 30 |
| Binary | 110111 | 101111 | 1001011 | 11011 | 100101 | 0 | 1000111 | 100000001 | 10111 | 11000 |
Color Harmonies of #372F4B
Complementary color
Monochromatic Colors of #372F4B
Black with #372F4B
Text Example
Text Example
White with #372F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F4B; }
p { color: rgb(55,47,75); }
H1.HeaderClassName
{
color: #372F4B;
}
.AnyTagClassName
{
color: #372F4B;
}
</style>
background-color css
<style>
a { background-color: #372F4B; }
a { background-color: rgb(55,47,75); }
div.DivClassName
{
background-color: #372F4B;
}
.BgClassName
{
background-color: #372F4B;
}
</style>
border-color css
<style>
span { border-color: #372F4B; }
span { border-color: rgb(55,47,75); }
td.TdClassName
{
border-color: #372F4B;
}
.TagClassName
{
border-color: #372F4B;
}
</style>