#32252D

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

Shades of Melanzane #32252D

Tints of Melanzane #32252D

Color information

#32252D (or 0x32252D) is unknown color: approx Melanzane. HEX triplet: 32, 25 and 2D. RGB value is (50,37,45). Sum of RGB (Red+Green+Blue) = 50+37+45=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #32252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32252D is #CDDAD2. Grayscale: #292929. Windows color (decimal): -13490899 or 2958642. OLE color: 2958642.

HSL color Cylindrical-coordinate representation of color #32252D: hue angle of 323.08º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #32252D is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB503745-
CMYK00.260.100.80
HSL323.08º14.94%17.06%-
HSV(B)323.08º26%19.61%-
XYZ2.452.192.78-
YUV41.8129.81133.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=37.88%
G=28.03%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50374500.260.100.80323.0814.9417.06
Hex32252D01AA50143f11
Octal624555032121205031721
Binary11001010010110110101101010101010000101000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32252D; }

 p { color: rgb(50,37,45); }

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

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

 a { background-color: rgb(50,37,45); }

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

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

 span { border-color: rgb(50,37,45); }

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