Shades of Cherry Pie #352C47
Tints of Cherry Pie #352C47
RGB
CMYK
RGB Variations
Color information
#352C47 (or 0x352C47) is known color: Cherry Pie. HEX triplet: 35, 2C and 47. RGB value is (53,44,71). Sum of RGB (Red+Green+Blue) = 53+44+71=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #352C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C47 is #CAD3B8. Grayscale: #313131. Windows color (decimal): -13292473 or 4664373. OLE color: 4664373.
HSL color Cylindrical-coordinate representation of color #352C47: hue angle of 260º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352C47 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 44 | 71 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.72 |
| HSL | 260º | 0.23% | 0.23% | - |
| HSV(B) | 260º | 0.38% | 0.28% | - |
| XYZ | 3.51 | 3.01 | 6.36 | - |
| YUV | 49.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 71 | 0.25 | 0.38 | 0 | 0.72 | 260 | 0.23 | 0.23 |
| Hex | 35 | 2C | 47 | 19 | 26 | 0 | 48 | 104 | 17 | 17 |
| Octal | 65 | 54 | 107 | 31 | 46 | 0 | 110 | 404 | 27 | 27 |
| Binary | 110101 | 101100 | 1000111 | 11001 | 100110 | 0 | 1001000 | 100000100 | 10111 | 10111 |
Color Harmonies of #352C47
Complementary color
Monochromatic Colors of #352C47
Black with #352C47
Text Example
Text Example
White with #352C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C47; }
p { color: rgb(53,44,71); }
H1.HeaderClassName
{
color: #352C47;
}
.AnyTagClassName
{
color: #352C47;
}
</style>
background-color css
<style>
a { background-color: #352C47; }
a { background-color: rgb(53,44,71); }
div.DivClassName
{
background-color: #352C47;
}
.BgClassName
{
background-color: #352C47;
}
</style>
border-color css
<style>
span { border-color: #352C47; }
span { border-color: rgb(53,44,71); }
td.TdClassName
{
border-color: #352C47;
}
.TagClassName
{
border-color: #352C47;
}
</style>