Articles · Cross-category

Identity, color, and media checks

The latest cross-category batch adds pages outside the usual math and writing clusters—things you validate once and paste back into a form, spreadsheet, or design handoff.

Recent work on Toolcore spread beyond calculators and line editors. Twenty pages landed in Security, Identity, Color, and Media—categories that answer “is this string plausible?” and “what size is this asset?” without opening four different apps.

Security helpers (small but specific)

Music, serials, and bank codes

Metadata imports fail loudly when one character is wrong. These pages catch shape and checksum issues before rows hit a catalog or CRM.

  • ISRC — recording codes for royalty metadata.
  • ISSN and ISMN — serial and printed-music identifiers.
  • SWIFT/BIC — 8 or 11 character bank codes.
  • NSN formatter — NATO stock number grouping.

For broader identifier checks (GTIN, IBAN, UUID), see the Identity tab or the UUID guide.

Color math beyond the hub convert page

For palette building and WCAG pair suggestions, the Color hub and contrast workflow article still cover the day-to-day design path.

Sizing images and SVG

These complement image resize, image DPI, and the image prep article when you need numbers before editing pixels.

What to do next

Pick one page, load the example, replace with your paste, copy the result back. If you automate reviews, open AI agents for the same routes and prefill rules—humans and assistants should land on identical tool pages.

Common use cases

  • Verify ISRC or ISSN format before metadata import, or normalize a SWIFT code on a wire form.
  • Convert OKLCH or Lab picks to hex and read WCAG relative luminance without opening a design app.
  • Estimate megapixels, print dimensions, or video bitrate before uploading assets.

Common mistakes to avoid

  • Treating format validation as registry lookup

    ISRC, ISSN, IBAN-style, and SWIFT pages check shape and checksums—they do not prove an identifier is active in a live directory.

  • Using delta E alone for brand color sign-off

    ΔE76 is a quick print QA hint. Contract color still needs calibrated devices and agreed tolerances.

  • Comparing SSH fingerprints on truncated keys

    Paste the full authorized_keys line. A clipped base64 blob will not match ssh-keygen -lf output.

FAQ

Are these the same as the Math or Encoding batches?

This set focuses on Security, Identity, Color, and Media categories—complementary to the larger math and encoding expansion.

Do color tools replace the Color hub?

No. The hub still has convert, contrast, palettes, and themes. These pages cover OKLCH/Lab/CMYK edge cases and luminance math.

Can agents open these with prefilled input?

Text tools often accept q/qb. Multi-field pages (print size, megapixel) open without URL prefill—see each tool’s agent notes.