#392A50

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

Shades of Cherry Pie #392A50

Tints of Cherry Pie #392A50

Color information

#392A50 (or 0x392A50) is unknown color: approx Cherry Pie. HEX triplet: 39, 2A and 50. RGB value is (57,42,80). Sum of RGB (Red+Green+Blue) = 57+42+80=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #392A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392A50 is #C6D5AF. Grayscale: #323232. Windows color (decimal): -13030832 or 5253689. OLE color: 5253689.

HSL color Cylindrical-coordinate representation of color #392A50: hue angle of 263.68º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #392A50 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB574280-
CMYK0.290.4800.69
HSL263.68º31.15%23.92%-
HSV(B)263.68º47.5%31.37%-
XYZ3.963.17.98-
YUV50.82144.47132.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.84%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=31.84%
G=23.46%
B=44.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5742800.290.4800.69263.6831.1523.92
Hex392A501D300451081f18
Octal7152120356001054103730
Binary111001101010101000011101110000010001011000010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,42,80); }

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

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

 a { background-color: rgb(57,42,80); }

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

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

 span { border-color: rgb(57,42,80); }

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