#35314D

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

Shades of Cherry Pie #35314D

Tints of Cherry Pie #35314D

Color information

#35314D (or 0x35314D) is unknown color: approx Cherry Pie. HEX triplet: 35, 31 and 4D. RGB value is (53,49,77). Sum of RGB (Red+Green+Blue) = 53+49+77=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #35314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35314D is #CACEB2. Grayscale: #353535. Windows color (decimal): -13291187 or 5058869. OLE color: 5058869.

HSL color Cylindrical-coordinate representation of color #35314D: hue angle of 248.57º 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 #35314D is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB534977-
CMYK0.310.3600.70
HSL248.57º22.22%24.71%-
HSV(B)248.57º36.36%30.2%-
XYZ3.913.497.49-
YUV53.39141.33127.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=29.61%
G=27.37%
B=43.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5349770.310.3600.70248.5722.2224.71
Hex35314D1F24046f91619
Octal6561115374401063712631
Binary11010111000110011011111110010001000110111110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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