#32242C

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

Shades of Melanzane #32242C

Tints of Melanzane #32242C

Color information

#32242C (or 0x32242C) is unknown color: approx Melanzane. HEX triplet: 32, 24 and 2C. RGB value is (50,36,44). Sum of RGB (Red+Green+Blue) = 50+36+44=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #32242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32242C is #CDDBD3. Grayscale: #292929. Windows color (decimal): -13491156 or 2892850. OLE color: 2892850.

HSL color Cylindrical-coordinate representation of color #32242C: hue angle of 325.71º 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 #32242C is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB503644-
CMYK00.280.120.80
HSL325.71º16.28%16.86%-
HSV(B)325.71º28%19.61%-
XYZ2.42.122.67-
YUV41.1129.64134.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=38.46%
G=27.69%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50364400.280.120.80325.7116.2816.86
Hex32242C01CC501461011
Octal624454034141205062021
Binary110010100100101100011100110010100001010001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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