Signature to Black Ink Converter

Uploads a PNG signature and maps its luminance onto a black-to-white duotone gradient, so colored or faded ink strokes become black and the light paper/background stays as-is, matching the classic 'black ink required' signing requirement many forms have. A free online tool from Staaarter, right in your browser.

Runs locallyUpdated 2026-07-26

Overview

Introduction

This tool recolors a signature's ink to black directly in your browser, a common requirement for legal and government forms that specify 'black ink only'.

It preserves the natural shading of the strokes rather than flattening them into a single solid fill.

What Is Signature to Black Ink Converter?

A client-side duotone converter that maps every pixel's luminance onto a gradient between a dark ink color (black by default) and a light paper color (white by default).

Dark pixels shift toward the ink color; light pixels shift toward the paper color; everything in between blends smoothly.

How Signature to Black Ink Converter Works

For each pixel, the tool computes perceptual luminance from its RGB channels, then linearly interpolates between the shadow (ink) color and highlight (paper) color based on how bright that pixel is.

Because the interpolation is smooth rather than a hard threshold, anti-aliased stroke edges keep a soft transition instead of becoming jagged.

When To Use Signature to Black Ink Converter

Use it when a form or document specifically requires a signature in black ink, but your source scan was signed in blue or another color.

It's also useful for standardizing the ink color across a batch of signatures collected from different signers with different pens.

Features

Advantages

  • Preserves natural stroke shading instead of flattening ink to a single flat color.
  • Leaves alpha untouched, so transparent signatures stay transparent.
  • Satisfies common 'black ink only' document requirements.

Limitations

  • Because the mapping is luminance-based, extremely light or faded ink may not darken enough to look fully black without first boosting contrast.
  • It cannot distinguish ink from a dark background; both will shift toward black.

Examples

Blue ink to black

Input

A blue-ink signature PNG

Output

The same signature with strokes rendered in solid black

Dark blue pixels map toward black while the white background stays white.

Faded ink first improved, then converted

Input

A faint gray signature, run through the low-quality improver first

Output

A crisp black-ink signature after contrast is restored

Boosting contrast before the ink conversion gives the duotone gradient more range to work with.

Best Practices & Notes

Best Practices

  • Start from a reasonably high-contrast scan for a clean black result.
  • If ink looks gray rather than black, run the low-quality signature improver first to restore contrast.

Developer Notes

This is a thin wrapper around the shared createMonochromePng duotone function, called with black as the shadow color and white as the highlight color; the underlying luminance-mapping math is identical to the general-purpose monochrome tool.

Signature to Black Ink Converter Use Cases

  • Meeting a 'black ink required' signing requirement on a form
  • Standardizing ink color across signatures collected from multiple people
  • Preparing a signature for black-and-white printing or faxing

Common Mistakes

  • Expecting a flat, uniform black fill — the tool intentionally preserves shading via a gradient, not a solid recolor.
  • Skipping a contrast boost on a faint source scan and ending up with washed-out gray instead of black.

Tips

  • Pair with the low-quality signature improver first if the source photo is faint or low-contrast.
  • Use a slightly off-black inkHex like #1a1a1a if you want a softer look than pure #000000.

References

Frequently Asked Questions