sS hexColorToCSSRGB(S hex) { ret empty(hex) ? null : "rgb(" + joinWithComma(rgbToIntList(RGB(hex))) + ")"; }