ZVON > References > CSS1 Reference

Colors: #rgb

r, g, and b are hexadecimal numbers. The three-digit RGB notation (#rgb) is converted into six-digit form (#rrggbb) by replicating digits, not by adding zeros.


#fff #ffffff rgb(255,255,255) rgb(100%,100%,100%)
#000 #000000 rgb(0,0,0) rgb(0%,0%,0%)
#abc #aabbcc rgb(170,187,204) rgb(66.67%,73.33%,80%)
#369 #336699 rgb(51,102,153) rgb(20%,40%,60%)
--- #1289cd rgb(18,137,205) rgb(7.06%,53.73%,80.39%)