#37314F

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

Shades of Cherry Pie #37314F

Tints of Cherry Pie #37314F

Color information

#37314F (or 0x37314F) is unknown color: approx Cherry Pie. HEX triplet: 37, 31 and 4F. RGB value is (55,49,79). Sum of RGB (Red+Green+Blue) = 55+49+79=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 79 - color contains mainly: blue. Hex color #37314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37314F is #C8CEB0. Grayscale: #363636. Windows color (decimal): -13160113 or 5189943. OLE color: 5189943.

HSL color Cylindrical-coordinate representation of color #37314F: hue angle of 252º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #37314F is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB554979-
CMYK0.300.3800.69
HSL252º23.44%25.1%-
HSV(B)252º37.97%30.98%-
XYZ4.093.577.87-
YUV54.21141.99128.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=30.05%
G=26.78%
B=43.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5549790.300.3800.6925223.4425.1
Hex37314F1E26045fc1719
Octal6761117364601053742731
Binary11011111000110011111111010011001000101111111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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