#39314D

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

Shades of Cherry Pie #39314D

Tints of Cherry Pie #39314D

Color information

#39314D (or 0x39314D) is unknown color: approx Cherry Pie. HEX triplet: 39, 31 and 4D. RGB value is (57,49,77). Sum of RGB (Red+Green+Blue) = 57+49+77=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #39314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39314D is #C6CEB2. Grayscale: #363636. Windows color (decimal): -13029043 or 5058873. OLE color: 5058873.

HSL color Cylindrical-coordinate representation of color #39314D: hue angle of 257.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #39314D is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB574977-
CMYK0.260.3600.70
HSL257.14º22.22%24.71%-
HSV(B)257.14º36.36%30.2%-
XYZ4.133.67.5-
YUV54.58140.65129.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=31.15%
G=26.78%
B=42.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5749770.260.3600.70257.1422.2224.71
Hex39314D1A240461011619
Octal7161115324401064012631
Binary111001110001100110111010100100010001101000000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39314D; }

 p { color: rgb(57,49,77); }

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

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

 a { background-color: rgb(57,49,77); }

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

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

 span { border-color: rgb(57,49,77); }

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