#35314C

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

Shades of Cherry Pie #35314C

Tints of Cherry Pie #35314C

Color information

#35314C (or 0x35314C) is unknown color: approx Cherry Pie. HEX triplet: 35, 31 and 4C. RGB value is (53,49,76). Sum of RGB (Red+Green+Blue) = 53+49+76=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #35314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35314C is #CACEB3. Grayscale: #353535. Windows color (decimal): -13291188 or 4993333. OLE color: 4993333.

HSL color Cylindrical-coordinate representation of color #35314C: hue angle of 248.89º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35314C is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB534976-
CMYK0.300.3600.70
HSL248.89º21.6%24.51%-
HSV(B)248.89º35.53%29.8%-
XYZ3.873.487.3-
YUV53.27140.83127.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=29.78%
G=27.53%
B=42.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5349760.300.3600.70248.8921.624.51
Hex35314C1E24046f91619
Octal6561114364401063712631
Binary11010111000110011001111010010001000110111110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35314C; }

 p { color: rgb(53,49,76); }

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

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

 a { background-color: rgb(53,49,76); }

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

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

 span { border-color: rgb(53,49,76); }

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