Color to Emotion Reference - Online Psychology Quick Guide
Click any color to see common emotional associations and cultural meanings. Quick design reference.
UD5 Toolkit
Hue · Whiteness · Blackness — Intuitive color mixing model
Preview
🎯 Preset Colors:
HWB stands for Hue-Whiteness-Blackness, a cylindrical-coordinate color model introduced by Alvy Ray Smith in 1996. It describes colors by their hue angle (0–360°), the amount of white mixed in (0–100%), and the amount of black mixed in (0–100%). The key constraint is that W + B ≤ 100%. HWB is considered more intuitive than HSL or HSV because it mirrors how artists physically mix paint — adding white to tint or black to shade a pure hue.
While HSL uses Saturation and Lightness, and HSV uses Saturation and Value (Brightness), HWB uses Whiteness and Blackness directly. This makes HWB much more intuitive: you start with a pure hue, then add white to lighten it or black to darken it. In HSL, adjusting lightness affects both white and black content simultaneously, which can be less predictable. HWB separates these two mixing operations cleanly.
When W + B exceeds 100%, the color becomes physically meaningless — you'd be adding more white and black than the total color can contain. In standard HWB, if W + B > 100%, the values are typically normalized proportionally so that W + B = 100%. The resulting color lies on the grayscale diagonal between pure white and pure black. Our tool automatically handles this normalization for you.
Yes! CSS Color Level 4 introduced the hwb() function. You can write color: hwb(210 20% 30%); in modern browsers (Chrome 101+, Firefox 96+, Safari 15.4+). This means HWB can be used directly in your stylesheets without manual conversion. Our tool generates ready-to-use hwb() CSS syntax for you.
The conversion works in two steps: First, the hue angle is converted to a fully-saturated RGB color (like HSL with S=100%, L=50%). Then, the RGB values are blended with white and black: Result = saturatedRGB × (1−W−B) + White × W + Black × B. Since white is (1,1,1) and black is (0,0,0) in normalized RGB, the formula simplifies. Our tool performs all conversions in real-time and displays HEX, RGB, HSL, and HWB formats simultaneously.
HWB is particularly advantageous for designers and artists because it matches the natural mental model of color mixing. It's excellent for generating tints (add white), shades (add black), and tones (add both). The model also makes it trivial to find grayscale equivalents — any color where W + B = 100% is a pure gray. This intuitive approach reduces the guesswork in color palette creation.
Start by selecting a hue using the rainbow slider at the top. Then, use the triangular 2D panel to visually explore whiteness and blackness combinations. The diagonal edge of the triangle represents pure grays. Click and drag within the triangle to see real-time color changes. You can also fine-tune values using the W and B sliders or number inputs. Paste any HEX code to load an existing color and see its HWB breakdown. Click the copy buttons to grab any format for your project.
In the HWB model, when W + B = 100%, the resulting color is always a neutral gray. The shade of gray is determined by the ratio of W to B: more white yields lighter grays, more black yields darker grays. When W + B < 100%, the color retains chromaticity from the hue. This makes HWB uniquely suited for understanding and controlling color saturation in an intuitive way.
Click any color to see common emotional associations and cultural meanings. Quick design reference.
Automatically restore natural colors to a photo by removing color casts. Gray world algorithm. One‑click fix. Canvas.
Click colors on an interactive wheel and see the common emotions and meanings associated with them. A design resource.
Shift the color temperature of your photo towards warm (orange) or cool (blue). Instant canvas filter. Download result.
Pick a base color and generate a 10‑step scale where each step meets a specific contrast ratio against white or black. Export as CSS custom properties.
Start with a base color and generate an extended palette where every shade contrasts properly with white and black. Export tokens.
Upload any image, add a thick white border and drop shadow, and turn it into a sticker. Download as transparent PNG.
Enter original and target color to compute the exact CSS hue‑rotate(deg) filter needed. For precise icon and image tinting.
Calculate the perceived brightness of an RGB color and determine if black or white text is more readable. Accessibility tool.
See how a color is interpreted in different cultures (e.g., red in China vs. Western). Crucial for global web design. Static guide.
Play infinite sound loops of white, pink, brown, blue, and violet noise. Volume control. Help focus or mask tinnitus.
Draw a digit (0‑9) on the canvas and a simple neural net guess the number. Educational demo. No upload.
Flip a coin with adjustable bias (e.g., 70% heads). Used for random decision-making when you want to gently influence outcomes. History & stats shown.
Fetch a site’s HSTS header and validate its syntax, max‑age, and subdomain flags. Ensure your site enforce HTTPS.
Paste an HTML snippet and check for common ARIA mistakes: missing labels, invalid roles, and aria‑hidden misuse. Educate your team.
Validate a language tag like en‑US or zh‑Hans against the IANA registry. Ensure correct HTML lang attribute.
Convert carabiner strength from kN to kg/lbs and understand Major Axis vs Minor Axis markings. Quick educational reference for climbers.
Simulate how images and UI elements appear to users with various types of color blindness. Upload or paste image URL. Promote inclusive design.
See how a PWA can extend content into the title bar area on desktop. Customize the window controls overlay.
Convert English text to Braille (Grade 1 and simple Grade 2 contractions). Educational tool to understand Braille representation. Local only.
Request HID devices and list them. Read input reports and send output. For custom hardware and controllers.
Enter current weight and age to estimate adult weight based on growth curves. For purebred and mixed.
Convert plain text into HTML‑safe strings by escaping <, >, &, and quotes. Insert into code safely. Local copy.
Convert volume and capacity units: gallon (US/UK), liter, milliliter, cup, and fluid ounce. Handy for cooking and science. Works entirely offline.
Enter pot volume and tea type to find the right amount of dry leaf considering expansion. Avoid overflowing.
Drag colored shapes to matching outlines. Simple, no-text game for 2-4 year olds. Works on touch devices.
Create a fully accessible form by adding fields; the tool generates the proper labels, inputs, and ARIA attributes. Copy the clean HTML.
Paste a WebVTT file and instantly check for syntax errors. Validate timestamps and cue formatting. Essential for video devs.
Enter any number up to trillion and get the English word representation. For filling out checks or legal documents.
Reverse entire text, flip letters, or reverse word order. Fun for puzzles and creative writing. Instant transformation without data leaving your browser.