Question about setting the black point
My document has a Gray Gamma 2.2 profile. The image consists of 53 cells arranged left-to-right and top-to-bottom (like English text). The first cell (at the upper left) has an RGB value of 255 and the last cell (at the lower right) has an RGB value of 151. Each cell is 2 RGB units darker than the previous cell : 255, 253, 251, ..., 153, 151.

I want to normlize this image to have a full tonal range from white to black. In other words, I want the first cell to remain white, the last cell to become black, and the intermediate tones to be evenly distributed over the range 0 to 255.
Using a Curves adjustment layer, I set the black point on the last cell. But instead of setting its RGB value to 0, it sets the value to 1:

Clearly there's something I don't understand about black point. I always thought black was 0.
Why does this happen, and what should I be doing? It is essential for my application that the last cell have an RGB value of 0.

