#32212B

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

Shades of Melanzane #32212B

Tints of Melanzane #32212B

Color information

#32212B (or 0x32212B) is unknown color: approx Melanzane. HEX triplet: 32, 21 and 2B. RGB value is (50,33,43). Sum of RGB (Red+Green+Blue) = 50+33+43=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #32212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32212B is #CDDED4. Grayscale: #272727. Windows color (decimal): -13491925 or 2826546. OLE color: 2826546.

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

Color convert

RGB503343-
CMYK00.340.140.80
HSL324.71º20.48%16.27%-
HSV(B)324.71º34%19.61%-
XYZ2.31.942.54-
YUV39.22130.13135.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.68%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=39.68%
G=26.19%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50334300.340.140.80324.7120.4816.27
Hex32212B022E501451410
Octal624153042161205052420
Binary1100101000011010110100010111010100001010001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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