#373250

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

Shades of Cherry Pie #373250

Tints of Cherry Pie #373250

Color information

#373250 (or 0x373250) is unknown color: approx Cherry Pie. HEX triplet: 37, 32 and 50. RGB value is (55,50,80). Sum of RGB (Red+Green+Blue) = 55+50+80=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #373250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373250 is #C8CDAF. Grayscale: #363636. Windows color (decimal): -13159856 or 5255735. OLE color: 5255735.

HSL color Cylindrical-coordinate representation of color #373250: hue angle of 250º 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 #373250 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB555080-
CMYK0.310.3700.69
HSL250º23.08%25.49%-
HSV(B)250º37.5%31.37%-
XYZ4.163.678.08-
YUV54.92142.16128.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=29.73%
G=27.03%
B=43.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5550800.310.3700.6925023.0825.49
Hex3732501F25045fa1719
Octal6762120374501053722731
Binary11011111001010100001111110010101000101111110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373250; }

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

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

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

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

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

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

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

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