#393056

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

Shades of Cherry Pie #393056

Tints of Cherry Pie #393056

Color information

#393056 (or 0x393056) is unknown color: approx Cherry Pie. HEX triplet: 39, 30 and 56. RGB value is (57,48,86). Sum of RGB (Red+Green+Blue) = 57+48+86=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #393056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393056 is #C6CFA9. Grayscale: #363636. Windows color (decimal): -13029290 or 5648441. OLE color: 5648441.

HSL color Cylindrical-coordinate representation of color #393056: hue angle of 254.21º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393056 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB574886-
CMYK0.340.4400.66
HSL254.21º28.36%26.27%-
HSV(B)254.21º44.19%33.73%-
XYZ4.423.669.28-
YUV55.02145.48129.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=29.84%
G=25.13%
B=45.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5748860.340.4400.66254.2128.3626.27
Hex393056222C042fe1c1a
Octal7160126425401023763432
Binary111001110000101011010001010110001000010111111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393056; }

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

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

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

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

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

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

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

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