A binary byte normally looks like 00000000, 00000001, 00000010, 00000011.. But this is backwards. 11111111, 11111110, 11111101, 11111100...
Maybe that's because you started with all of them on. :P
So it's a byte that counts down instead of up.