Shades of Cherry Pie #353150
Tints of Cherry Pie #353150
RGB
CMYK
RGB Variations
Color information
#353150 (or 0x353150) is known color: Cherry Pie. HEX triplet: 35, 31 and 50. RGB value is (53,49,80). Sum of RGB (Red+Green+Blue) = 53+49+80=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #353150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353150 is #CACEAF. Grayscale: #353535. Windows color (decimal): -13291184 or 5255477. OLE color: 5255477.
HSL color Cylindrical-coordinate representation of color #353150: hue angle of 247.74º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #353150 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 49 | 80 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.69 |
| HSL | 247.74º | 0.24% | 0.25% | - |
| HSV(B) | 247.74º | 0.39% | 0.31% | - |
| XYZ | 4.01 | 3.53 | 8.06 | - |
| YUV | 53.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 80 | 0.34 | 0.39 | 0 | 0.69 | 247.74 | 0.24 | 0.25 |
| Hex | 35 | 31 | 50 | 22 | 27 | 0 | 45 | F8 | 18 | 19 |
| Octal | 65 | 61 | 120 | 42 | 47 | 0 | 105 | 370 | 30 | 31 |
| Binary | 110101 | 110001 | 1010000 | 100010 | 100111 | 0 | 1000101 | 11111000 | 11000 | 11001 |
Color Harmonies of #353150
Complementary color
Monochromatic Colors of #353150
Black with #353150
Text Example
Text Example
White with #353150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353150; }
p { color: rgb(53,49,80); }
H1.HeaderClassName
{
color: #353150;
}
.AnyTagClassName
{
color: #353150;
}
</style>
background-color css
<style>
a { background-color: #353150; }
a { background-color: rgb(53,49,80); }
div.DivClassName
{
background-color: #353150;
}
.BgClassName
{
background-color: #353150;
}
</style>
border-color css
<style>
span { border-color: #353150; }
span { border-color: rgb(53,49,80); }
td.TdClassName
{
border-color: #353150;
}
.TagClassName
{
border-color: #353150;
}
</style>