#32172C

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

Shades of Melanzane #32172C

Tints of Melanzane #32172C

Color information

#32172C (or 0x32172C) is unknown color: approx Melanzane. HEX triplet: 32, 17 and 2C. RGB value is (50,23,44). Sum of RGB (Red+Green+Blue) = 50+23+44=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #32172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32172C is #CDE8D3. Grayscale: #212121. Windows color (decimal): -13494484 or 2889522. OLE color: 2889522.

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

Color convert

RGB502344-
CMYK00.540.120.80
HSL313.33º36.99%14.31%-
HSV(B)313.33º54%19.61%-
XYZ2.081.472.56-
YUV33.47133.95139.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=42.74%
G=19.66%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50234400.540.120.80313.3336.9914.31
Hex32172C036C5013925e
Octal622754066141204714516
Binary110010101111011000110110110010100001001110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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