Because 151 is odd, it turns the white background into a black background on a single step, and since it is >=128, once there is an all black background, the background stays all black.
On a white background, {1,1,1} turns into {1,0,1,0,1} on the next step but after the first step the background is black not white.