#32122A

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

Shades of Melanzane #32122A

Tints of Melanzane #32122A

Color information

#32122A (or 0x32122A) is unknown color: approx Melanzane. HEX triplet: 32, 12 and 2A. RGB value is (50,18,42). Sum of RGB (Red+Green+Blue) = 50+18+42=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #32122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32122A is #CDEDD5. Grayscale: #1E1E1E. Windows color (decimal): -13495766 or 2757170. OLE color: 2757170.

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

Color convert

RGB501842-
CMYK00.640.160.80
HSL315º47.06%13.33%-
HSV(B)315º64%19.61%-
XYZ1.951.282.33-
YUV30.3134.6142.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=45.45%
G=16.36%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50184200.640.160.8031547.0613.33
Hex32122A040105013b2fd
Octal6222520100201204735715
Binary11001010010101010010000001000010100001001110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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