#352959

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

Shades of Cherry Pie #352959

Tints of Cherry Pie #352959

Color information

#352959 (or 0x352959) is unknown color: approx Cherry Pie. HEX triplet: 35, 29 and 59. RGB value is (53,41,89). Sum of RGB (Red+Green+Blue) = 53+41+89=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #352959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352959 is #CAD6A6. Grayscale: #313131. Windows color (decimal): -13293223 or 5843253. OLE color: 5843253.

HSL color Cylindrical-coordinate representation of color #352959: hue angle of 255º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352959 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB534189-
CMYK0.400.5400.65
HSL255º36.92%25.49%-
HSV(B)255º53.93%34.9%-
XYZ4.063.069.83-
YUV50.06149.98130.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=28.96%
G=22.40%
B=48.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5341890.400.5400.6525536.9225.49
Hex3529592836041ff2519
Octal6551131506601013774531
Binary1101011010011011001101000110110010000011111111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352959; }

 p { color: rgb(53,41,89); }

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

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

 a { background-color: rgb(53,41,89); }

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

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

 span { border-color: rgb(53,41,89); }

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