Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: rgb(nnn, nnn, nnn)

Should be red

  1. color: rgb(255,0,0)

  2. 300, 0, 0 clipped wrt device gamut to 255.

Should be green

  1. Negative value on red clipped to 0.

Should be black

  1. Integer values only.

  2. Missing rgb().