DEV Community

Cover image for Blacks Look Gray on Your Monitor? Fix Full vs Limited RGB in Minutes
keyboardTester.Click
keyboardTester.Click

Posted on • Originally published at keyboardtester.click

Blacks Look Gray on Your Monitor? Fix Full vs Limited RGB in Minutes

You connect a monitor over HDMI, open a dark movie scene, and the blacks are not black.

They look like foggy dark gray. Game shadows look lifted. The whole desktop feels washed out, like someone lowered contrast and put a gray film over the display.

Most people start changing brightness, contrast, gamma, color temperature, and HDR settings at random. Sometimes that makes things worse.

The faster path is to prove whether the PC and monitor disagree about RGB range.

I published the full source-backed version on KeyboardTester.click with diagrams, FAQ schema, references, and live display tests:

Blacks Look Gray on Monitor? How to Fix Washed-Out Blacks in Minutes

This DEV.to version keeps the practical fix workflow.

Fast answer

If blacks look gray on a monitor, the most common cause is a Full vs Limited RGB range mismatch.

  • Full RGB uses 0-255.
  • Limited RGB uses 16-235.
  • On a PC monitor, you usually want the GPU and monitor matched to Full RGB.

When the GPU sends Limited range but the monitor renders it as Full range, the darkest value it receives is 16, not 0. So "black" arrives as dark gray.

The usual fix:

  • NVIDIA: NVIDIA Control Panel -> Display -> Change resolution -> Output dynamic range -> Full
  • AMD: AMD Software Adrenalin -> Settings -> Display -> Pixel Format -> RGB 4:4:4 PC Standard (Full RGB)
  • Intel: Intel Graphics Command Center -> Display -> Color -> Quantization Range -> Full

Then match the monitor or TV input setting: Black Level, HDMI Black Level, Input Range, or RGB Range should expect a Full-range PC signal.

Before and after changing settings, run a live range check:

Open the Color Range Test

Why this happens

Every RGB pixel is built from red, green, and blue values.

On a normal PC desktop, the full range is 0-255:

  • 0 is black
  • 255 is white
  • values in between are the visible steps

Limited range, also called video range or TV range, uses 16-235:

  • 16 is treated as black
  • 235 is treated as white

Limited range exists for video and TV standards. It is not automatically wrong. The problem is mismatch.

GPU output Monitor expectation Result
Full 0-255 Full 0-255 Correct for most PC monitors
Limited 16-235 Limited 16-235 Correct for many TV/video chains
Limited 16-235 Full 0-255 Washed-out gray blacks
Full 0-255 Limited 16-235 Crushed shadow detail

That third row is the classic "my monitor blacks look gray" problem.

Full vs Limited RGB range diagram

Prove it before changing settings

Do not rely on memory or a wallpaper.

Open the Color Range Test, go fullscreen, and look at the near-black patches.

You are looking for three things:

  1. The first near-black patch should be truly black.
  2. The next patches should step upward gradually.
  3. The gradient should not start from a raised gray floor.

If the whole near-black row floats gray, the signal is probably Limited being rendered as Full.

If the first several near-black patches all merge into one identical black, you may have the opposite mismatch: Full output being interpreted as Limited, causing black crush.

Use the test first. Then change one setting. Then test again.

That is the discipline that stops you from chasing gamma, HDR, ICC profiles, and random monitor modes before fixing the actual handshake.

Color range test result readout

Fix 1: set the GPU output to Full RGB

Start at the GPU because it is the most common cause, especially over HDMI.

NVIDIA

  1. Right-click the desktop and open NVIDIA Control Panel.
  2. Go to Display -> Change resolution.
  3. Scroll to Apply the following settings.
  4. Select Use NVIDIA color settings.
  5. Set Output color format to RGB.
  6. Set Output dynamic range to Full.
  7. Click Apply.

After driver updates, check this again. It can silently reset.

AMD

  1. Open AMD Software: Adrenalin Edition.
  2. Open Settings.
  3. Go to Display.
  4. Set Pixel Format to RGB 4:4:4 Pixel Format PC Standard (Full RGB).

Avoid the Studio/Limited option for a normal PC monitor unless your display is explicitly configured for Limited.

Intel

  1. Open Intel Graphics Command Center or Intel Graphics Software.
  2. Go to Display.
  3. Select the affected monitor.
  4. Open Color settings.
  5. Set Quantization Range to Full.

GPU Full RGB settings paths

Now rerun the Color Range Test.

If the blacks are fixed, you are done. If they become crushed instead, the GPU is now right but the monitor input is still expecting Limited range. That is the next fix.

Fix 2: match the monitor black level setting

Monitors and TVs bury this under different names:

  • Black Level
  • HDMI Black Level
  • Input Range
  • RGB Range
  • HDMI Video Range

The wording is inconsistent, but the goal is simple: the display must expect the same range the GPU sends.

For a Full-range PC signal, common settings are:

Brand or menu style Setting name Full-range choice
LG Black Level High
Samsung HDMI Black Level Normal
Sony HDMI video range / Dynamic range Full
BenQ HDMI RGB PC Range RGB 0-255
Dell / others Input Color Range / RGB Range Full / PC

Three details matter:

  1. The setting may be per input. HDMI 1 and HDMI 2 can behave differently.
  2. "Auto" is not always reliable. Auto-detection is often how the mismatch happened.
  3. If you use a TV as a monitor, label the HDMI input as PC if the TV offers that option.

After changing the OSD setting, rerun the test.

Fix 3: HDMI vs DisplayPort

HDMI does not inherently make colors washed out. But HDMI is where this mistake happens most often because it carries TV legacy behavior.

DisplayPort is usually more predictable for PC-to-monitor connections. It normally negotiates Full range automatically and often supports high refresh rates more cleanly.

Practical rule:

  • If your monitor has DisplayPort, use it for the PC.
  • If you must use HDMI, set GPU output and monitor input range explicitly.
  • If an adapter, dock, AV receiver, or capture card sits in the chain, test a direct cable once.

Every time you change cable or port, test again. A new cable can trigger a new handshake.

Fix 4: check Windows HDR washout

If everything looks fine until HDR turns on, you may not have an RGB range mismatch.

Windows maps normal SDR content into the HDR signal. On weaker HDR monitors, that can make the desktop look flat, gray, or dim.

Try this:

  1. Open Settings -> System -> Display -> HDR.
  2. Raise the SDR content brightness slider.
  3. Run Windows HDR calibration if available.
  4. If the monitor has weak HDR support, leave HDR off for normal desktop work and only enable it for real HDR games or video.

A DisplayHDR 400-class monitor without strong local dimming can look worse in HDR mode than in SDR. That is a hardware limitation, not a moral failure of your settings.

Still gray? Check gamma, contrast, and panel limits

If the color range test now passes but the picture still disappoints you, use separate tests for separate problems.

Symptom Likely cause Check with
Shadows too bright overall Gamma too low or black equalizer mode Monitor Gamma Test
Image milky, but black itself is black Contrast too low or eco mode Contrast Test
Warm orange-gray cast Night light or blue-light filter Toggle night light and retest gradient
Glowing corners in a dark room IPS glow or backlight bleed Backlight Bleed Test
Blacks never get very dark Panel contrast limit Compare with Black Level Test

One blunt point: an IPS monitor cannot produce OLED black. If range, gamma, and contrast all test correctly, but black still looks gray in a fully dark room, you may be seeing the physical contrast limit of the panel.

That is still useful to know. It tells you whether the fix is a dropdown or a different display type.

The final verification checklist

When you think it is fixed, do not stop at "looks better."

Run these three tests:

  1. Color Range Test - verifies the RGB range and near-black ramp.
  2. Black Level Test - checks whether shadow detail is still visible.
  3. Contrast Test - confirms you did not fix blacks by damaging highlights.

If those pass, your display chain is probably correct.

Quick FAQ

Why do blacks look gray on my monitor?

Usually because the GPU sends Limited-range RGB while the monitor expects Full range. The monitor receives RGB 16 as the darkest value and renders it as gray instead of true black.

Should RGB range be Full or Limited?

For a PC connected to a PC monitor, Full 0-255 is usually the right choice. The deeper rule is that both ends must match.

Does HDMI cause washed-out colors?

HDMI itself does not, but HDMI handshakes often default to Limited range because of TV legacy behavior. Explicitly set Full RGB or use DisplayPort.

Why does my screen look washed out only with HDR enabled?

Windows remaps SDR desktop content inside the HDR signal. On weaker HDR monitors, that can look flat or gray. Adjust SDR content brightness or leave HDR off for normal desktop work.

Is IPS glow the same problem?

No. IPS glow or backlight bleed is a panel behavior, usually visible at corners or edges and affected by viewing angle. RGB range mismatch lifts black uniformly across the whole image.


Full version with source links, diagrams, FAQ schema, and the complete step-by-step guide:

Blacks Look Gray on Monitor? How to Fix Washed-Out Blacks in Minutes

Start with the live test:

Color Range Test

Top comments (0)