sS cssRGBToHex(S rgb) { L ints = lmap parseInt(filter isInteger(javaTokC(rgb))); ret l(ints) == 3 ? join(map(ints, i -> formatHex(i, 2))) : null; }