Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NCS #16

Open
dy opened this issue Jun 10, 2016 · 3 comments
Open

NCS #16

dy opened this issue Jun 10, 2016 · 3 comments

Comments

@dy
Copy link
Member

dy commented Jun 10, 2016

Seems that NCS will also require a sort of empirical/nn-calculated formula.
Because it is just a collection of colors
http://www.ncscolour.com/en/natural-colour-system/logic-behind-the-system/detailed-logic-behind-the-system/

@olehmelnyk
Copy link
Member

Updated link http://ncscolour.com/about-us/how-the-ncs-system-works/

What if we just hardcode all the values? At least colors that start with S which means "standardized" should be hardcoded somehow.
All color samples (official site) http://ncscolour.com/product-category/shop/colour-samples/

Here's how to search for color http://ncscolour.com/product-category/shop/colour-samples/?s=1010-Y90R where the s= param is a color name

or here's a list of CMYK/RGB/HEX equivalents https://colorscheme.ru/ncs-colors.html

@olehmelnyk
Copy link
Member

olehmelnyk commented Jan 1, 2018

These page contain NCS conversion functions
http://jsfiddle.net/jdias/b3hEa/ -- NCS to HSV / RGB / HEX - not sure if this algorithm can be reverted for backward conversion

Another example of ncs to rgb and hex
https://github.com/m90/ncs-color

We also will need a json/csv/etc library of existing colors with names to check if this color is from the library and can be reproduced in print - well, this is what I can provide (if needed) - just let me know the preferred format... The same thing goes for HKS, TOYO, PANTONE, RAL, British Standard Colour, US Federal Standard 595, and other color libs that have names, that can't be generated by formula and must be stored somewhere... so we should create a standardized template/algo for such cases

@akrizs
Copy link

akrizs commented Aug 31, 2018

Anyone ever figure out the formula to convert rgb/hex/hsl/b to ncs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants