#392F4C

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

Shades of Cherry Pie #392F4C

Tints of Cherry Pie #392F4C

Color information

#392F4C (or 0x392F4C) is unknown color: approx Cherry Pie. HEX triplet: 39, 2F and 4C. RGB value is (57,47,76). Sum of RGB (Red+Green+Blue) = 57+47+76=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #392F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F4C is #C6D0B3. Grayscale: #353535. Windows color (decimal): -13029556 or 4992825. OLE color: 4992825.

HSL color Cylindrical-coordinate representation of color #392F4C: hue angle of 260.69º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #392F4C is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB574776-
CMYK0.250.3800.70
HSL260.69º23.58%24.12%-
HSV(B)260.69º38.16%29.8%-
XYZ4.013.427.29-
YUV53.3140.81130.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 47 (18.75% from 255) = 26.11%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=31.67%
G=26.11%
B=42.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5747760.250.3800.70260.6923.5824.12
Hex392F4C19260461051818
Octal7157114314601064053030
Binary111001101111100110011001100110010001101000001011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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