Skip to main content

If you're a designer, check out this new Google Search color conversion tool

google search color converter tool value conversion
Mark Coppock/Digital Trends
Colors can be a real pain. There are multiple ways to specify colors that work better with one application or another, and so converting between them can be yet another tedious step in the design process. Fortunately, Google Search has once again come to the rescue, offering an easy way to convert colors between various kinds of color values.

A number of color values are used in various applications. RGB and CMYK are used in print, while hex is used primarily in web design. With RGB, each of the primary colors — red, green, and blue — has a value within a range of 0-255. The higher the number, the more of that primary color is present in the color being defined. Pure red would be listed as RGB (255, 0, 0). Pure black would have no primary colors, and so RBG (0, 0, 0,), and white would be all primary colors, or RGB (255, 255, 255). CMYK functions similarly to RGB except the color ranges define cyan, magenta, yellow, and key (black).

Hex, on the other hand, is preferred by programmers because the color value is contained in one string and so is easier to copy and paste throughout code. Like RGB and CMYK, hex assigns a value to each primary color using a six-digit, three-byte hexadecimal value. It’s a bit more complicated than RGB, in that the range runs from 00 to FF in hexadecimal notation, but suffice it to say that each hex value can map directly to an RGB value. In hex, pure red is represented as #ff0000, pure black as #000000, and pure white as #ffffff.

If all of that’s confusing to you, then you’ll be particularly glad to see Google’s new tool. Basically, the tool lets you select a color and easily convert a color between the various color types. Type a color value into the Google search box, and you’ll be presented with a color chart representing the relevant color. Click on “Show Color Values,” and you’ll get a list of various color values to choose from.

Sometimes, it’s the little things that can make a person’s life that much easier. In this case, Google isn’t changing the world with the introduction of a new tool or piece of technology, but they’re making one nuisance–converting between color values–a lot easier for people who do this kind of thing on a regular basis.

Mark Coppock
Mark has been a geek since MS-DOS gave way to Windows and the PalmPilot was a thing. He’s translated his love for…
A dangerous new jailbreak for AI chatbots was just discovered
the side of a Microsoft building

Microsoft has released more details about a troubling new generative AI jailbreak technique it has discovered, called "Skeleton Key." Using this prompt injection method, malicious users can effectively bypass a chatbot's safety guardrails, the security features that keeps ChatGPT from going full Taye.

Skeleton Key is an example of a prompt injection or prompt engineering attack. It's a multi-turn strategy designed to essentially convince an AI model to ignore its ingrained safety guardrails, "[causing] the system to violate its operators’ policies, make decisions unduly influenced by a user, or execute malicious instructions," Mark Russinovich, CTO of Microsoft Azure, wrote in the announcement.

Read more