RGB "true-color" background color.
factory ANSISGRCommand.backgroundColorRGB(int r, int g, int b) { return ANSISGRCommand._('48;2;$r;$g;$b'); }