Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: colour Clear Filter

Which colours dominate movie posters and why?

Colour is one of the quickest ways a poster can tell you what kind of film it’s selling. Before you’ve read the title or registered the actors, your brain has already clocked the palette and filed it against a lifetime of genre expectations. Over the past century, marketing teams have shifted from painterly illustration to photography and from saturated Technicolor hues to today’s more controlled, strategic colour use. I wanted to take a data-led look at colours on movie posters, so I gather

Mapping to the PICO-8 palette, perceptually

Mapping to the PICO-8 palette, perceptually Given a palette and an image, how would you map each pixel to a color in the palette? In this article we’ll investigate how an advanced perceptual color space (CAM16-UCS) compares to simpler alternatives. For this experiment I chose a somewhat strange cropped still from the Big Buck Bunny short and the PICO-8 fantasy console’s 16-color palette: A simple way to map pixels to palette colors is to compute the Euclidean distance between each pixel and p

By popular demand, the Kobo Clara Colour gets a fresh white finish

Kobo TL;DR Kobo announced a new white version of its popular Kobo Clara Colour e-reader. The device offers the same specs and features as the black model launched in 2024. Preorders are available now for $159, with global availability beginning September 23, 2025 Reddit users spotted it weeks ago, but now it’s official: Kobo is adding a white version of its fan-favorite Clara Colour e-reader. The launch doesn’t change any internals, but it does give shoppers a fresh option heading into the h

Artificial food colours are out, so what's next?

Artificial food colours are out, so what's next? 59 minutes ago Share Save Suzanne Bearne Technology Reporter Share Save Fermentalg There are hundreds of thousands of microalgae species French firm Fermentalg has been all over the planet in its search for useful microalgae. "One of our lucky scientists got to go and climb the volcanoes in the Caribbean for example, and I have to restrain myself from collecting more every time I go home to New Zealand," says Hywel Griffiths, chief scientific o

BritCSS: Fixes CSS to use non-American English

BritCSS Fixes CSS to use non-bastardised spellings Permits using English (traditional) spellings for CSS properties, rather than English (simplified). Because this is implemented with a client-side script. You can use this to properise the CSS of any page. Demo on CodePen Usage To use this script, simply include it in your HTML: < script src =" https://cdn.jsdelivr.net/gh/DeclanChidlow/BritCSS/britcss.js " > </ script > To enter debug mode: britCSS . debug ( true ) ; To stop the script