As an "expert viewer" of Baumgartner Restoration, this site usefulness is questionable. If you look at those color palettes, most of them brownish that is because of dirty & old oxidised varnish. These are not the intended look of these paintings. So these color palettes has nothing to do with those 3000 masters.
This is a very interesting perspective. I'd thought the muted, brownish colors in these paintings had to do with the quality and availability of pigments during that period.
I used to run an art social network 15 years ago that did this automatically with every piece of art uploaded and then it let you search for art by color that way.
Basically
$average = new Imagick( $file );
$average->quantizeImage( $numColors, Imagick::COLORSPACE_RGB, 0, false, false ); //Reduce the amount of colors to 10
$average->uniqueImageColors(); //Only save one pixel of each color
Sorry for the inconvenience. The email works now. Regarding the article - I use similar ideas to extract colors form artwork images, only difference is I added color prevalence scale for each color and limited it to 10 colors per palette.
Thank you for kind words! That was my exact intention to share empirically proven color palettes for artists and designers like you. Adding API endpoint is a great idea. I'll let you know when it will be ready.
I am currently looking for colour palettes and this website is of interest to me.
Small snag, some UTF8 things are going on with some colour names, I am sure you know and have cursed accordingly.
I like OKLCH colours and the ability to mix them in interesting ways using CSS things.
This means I don't do hex codes for colours in CSS. I can translate though, however, soon some people will demand OKLCH, so you might as well add it in, trying to get it natural with the picker.
I appreciate the masters but I wonder how this would work using other sources, for example, Sunday newspaper supplements from the last century, and their glossy adverts, which were to a higher standard than what we get today.
Thank you for the kind words and insightful feedback. My intention with page-switching on scroll was to offer more color palettes without requiring extra clicks. I had some reservations about it too, but couldn't find a better way to provide a continuous feed of similar palettes. I'll work on improving that feature.
The problem, from a UX standpoint, is that you need a visual affordance for the behavior. That is, you must indicate that it's about to happen and give the user the opportunity to abort. Alternatively, a continuous gallery could suffice.
It's very convenient, I wish I could offer a worthy suggestion. The trouble in my case is that it's very sensitive and the palettes are barely in view before the page refreshes, they don't reach the center of the screen. Thanks for sharing
https://youtube.com/@baumgartnerrestoration
For some additional context; many old pigments were not stable at all.
https://www.vangoghstudio.com/what-were-the-original-colors-...
Basically
$average = new Imagick( $file );
$average->quantizeImage( $numColors, Imagick::COLORSPACE_RGB, 0, false, false ); //Reduce the amount of colors to 10
$average->uniqueImageColors(); //Only save one pixel of each color
See also: https://amandahinton.com/blog/creating-a-color-palette-from-...
Let me know if you ever create an API endpoint.
Small snag, some UTF8 things are going on with some colour names, I am sure you know and have cursed accordingly.
I like OKLCH colours and the ability to mix them in interesting ways using CSS things. This means I don't do hex codes for colours in CSS. I can translate though, however, soon some people will demand OKLCH, so you might as well add it in, trying to get it natural with the picker.
I appreciate the masters but I wonder how this would work using other sources, for example, Sunday newspaper supplements from the last century, and their glossy adverts, which were to a higher standard than what we get today.