#373150

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

Shades of Cherry Pie #373150

Tints of Cherry Pie #373150

Color information

#373150 (or 0x373150) is unknown color: approx Cherry Pie. HEX triplet: 37, 31 and 50. RGB value is (55,49,80). Sum of RGB (Red+Green+Blue) = 55+49+80=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #373150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373150 is #C8CEAF. Grayscale: #363636. Windows color (decimal): -13160112 or 5255479. OLE color: 5255479.

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

Color convert

RGB554980-
CMYK0.310.3900.69
HSL251.61º24.03%25.29%-
HSV(B)251.61º38.75%31.37%-
XYZ4.123.598.06-
YUV54.33142.49128.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=29.89%
G=26.63%
B=43.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5549800.310.3900.69251.6124.0325.29
Hex3731501F27045fc1819
Octal6761120374701053743031
Binary11011111000110100001111110011101000101111111001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373150; }

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

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

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

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

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

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

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

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