#32112A

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

Shades of Melanzane #32112A

Tints of Melanzane #32112A

Color information

#32112A (or 0x32112A) is unknown color: approx Melanzane. HEX triplet: 32, 11 and 2A. RGB value is (50,17,42). Sum of RGB (Red+Green+Blue) = 50+17+42=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #32112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32112A is #CDEED5. Grayscale: #1D1D1D. Windows color (decimal): -13496022 or 2756914. OLE color: 2756914.

HSL color Cylindrical-coordinate representation of color #32112A: hue angle of 314.55º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32112A is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB501742-
CMYK00.660.160.80
HSL314.55º49.25%13.14%-
HSV(B)314.55º66%19.61%-
XYZ1.931.252.33-
YUV29.72134.93142.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=45.87%
G=15.60%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50174200.660.160.80314.5549.2513.14
Hex32112A042105013b31d
Octal6221520102201204736115
Binary11001010001101010010000101000010100001001110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32112A; }

 p { color: rgb(50,17,42); }

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

<style>
 a { background-color: #32112A; }

 a { background-color: rgb(50,17,42); }

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

<style>
 span { border-color: #32112A; }

 span { border-color: rgb(50,17,42); }

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