Color3.Black

HTML Color: <span style='background-color: Black; color: White;'>Black</span>

class Color3
alias Black = TypeTuple!(0, 0, 0)

Meta