#393252

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

Shades of Cherry Pie #393252

Tints of Cherry Pie #393252

Color information

#393252 (or 0x393252) is unknown color: approx Cherry Pie. HEX triplet: 39, 32 and 52. RGB value is (57,50,82). Sum of RGB (Red+Green+Blue) = 57+50+82=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #393252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393252 is #C6CDAD. Grayscale: #373737. Windows color (decimal): -13028782 or 5386809. OLE color: 5386809.

HSL color Cylindrical-coordinate representation of color #393252: hue angle of 253.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #393252 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB575082-
CMYK0.300.3900.68
HSL253.12º24.24%25.88%-
HSV(B)253.12º39.02%32.16%-
XYZ4.353.768.48-
YUV55.74142.82128.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=30.16%
G=26.46%
B=43.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5750820.300.3900.68253.1224.2425.88
Hex3932521E27044fd181a
Octal7162122364701043753032
Binary11100111001010100101111010011101000100111111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393252; }

 p { color: rgb(57,50,82); }

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

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

 a { background-color: rgb(57,50,82); }

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

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

 span { border-color: rgb(57,50,82); }

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