#39304C

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

Shades of Cherry Pie #39304C

Tints of Cherry Pie #39304C

Color information

#39304C (or 0x39304C) is unknown color: approx Cherry Pie. HEX triplet: 39, 30 and 4C. RGB value is (57,48,76). Sum of RGB (Red+Green+Blue) = 57+48+76=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #39304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39304C is #C6CFB3. Grayscale: #353535. Windows color (decimal): -13029300 or 4993081. OLE color: 4993081.

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

Color convert

RGB574876-
CMYK0.250.3700.70
HSL259.29º22.58%24.31%-
HSV(B)259.29º36.84%29.8%-
XYZ4.053.517.3-
YUV53.88140.48130.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=31.49%
G=26.52%
B=41.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5748760.250.3700.70259.2922.5824.31
Hex39304C19250461031718
Octal7160114314501064032730
Binary111001110000100110011001100101010001101000000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39304C; }

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

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

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

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

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

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

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

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