#393050

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

Shades of Cherry Pie #393050

Tints of Cherry Pie #393050

Color information

#393050 (or 0x393050) is unknown color: approx Cherry Pie. HEX triplet: 39, 30 and 50. RGB value is (57,48,80). Sum of RGB (Red+Green+Blue) = 57+48+80=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 48 (19.14% from 255 or 25.95% 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 #393050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393050 is #C6CFAF. Grayscale: #363636. Windows color (decimal): -13029296 or 5255225. OLE color: 5255225.

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

Color convert

RGB574880-
CMYK0.290.4000.69
HSL256.88º25%25.1%-
HSV(B)256.88º40%31.37%-
XYZ4.193.568.06-
YUV54.34142.48129.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=30.81%
G=25.95%
B=43.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5748800.290.4000.69256.882525.1
Hex3930501D280451011919
Octal7160120355001054013131
Binary111001110000101000011101101000010001011000000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393050; }

 p { color: rgb(57,48,80); }

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

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

 a { background-color: rgb(57,48,80); }

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

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

 span { border-color: rgb(57,48,80); }

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