#32132B

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

Shades of Melanzane #32132B

Tints of Melanzane #32132B

Color information

#32132B (or 0x32132B) is unknown color: approx Melanzane. HEX triplet: 32, 13 and 2B. RGB value is (50,19,43). Sum of RGB (Red+Green+Blue) = 50+19+43=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #32132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32132B is #CDECD4. Grayscale: #1E1E1E. Windows color (decimal): -13495509 or 2822962. OLE color: 2822962.

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

Color convert

RGB501943-
CMYK00.620.140.80
HSL313.55º44.93%13.53%-
HSV(B)313.55º62%19.61%-
XYZ1.981.322.44-
YUV31134.77141.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=44.64%
G=16.96%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50194300.620.140.80313.5544.9313.53
Hex32132B03EE5013a2de
Octal622353076161204725516
Binary110010100111010110111110111010100001001110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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