#32172D

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

Shades of Melanzane #32172D

Tints of Melanzane #32172D

Color information

#32172D (or 0x32172D) is unknown color: approx Melanzane. HEX triplet: 32, 17 and 2D. RGB value is (50,23,45). Sum of RGB (Red+Green+Blue) = 50+23+45=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #32172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32172D is #CDE8D2. Grayscale: #212121. Windows color (decimal): -13494483 or 2955058. OLE color: 2955058.

HSL color Cylindrical-coordinate representation of color #32172D: hue angle of 311.11º 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 #32172D is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB502345-
CMYK00.540.100.80
HSL311.11º36.99%14.31%-
HSV(B)311.11º54%19.61%-
XYZ2.11.482.66-
YUV33.58134.45139.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=42.37%
G=19.49%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50234500.540.100.80311.1136.9914.31
Hex32172D036A5013725e
Octal622755066121204674516
Binary110010101111011010110110101010100001001101111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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