#352951

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

Shades of Cherry Pie #352951

Tints of Cherry Pie #352951

Color information

#352951 (or 0x352951) is unknown color: approx Cherry Pie. HEX triplet: 35, 29 and 51. RGB value is (53,41,81). Sum of RGB (Red+Green+Blue) = 53+41+81=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #352951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352951 is #CAD6AE. Grayscale: #313131. Windows color (decimal): -13293231 or 5318965. OLE color: 5318965.

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

Color convert

RGB534181-
CMYK0.350.4900.68
HSL258º32.79%23.92%-
HSV(B)258º49.38%31.76%-
XYZ3.752.948.15-
YUV49.15145.98130.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=30.29%
G=23.43%
B=46.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5341810.350.4900.6825832.7923.92
Hex35295123310441022118
Octal6551121436101044024130
Binary11010110100110100011000111100010100010010000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352951; }

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

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

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

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

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

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

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

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