Shades of Cherry Pie #352C49
Tints of Cherry Pie #352C49
RGB
CMYK
RGB Variations
Color information
#352C49 (or 0x352C49) is known color: Cherry Pie. HEX triplet: 35, 2C and 49. RGB value is (53,44,73). Sum of RGB (Red+Green+Blue) = 53+44+73=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #352C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C49 is #CAD3B6. Grayscale: #313131. Windows color (decimal): -13292471 or 4795445. OLE color: 4795445.
HSL color Cylindrical-coordinate representation of color #352C49: hue angle of 258.62º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352C49 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 44 | 73 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.71 |
| HSL | 258.62º | 0.25% | 0.23% | - |
| HSV(B) | 258.62º | 0.4% | 0.29% | - |
| XYZ | 3.57 | 3.04 | 6.7 | - |
| YUV | 50 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 73 | 0.27 | 0.40 | 0 | 0.71 | 258.62 | 0.25 | 0.23 |
| Hex | 35 | 2C | 49 | 1B | 28 | 0 | 47 | 103 | 19 | 17 |
| Octal | 65 | 54 | 111 | 33 | 50 | 0 | 107 | 403 | 31 | 27 |
| Binary | 110101 | 101100 | 1001001 | 11011 | 101000 | 0 | 1000111 | 100000011 | 11001 | 10111 |
Color Harmonies of #352C49
Complementary color
Monochromatic Colors of #352C49
Black with #352C49
Text Example
Text Example
White with #352C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C49; }
p { color: rgb(53,44,73); }
H1.HeaderClassName
{
color: #352C49;
}
.AnyTagClassName
{
color: #352C49;
}
</style>
background-color css
<style>
a { background-color: #352C49; }
a { background-color: rgb(53,44,73); }
div.DivClassName
{
background-color: #352C49;
}
.BgClassName
{
background-color: #352C49;
}
</style>
border-color css
<style>
span { border-color: #352C49; }
span { border-color: rgb(53,44,73); }
td.TdClassName
{
border-color: #352C49;
}
.TagClassName
{
border-color: #352C49;
}
</style>