#352E48

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

Shades of Cherry Pie #352E48

Tints of Cherry Pie #352E48

Color information

#352E48 (or 0x352E48) is unknown color: approx Cherry Pie. HEX triplet: 35, 2E and 48. RGB value is (53,46,72). Sum of RGB (Red+Green+Blue) = 53+46+72=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #352E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E48 is #CAD1B7. Grayscale: #323232. Windows color (decimal): -13291960 or 4730421. OLE color: 4730421.

HSL color Cylindrical-coordinate representation of color #352E48: hue angle of 256.15º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352E48 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB534672-
CMYK0.260.3600.72
HSL256.15º22.03%23.14%-
HSV(B)256.15º36.11%28.24%-
XYZ3.613.186.55-
YUV51.06139.82129.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=30.99%
G=26.90%
B=42.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5346720.260.3600.72256.1522.0323.14
Hex352E481A240481001617
Octal6556110324401104002627
Binary110101101110100100011010100100010010001000000001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,46,72); }

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

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

 a { background-color: rgb(53,46,72); }

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

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

 span { border-color: rgb(53,46,72); }

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