Shades of Cherry Pie #353152
Tints of Cherry Pie #353152
RGB
CMYK
RGB Variations
Color information
#353152 (or 0x353152) is known color: Cherry Pie. HEX triplet: 35, 31 and 52. RGB value is (53,49,82). Sum of RGB (Red+Green+Blue) = 53+49+82=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #353152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353152 is #CACEAD. Grayscale: #353535. Windows color (decimal): -13291182 or 5386549. OLE color: 5386549.
HSL color Cylindrical-coordinate representation of color #353152: hue angle of 247.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353152 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 49 | 82 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.68 |
| HSL | 247.27º | 0.25% | 0.26% | - |
| HSV(B) | 247.27º | 0.4% | 0.32% | - |
| XYZ | 4.09 | 3.56 | 8.45 | - |
| YUV | 53.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 82 | 0.35 | 0.40 | 0 | 0.68 | 247.27 | 0.25 | 0.26 |
| Hex | 35 | 31 | 52 | 23 | 28 | 0 | 44 | F7 | 19 | 1A |
| Octal | 65 | 61 | 122 | 43 | 50 | 0 | 104 | 367 | 31 | 32 |
| Binary | 110101 | 110001 | 1010010 | 100011 | 101000 | 0 | 1000100 | 11110111 | 11001 | 11010 |
Color Harmonies of #353152
Complementary color
Monochromatic Colors of #353152
Black with #353152
Text Example
Text Example
White with #353152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353152; }
p { color: rgb(53,49,82); }
H1.HeaderClassName
{
color: #353152;
}
.AnyTagClassName
{
color: #353152;
}
</style>
background-color css
<style>
a { background-color: #353152; }
a { background-color: rgb(53,49,82); }
div.DivClassName
{
background-color: #353152;
}
.BgClassName
{
background-color: #353152;
}
</style>
border-color css
<style>
span { border-color: #353152; }
span { border-color: rgb(53,49,82); }
td.TdClassName
{
border-color: #353152;
}
.TagClassName
{
border-color: #353152;
}
</style>