#392F4E

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

Shades of Cherry Pie #392F4E

Tints of Cherry Pie #392F4E

Color information

#392F4E (or 0x392F4E) is unknown color: approx Cherry Pie. HEX triplet: 39, 2F and 4E. RGB value is (57,47,78). Sum of RGB (Red+Green+Blue) = 57+47+78=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #392F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F4E is #C6D0B1. Grayscale: #353535. Windows color (decimal): -13029554 or 5123897. OLE color: 5123897.

HSL color Cylindrical-coordinate representation of color #392F4E: hue angle of 259.35º 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 #392F4E is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB574778-
CMYK0.270.4000.69
HSL259.35º24.8%24.51%-
HSV(B)259.35º39.74%30.59%-
XYZ4.083.457.66-
YUV53.52141.81130.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.32%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=31.32%
G=25.82%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5747780.270.4000.69259.3524.824.51
Hex392F4E1B280451031919
Octal7157116335001054033131
Binary111001101111100111011011101000010001011000000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,47,78); }

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

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

 a { background-color: rgb(57,47,78); }

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

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

 span { border-color: rgb(57,47,78); }

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