#352952

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

Shades of Cherry Pie #352952

Tints of Cherry Pie #352952

Color information

#352952 (or 0x352952) is unknown color: approx Cherry Pie. HEX triplet: 35, 29 and 52. RGB value is (53,41,82). Sum of RGB (Red+Green+Blue) = 53+41+82=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #352952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352952 is #CAD6AD. Grayscale: #313131. Windows color (decimal): -13293230 or 5384501. OLE color: 5384501.

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

Color convert

RGB534182-
CMYK0.350.5000.68
HSL257.56º33.33%24.12%-
HSV(B)257.56º50%32.16%-
XYZ3.782.958.35-
YUV49.26146.48130.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 82 (32.42% from 255) = 46.59%
R=30.11%
G=23.30%
B=46.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5341820.350.5000.68257.5633.3324.12
Hex35295223320441022118
Octal6551122436201044024130
Binary11010110100110100101000111100100100010010000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352952; }

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

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

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

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

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

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

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

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