Hacker News new | ask | show | jobs
by naz 5593 days ago
Here's my attempt: http://brisy.info/colors It treats each section of the time as a hex pair, see colors.js for implementation.

edit: Hours corrected. Thanks wladimir

1 comments

Nice! One small correction: ((h / 60) * 255) should be ((h / 24) * 255) probably