#32202B

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

Shades of Melanzane #32202B

Tints of Melanzane #32202B

Color information

#32202B (or 0x32202B) is unknown color: approx Melanzane. HEX triplet: 32, 20 and 2B. RGB value is (50,32,43). Sum of RGB (Red+Green+Blue) = 50+32+43=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #32202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32202B is #CDDFD4. Grayscale: #262626. Windows color (decimal): -13492181 or 2826290. OLE color: 2826290.

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

Color convert

RGB503243-
CMYK00.360.140.80
HSL323.33º21.95%16.08%-
HSV(B)323.33º36%19.61%-
XYZ2.271.892.53-
YUV38.64130.46136.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=40%
G=25.6%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50324300.360.140.80323.3321.9516.08
Hex32202B024E501431610
Octal624053044161205032620
Binary1100101000001010110100100111010100001010000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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