imathis / hsl-picker

A most excellent HSL color picker
http://hslpicker.com
MIT License
403 stars 53 forks source link

hsla(1, 1%, 1%, 1) gives rgba(3, 3, 3, 1), but rgba(3, 3, 3, 1) gives hsla(0, 0%, 1%, 1) #9

Closed bfontaine closed 3 years ago

bfontaine commented 11 years ago
  1. Change the HSLA value to hsla(1, 1%, 1%, 1)
  2. The RGBA value changes to rgba(3, 3, 3, 1)
  3. Change the RGBA to another value, then change it back to rgba(3, 3, 3, 1)
  4. The HSLA value changes to hsla(0, 0%, 1%, 1)

Any idea why hsla(1, 1%, 1%, 1)rgba(3, 3, 3, 1)hsla(0, 0%, 1%, 1)?