Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 klekih13088yJust ask some very religious or fanatic person. They see everything as either good or bad. No doubts, no shades, no brain. klekih13088yJust ask some very religious or fanatic person. They see everything as either good or bad. No doubts, no shades, no brain.
- 
				
				lunatica338yRGB(0, 0, 0) aka #000000 and RGB(255, 255, 255) aka #FFFFFF are absolute numbers seen by the system but in the reality, they're displayed on the screen in a relative manner. This means: It's true that things aren't only #000000 and #FFFFFF, but real colors even aren't always in the RGB(0-255, 0-255, 0-255) range. Let me throw color spaces, different color perceptions and tetrachromacy in the ring. ☺









Things are not always #000000 and #FFFFFF
undefined