#32242E

Color #32242E Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #32242E

Tints of Melanzane #32242E

Color information

#32242E (or 0x32242E) is unknown color: approx Melanzane. HEX triplet: 32, 24 and 2E. RGB value is (50,36,46). Sum of RGB (Red+Green+Blue) = 50+36+46=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #32242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32242E is #CDDBD1. Grayscale: #292929. Windows color (decimal): -13491154 or 3023922. OLE color: 3023922.

HSL color Cylindrical-coordinate representation of color #32242E: hue angle of 317.14º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #32242E is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB503646-
CMYK00.280.080.80
HSL317.14º16.28%16.86%-
HSV(B)317.14º28%19.61%-
XYZ2.442.142.87-
YUV41.33130.64134.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=37.88%
G=27.27%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50364600.280.080.80317.1416.2816.86
Hex32242E01C85013d1011
Octal624456034101204752021
Binary110010100100101110011100100010100001001111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32242E; }

 p { color: rgb(50,36,46); }

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

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

 a { background-color: rgb(50,36,46); }

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

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

 span { border-color: rgb(50,36,46); }

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