| The UserColor worksheet contains all color definitions of the EPAM project.   EPAM4 supports ARGB colors. These consist of the four channels alpha, red, green and blue with 8 bits each. A color is represented internally with a 32-bit value. The alpha channel defines the opacity of the color, for which 255 or FF corresponds to the maximum opacity and 0 to total transparency.     UserColor   
| #Name | Red | Green | Blue | Alpha |  
| transparent |   |   |   |   |  
| black | 0 | 0 | 0 | 255 |  
| dark red | 128 | 0 | 0 | 255 |  
| dark green | 0 | 128 | 0 | 255 |  
| brown | 128 | 128 | 0 | 255 |  
| dark blue | 0 | 0 | 128 | 255 |  
| dark magenta | 128 | 0 | 128 | 255 |  
| dark cyan | 0 | 128 | 128 | 255 |  
| grey | 192 | 192 | 192 | 255 |  
| dark grey | 128 | 128 | 128 | 255 |  
| red | 255 | 0 | 0 | 255 |  
| green | 0 | 255 | 0 | 255 |  
| yellow | 255 | 255 | 0 | 255 |  
| blue | 0 | 0 | 255 | 255 |  
| magenta | 255 | 0 | 255 | 255 |  
| cyan | 0 | 255 | 255 | 255 |  
| white | 255 | 255 | 255 | 255 |     See also   |