There are several types of images, including binary, grayscale, and color images. Binary images contain only two values (0 and 1) representing black and white pixels with no gray levels. Grayscale images use integer values from 0-255 to represent pixel intensity from black to white. Color images can be "true color" storing RGB pixel values, or "indexed color" where pixels reference a color map for a reduced set of colors.