#352F52

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

Shades of Cherry Pie #352F52

Tints of Cherry Pie #352F52

Color information

#352F52 (or 0x352F52) is unknown color: approx Cherry Pie. HEX triplet: 35, 2F and 52. RGB value is (53,47,82). Sum of RGB (Red+Green+Blue) = 53+47+82=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #352F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F52 is #CAD0AD. Grayscale: #343434. Windows color (decimal): -13291694 or 5386037. OLE color: 5386037.

HSL color Cylindrical-coordinate representation of color #352F52: hue angle of 250.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #352F52 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB534782-
CMYK0.350.4300.68
HSL250.29º27.13%25.29%-
HSV(B)250.29º42.68%32.16%-
XYZ4.013.48.43-
YUV52.78144.49128.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=29.12%
G=25.82%
B=45.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5347820.350.4300.68250.2927.1325.29
Hex352F52232B044fa1b19
Octal6557122435301043723331
Binary110101101111101001010001110101101000100111110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352F52; }

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

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

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

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

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

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

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

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