utils

num

toHEX(rgb)

import { color } from '@ataola/utils';
console.log(color.toHEX({ r: 0, g: 0, b: 0 })) // 000000