#353048

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

Shades of Cherry Pie #353048

Tints of Cherry Pie #353048

Color information

#353048 (or 0x353048) is unknown color: approx Cherry Pie. HEX triplet: 35, 30 and 48. RGB value is (53,48,72). Sum of RGB (Red+Green+Blue) = 53+48+72=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #353048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353048 is #CACFB7. Grayscale: #343434. Windows color (decimal): -13291448 or 4730933. OLE color: 4730933.

HSL color Cylindrical-coordinate representation of color #353048: hue angle of 252.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #353048 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB534872-
CMYK0.260.3300.72
HSL252.5º20%23.53%-
HSV(B)252.5º33.33%28.24%-
XYZ3.693.346.58-
YUV52.23139.16128.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=30.64%
G=27.75%
B=41.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5348720.260.3300.72252.52023.53
Hex3530481A21048fc1418
Octal6560110324101103742430
Binary11010111000010010001101010000101001000111111001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353048; }

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

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

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

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

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

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

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

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