In: art.

Backlinks: color-theme.

Colors

Colour or color is a property of light as seen by humans.

Red, yellow, and blue are the three traditional primary colours.
The primary colours for television screens and computer monitors are red, green and blue.
Printers and paints use magenta, yellow, and cyan as their primary colours; they may also use black.

Tools

No colors for some apps:
https://no-color.org

Apps & libs

Color delta

Calculate the diff between 2 colors
https://github.com/matiassingers/color-delta
also
https://github.com/matiassingers/sass-color-calculator

Color difference / distance

Color differences for D3: Euclidean distance, CIE94, CIEDE2000, CMC, DIN99o …
https://github.com/Evercoder/d3-color-difference

Color Thief

Grab the color palette from an image using JS
Works in the browser and in Node
https://github.com/lokesh/color-thief
https://lokeshdhakar.com/projects/color-thief

Culori

Color library for JavaScript that supports most color spaces and formats defined in the CSS Colors Level 4 spec
https://culorijs.org ⭐
https://github.com/Evercoder/culori

D3 color

Color spaces! RGB, HSL, Cubehelix, CIELAB, and more
https://github.com/d3/d3-color

img2sh

View colored images directly on terminal
https://github.com/mozanunal/img2sh

Ochre

Tiny Python package for working with colors in a pragmatic way
https://github.com/getcuia/ochre

Pastel

CLI tool to generate, analyze, convert and manipulate colors, made with Rust
https://github.com/sharkdp/pastel ⭐

Qix Color

JavaScript lib for immutable color conversion and manipulation with support for CSS color strings
https://github.com/Qix-/color

TinyColor

Color manipulation and conversion for JavaScript
https://github.com/bgrins/TinyColor

WebColors

Working with HTML/CSS color formats in Python
https://github.com/ubernostrum/webcolors

Articles

All CSS readable english hex colors

A Bash one-liner to produce a list of HEX color codes that read like (supposedly) valid English words
$ grep -P β€œ^[ABCDEFabcdefOoIi]{6,6}$” /usr/share/dict/words | tr β€˜OoIi’ β€˜0011’ | tr β€˜[:lower:]’ β€˜[:upper:]’ | awk β€˜{print β€œ#” $0}’
$ grep -i β€œ^[A-FOIS]{6}$” /usr/share/dict/words | tr β€˜[:lower:]’ β€˜[:upper:]’ | tr β€˜OIS’ β€˜015’ | awk β€˜{print β€œ#” $0}’
https://gist.github.com/aileftech/dd4f5598b1f3837651fdf16e5abc3ffb

Color tutorial

https://w3schools.com/colors/colors_names.asp
https://w3schools.com/colors/colors_groups.asp
https://w3schools.com/colors/colors_wheels.asp
https://w3schools.com/colors/colors_trends.asp ⭐

Good color combinations + How to create your own

https://blog.thenounproject.com/good-color-combinations

Sorting colors in JavaScript

https://tomekdev.com/posts/sorting-colors-in-js
https://codepen.io/tniezurawski/pen/zYZQRvG

The incredibly challenging task of sorting colours

https://alanzucconi.com/2015/09/30/colour-sorting

iTunes 11-style color matching code

The headlining feature of this display is the new view style that visually matches the track listing to the album’s cover art
The result is an attractive display of textual information that seamlessly integrates with the album’s artwork
https://panic.com/blog/itunes-11-and-colors
https://github.com/panicinc/ColorArt

Most dominant color in an image

Image quality metrics

Wiki

Simple

×