static int darkerIntColor(int rgb) {
  ret toColor(rgb).darker().getRGB();
}