#32292E

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

Shades of Melanzane #32292E

Tints of Melanzane #32292E

Color information

#32292E (or 0x32292E) is unknown color: approx Melanzane. HEX triplet: 32, 29 and 2E. RGB value is (50,41,46). Sum of RGB (Red+Green+Blue) = 50+41+46=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 50 - color contains mainly: red. Hex color #32292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32292E is #CDD6D1. Grayscale: #2C2C2C. Windows color (decimal): -13489874 or 3025202. OLE color: 3025202.

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

Color convert

RGB504146-
CMYK00.180.080.80
HSL326.67º9.89%17.84%-
HSV(B)326.67º18%19.61%-
XYZ2.62.462.92-
YUV44.26128.98132.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=36.50%
G=29.93%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50414600.180.080.80326.679.8917.84
Hex32292E012850147a12
Octal625156022101205071222
Binary11001010100110111001001010001010000101000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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