Hex Color Clock - Online Time Displayed as Background Color
Every second, the background color changes to the hex code corresponding to the current time (HHMMSS). A beautiful, everβchanging clock.
UD5 Toolkit
#. Each pair of characters represents the intensity of Red, Green, and Blue channels, ranging from 00 (0, no intensity) to FF (255, full intensity). For example, #FF0000 means pure red β maximum red, zero green, zero blue. Short 3-digit codes like #F00 are shorthand where each digit is doubled: #F00 = #FF0000.
β((Rβ-Rβ)Β² + (Gβ-Gβ)Β² + (Bβ-Bβ)Β²). The color with the smallest distance is the closest match. We then convert this distance into a similarity percentage, where 100% means an exact match and lower percentages indicate increasing visual difference. The top 5 closest colors are displayed for your reference.
tomato, dodgerblue, or goldenrod that browsers recognize natively. There are 148 standard CSS color names (including transparent). Using named colors in your stylesheets makes code more readable and maintainable β background: coral; is often clearer than background: #FF7F50;. They're fully supported across all modern browsers and are great for rapid prototyping, theming, and collaborative projects where readability matters.
#F80 is expanded to #FF8800 by doubling each digit. This shorthand is valid in CSS and HTML and represents the same color in a more compact form. Simply type or paste the 3-digit code (with or without the # prefix), and the tool will normalize it to the full 6-digit representation for accurate matching.
Every second, the background color changes to the hex code corresponding to the current time (HHMMSS). A beautiful, everβchanging clock.
Pick a color for each day's mood and see a monthβatβaβglance heatmap. Data stored locally. A private emotional log.
Convert between Base32 encoded strings and hexadecimal. Work with lowβlevel data representations. All local.
Enter a domain and see public WHOIS info via a free API with rate limiting. Quick domain check.
Convert numbers between binary, octal, decimal, and hexadecimal bases. See real-time conversion as you type. Clean and simple programmer utility.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
Paste an URL or HTML and see the h1βh6 hierarchy as a tree. Detect skipped levels and improve accessibility. Clientβside.
Use SSML <mark> tags to fire events during TTS. See text highlighted as it is spoken. Understand speech synthesis timing. local.
Encode or decode data to/from Base58 (Bitcoin alphabet). Useful for cryptocurrency address generation testing. Fully local, no data sent.
Searchable table of wellβknown TCP and UDP ports with their services. Check 80, 443, 3306, and many more.
Lay down a beat on a grid sequencer for kick, snare, and hi-hat. Play, loop, and adjust tempo. All sound via Web Audio API.
Find the threeβletter currency code (USD, EUR, JPY) for any country. Also lists currency symbol and name. Static.
A silhouette of a country appears; type the name. Timed guesses. Great for geography buffs.
A country border shape appears, guess the nation. Multiple choice. Score tracking. Learn geography visually. Local SVG shapes.
Live cryptocurrency prices from public APIs. Clean ticker with percentage changes. Pure frontend, no account needed.
Enter a URL and see a nested list of all headings (h1βh6). Check your document structure for SEO and accessibility. Pure fetch.
Generate a CSS background that shows a baseline grid. Adjust lineβheight and offset. Perfect for aligning text.
See how alignβitems: baseline works in grid to align different font sizes on the same baseline. Visual guide.
Enjoy classic Tetris in your browser. Rotate, move, and drop tetrominoes. Clear lines and score. Fully local JavaScript.
Practice aligning grid items and tracks with the placeβitems, alignβcontent, and justifyβcontent properties. Visual guide.
Convert a simple black and white image into an SVG path using edge detection. Extract vector outlines. Local canvas processing.
Place multiple grid items into the same cells to create overlapping layouts. Learn the technique visually. Copy code.
Practice CSS selectors by targeting plates on a virtual restaurant table. 30+ levels. Perfect for beginners.
Calculate exact elapsed time between two dates in years, months, weeks, and days. Countdown or time already passed. Simple, visual, and local.
Answer questions and see typical milestones for 0-5 years. Educational reference for parents. Not a diagnostic tool.
Create a breadcrumb schema for your website. Fill in the pages and get the readyβtoβpaste JSONβLD snippet for rich results.
Keep track of stitches and rows for your knitting projects. Multiple counters with increase/decrease shortcuts. Data saved in your browser.
Start/stop timer per project to log hours. See daily and weekly totals. Data stays in localStorage. Export summary as CSV. No account needed.
Add or subtract days, weeks, and months to find a future or past date. Also compute duration between two dates. Essential for project planning.
See a flag and pick the country among four choices. Timed rounds with score. Perfect for geography buffs. Local data.