#37314C

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

Shades of Cherry Pie #37314C

Tints of Cherry Pie #37314C

Color information

#37314C (or 0x37314C) is unknown color: approx Cherry Pie. HEX triplet: 37, 31 and 4C. RGB value is (55,49,76). Sum of RGB (Red+Green+Blue) = 55+49+76=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #37314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37314C is #C8CEB3. Grayscale: #353535. Windows color (decimal): -13160116 or 4993335. OLE color: 4993335.

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

Color convert

RGB554976-
CMYK0.280.3600.70
HSL253.33º21.6%24.51%-
HSV(B)253.33º35.53%29.8%-
XYZ3.983.537.31-
YUV53.87140.49128.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=30.56%
G=27.22%
B=42.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5549760.280.3600.70253.3321.624.51
Hex37314C1C24046fd1619
Octal6761114344401063752631
Binary11011111000110011001110010010001000110111111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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