#392A59

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

Shades of Cherry Pie #392A59

Tints of Cherry Pie #392A59

Color information

#392A59 (or 0x392A59) is unknown color: approx Cherry Pie. HEX triplet: 39, 2A and 59. RGB value is (57,42,89). Sum of RGB (Red+Green+Blue) = 57+42+89=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #392A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392A59 is #C6D5A6. Grayscale: #333333. Windows color (decimal): -13030823 or 5843513. OLE color: 5843513.

HSL color Cylindrical-coordinate representation of color #392A59: hue angle of 259.15º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392A59 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB574289-
CMYK0.360.5300.65
HSL259.15º35.88%25.69%-
HSV(B)259.15º52.81%34.9%-
XYZ4.323.259.85-
YUV51.84148.97131.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=30.32%
G=22.34%
B=47.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5742890.360.5300.65259.1535.8825.69
Hex392A592435041103241a
Octal7152131446501014034432
Binary11100110101010110011001001101010100000110000001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A59; }

 p { color: rgb(57,42,89); }

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

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

 a { background-color: rgb(57,42,89); }

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

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

 span { border-color: rgb(57,42,89); }

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