#32172B

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

Shades of Melanzane #32172B

Tints of Melanzane #32172B

Color information

#32172B (or 0x32172B) is unknown color: approx Melanzane. HEX triplet: 32, 17 and 2B. RGB value is (50,23,43). Sum of RGB (Red+Green+Blue) = 50+23+43=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #32172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32172B is #CDE8D4. Grayscale: #212121. Windows color (decimal): -13494485 or 2823986. OLE color: 2823986.

HSL color Cylindrical-coordinate representation of color #32172B: hue angle of 315.56º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32172B is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB502343-
CMYK00.540.140.80
HSL315.56º36.99%14.31%-
HSV(B)315.56º54%19.61%-
XYZ2.061.472.46-
YUV33.35133.45139.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=43.10%
G=19.83%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50234300.540.140.80315.5636.9914.31
Hex32172B036E5013c25e
Octal622753066161204744516
Binary110010101111010110110110111010100001001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32172B; }

 p { color: rgb(50,23,43); }

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

<style>
 a { background-color: #32172B; }

 a { background-color: rgb(50,23,43); }

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

<style>
 span { border-color: #32172B; }

 span { border-color: rgb(50,23,43); }

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