#353252

Color #353252 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #353252

Tints of Cherry Pie #353252

Color information

#353252 (or 0x353252) is unknown color: approx Cherry Pie. HEX triplet: 35, 32 and 52. RGB value is (53,50,82). Sum of RGB (Red+Green+Blue) = 53+50+82=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #353252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353252 is #CACDAD. Grayscale: #363636. Windows color (decimal): -13290926 or 5386805. OLE color: 5386805.

HSL color Cylindrical-coordinate representation of color #353252: hue angle of 245.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #353252 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB535082-
CMYK0.350.3900.68
HSL245.62º24.24%25.88%-
HSV(B)245.62º39.02%32.16%-
XYZ4.133.658.47-
YUV54.54143.49126.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=28.65%
G=27.03%
B=44.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5350820.350.3900.68245.6224.2425.88
Hex3532522327044f6181a
Octal6562122434701043663032
Binary110101110010101001010001110011101000100111101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353252; }

 p { color: rgb(53,50,82); }

 H1.HeaderClassName
 {
   color: #353252;
 }
 .AnyTagClassName
 {
   color: #353252;
 }
</style>
background-color css

<style>
 a { background-color: #353252; }

 a { background-color: rgb(53,50,82); }

 div.DivClassName
 {
   background-color: #353252;
 }
 .BgClassName
 {
   background-color: #353252;
 }
</style>
border-color css

<style>
 span { border-color: #353252; }

 span { border-color: rgb(53,50,82); }

 td.TdClassName
 {
   border-color: #353252;
 }
 .TagClassName
 {
   border-color: #353252;
 }
</style>