All Projects โ†’ meodai โ†’ Color Names

meodai / Color Names

Licence: mit
Large list of handpicked color names ๐ŸŒˆ

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Color Names

anypalette.js
๐ŸŽจ Read/write all color palette file formats โค๐Ÿงก๐Ÿ’›๐Ÿ’š๐Ÿ’™๐Ÿ’œ
Stars: โœญ 41 (-96.58%)
Mutual labels:  color, palette, colors
Color.js
Extract colors from an image (0.75 KB) ๐ŸŽจ
Stars: โœญ 42 (-96.49%)
Mutual labels:  palette, color, colors
pantone-colors
Hex values of all 2310 Pantone colors
Stars: โœญ 147 (-87.73%)
Mutual labels:  color, palette, colors
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: โœญ 271 (-77.38%)
Mutual labels:  palette, color, colors
Colorwaver
๐ŸŽจ An app to detect color palettes in the real world - powered by VisionCamera
Stars: โœญ 365 (-69.53%)
Mutual labels:  color, palette, colors
Colors
List of 256 color codes for Xterm including an example of the color, Xterm Name, Xterm Number, HEX, RGB and HSL code.
Stars: โœญ 73 (-93.91%)
Mutual labels:  color, colors
Image Palette
Generate a WCAG compliant color theme from any image
Stars: โœญ 331 (-72.37%)
Mutual labels:  palette, colors
Sketch swatches
A swatches plugin for Sketch.
Stars: โœญ 446 (-62.77%)
Mutual labels:  palette, color
Alembic
โš—๏ธ Extract a color palette from Sketch images
Stars: โœญ 565 (-52.84%)
Mutual labels:  palette, color
emerald
emerald - simple color palette tool
Stars: โœญ 23 (-98.08%)
Mutual labels:  palette, colors
Nord
An arctic, north-bluish color palette.
Stars: โœญ 4,816 (+302%)
Mutual labels:  palette, colors
Awesome chinese medical nlp
ไธญๆ–‡ๅŒปๅญฆNLPๅ…ฌๅผ€่ต„ๆบๆ•ด็†๏ผšๆœฏ่ฏญ้›†/่ฏญๆ–™ๅบ“/่ฏๅ‘้‡/้ข„่ฎญ็ปƒๆจกๅž‹/็Ÿฅ่ฏ†ๅ›พ่ฐฑ/ๅ‘ฝๅๅฎžไฝ“่ฏ†ๅˆซ/QA/ไฟกๆฏๆŠฝๅ–/ๆจกๅž‹/่ฎบๆ–‡/etc
Stars: โœญ 623 (-48%)
Mutual labels:  dictionary, dataset
Coolhue
Coolest Gradient Hues and Swatches
Stars: โœญ 3,307 (+176.04%)
Mutual labels:  palette, color
Polychrome
๐ŸŽจ Easy color manipulation in ~2kb (gzipped)
Stars: โœญ 286 (-76.13%)
Mutual labels:  palette, color
Picassopalette
Android Lollipop Palette is now easy to use with Picasso !
Stars: โœญ 366 (-69.45%)
Mutual labels:  palette, color
Iroiro
Beautiful Colors Lookup in CLI
Stars: โœญ 470 (-60.77%)
Mutual labels:  palette, colors
Leonardo
Generate colors based on a desired contrast ratio
Stars: โœญ 973 (-18.78%)
Mutual labels:  color, colors
Kirby Color Palette
A color palette to pick colors from in the panel. Kirby 3 only.
Stars: โœญ 47 (-96.08%)
Mutual labels:  palette, color
Colorschemes.jl
colorschemes, colormaps, gradients, and palettes
Stars: โœญ 55 (-95.41%)
Mutual labels:  color, colors
color-description
Color-Description turns a technical color representation into a human readable description.
Stars: โœญ 18 (-98.5%)
Mutual labels:  color, colors

handpicked color names

Actions Status GitHub release npm version npm name count

A handpicked list of 27427 unique color names from various sources and thousands of curated user submissions.

The names of color function like a thread attached to a frightfully slender needle, capable of stitching together our most delicate emotions and memories. When the needle hits the target, we feel either pleasure or empathy. Kenya Hara โ€“ White

About ๐Ÿ“‹

The aim of this project is to create as large a list of color names as possible while maintining a good name quality. We've merged various lists, modified the names when there were duplicates with different hex values, and shifted the colors a bit when there were identical colors with different names.

Explore ๐ŸŒ

Color Name Submission ๐Ÿ’Œ

via form ๐ŸŒˆ / or twitter ๐Ÿฆ

Make sure to read the naming rules before you contribute!

Color Count: 27427 ๐ŸŽ‰

~0.16% of the RGB color space

Color distribution ๐Ÿ›ฐ

3d representation of color distribution in RGB Space (Preview image of link above)

When coming up with new color names, it is vital to know what spots in a certain color-space are crowded and where there is still room for new colors. For example: Our API returns the closest RGB color to a given HEX value. To avoid too many colors snapping to the same name, we aim to distribute the colors evenly in the color space: Visualization

Usage ๐Ÿ“–

Installation Node.js ๐Ÿ“ฆ

npm install color-name-list --save

or yarn add color-name-list

CDN ๐ŸŒ

All Names ๐Ÿ“š

JSON / JSON.min / CSV / YML / JS / XML / HTML / SCSS / CSS

Best of Names subset ๐Ÿ†

JSON / JSON.min / CSV / YML / JS / XML / HTML / SCSS / CSS

API ๐Ÿƒ

https://api.color.pizza/v1/{{hexvalue without the #}},{{more comma separated values}}

or

https://api.color.pizza/v1/?values={{hexvalue without the #}},{{more comma separated values}}

Single Color

curl https://api.color.pizza/v1/212121

{
  "colors": [{
    "name": "Lead",
    "hex": "#212121",
    "rgb": {"r": 33, "g": 33, "b": 33},
    "distance": 0, // its an exact match
    "luminance": 22.062320231562225,
    "requestedHex": "#212121",
  }]
}

Multiple Colors

curl https://api.color.pizza/v1/212121,060606,ff0012,550055,123456 or curl https://api.color.pizza/v1/?values=212121,060606,ff0012,550055,123456

All Named Colors

curl https://api.color.pizza/v1/

In this case colors is not an object but an array of objects sorted by color-name

Unique Color-Names

by adding ?noduplicates=true every returned name will be unique. The closest color, that was not returned previously will be returned: curl https://api.color.pizza/v1/?values=212121,212121&noduplicates=true

{
  "colors": [{
    "name": "Lead",
    "hex": "#212121",
    "rgb": { "r": 33, "g": 33, "b": 33 },
    "luminance": 22.062320231562225
  },{
    "name": "Abaddon Black",
    "hex": "#231f20",
    "rgb": { "r": 35, "g": 31, "b": 32 },
    "luminance": 21.30621829419759
  }]
}

Search for colors by name

https://api.color.pizza/v1/names/{{query}}

or

https://api.color.pizza/v1/names/?name={{query}}

Returns an array of color objects which match the given query, sorted by color-name:
curl https://api.color.pizza/v1/names/red

Good Color-Names

Not all color-names are created equal; add ?goodnamesonly=true to your request URL to get a handpicked subset of names that were rated as good by humans. (Colors that are liked a lot on twitter and some of the team favourites).

Usage JS โŒจ

Exact Color

import namedColors from 'color-name-list';

let someColor = namedColors.find(color => color.hex === '#ffffff');
console.log(someColor.name); // => white

let someNamedColor = namedColors.find(color => color.name === 'Eigengrau')
console.log(someColor.hex); // => #16161d

Closest Named Color

Since there are 16777216 possible RGB colors, you might use a library such as nearest-color or ClosestVector to help you find the the closest named color.

import nearestColor from 'nearest-color';
import namedColors from 'color-name-list';

// nearestColor need objects {name => hex} as input
const colors = colorNameList.reduce((o, { name, hex }) => Object.assign(o, { [name]: hex }), {});

const nearest = nearestColor.from(colors);

// get closest named color
nearest('#f1c1d1'); // => Fairy Tale

Alternative package: ktree

Note: If you are looking for something visually more accurate, you could: use DeltaE, or use the above snippet, combined with a transform from rgb to ciecam02 scaled to 0-255.

Building ๐Ÿ”จ

npm install && npm run build

See package.json for more.

Sources ๐Ÿ—’

Sources: Names ๐Ÿ“‡

Sources: Color ๐ŸŽจ

Contributors ๐Ÿฆ‘

Color Namers

Verena the naming overloard, Jess the name wizzard, Syl, Stephanie Stutz, Simbiasamba, Jason Wilson, Inรชs Joรฃo, Nick Niles, Qwhex, Ichatdelune, basgys, Shelina S., Trevor Elia, cheesits456, Sandhya Subram, BerylBucket, Jimmy Fitzback, TLZ, DarthTorus

Disclaimer ๐Ÿ‘ฎ๐Ÿพโ€

In the process we try to remove all names that are offensive or racist, as well as protected brand names. As some of the color names come from other lists, some bad ones might slip in. Please report them, they will be removed as quickly as possible.

Latest Color Names ๐Ÿ”–

New colors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].