Flip Caps

Text Tools

Text Case ConverterLetter & Character RemovalDuplicate Line RemoverDuplicate Word FinderEm Dash RemoverDash RemoverFind and Replace TextSentence CounterRemove Line BreaksRemove Text FormattingRemove UnderscoresReverse Text GeneratorAlphabetical OrderEmail ExtractorURL ExtractorUpside Down TextAdd Commas to NumbersRemove EmojisBold Text GeneratorItalic Text GeneratorSlug GeneratorLorem Ipsum GeneratorText RepeaterRemove AI FormattingView all

PDF Tools

Merge PDFSplit PDFExtract PDF PagesPDF to JPGPDF to PNGAdd WatermarkAdd Page NumbersHeader & FooterTable of ContentsRemove Blank PagesView all

Converters

CM to InchesMM to InchesMeters to FeetKM to MilesCM to FeetInches to FeetMeters to YardsInches to CMInches to MMFeet to MetersView all 34 converters

Image Tools

PNG to JPG ConverterJPG to PNG ConverterWebP to JPG ConverterWebP to PNG ConverterPNG to WebP ConverterJPG to WebP ConverterImage ResizerImage CompressorCrop ImageRotate ImageWatermark ImageMeme GeneratorPhoto EditorFavicon GeneratorAdd Logo to ImageRemove EXIF DataView all

Calculators

Age CalculatorPercentage CalculatorDiscount CalculatorTip CalculatorScientific CalculatorCompound Interest CalculatorLoan CalculatorMortgage CalculatorSavings Goal CalculatorBMI CalculatorCalorie CalculatorPregnancy Due Date CalculatorIdeal Weight CalculatorGPA CalculatorGrade CalculatorHours Worked CalculatorDate Difference CalculatorDays Until CalculatorRoman Numeral ConverterFraction CalculatorRatio CalculatorAverage CalculatorRetirement CalculatorDebt Payoff CalculatorBody Fat CalculatorOvulation CalculatorBlood Alcohol CalculatorFuel Cost CalculatorUnit Price CalculatorBudget Planner (50/30/20)Monthly Expense CalculatorPaycheck CalculatorTax Refund EstimatorView all

Fun & Random

Spin the WheelDice RollerCoin FlipperRandom Quote GeneratorRandom Number GeneratorYes or No GeneratorKeyboard TesterDead Pixel TesterCamera Shutter Count CheckerRandom Team GeneratorChore WheelMagic 8-BallTyping Speed TestPros and Cons ListBaby Name GeneratorUsername GeneratorFantasy Name GeneratorBusiness Name GeneratorNew Year's Resolution TrackerView all

Design & Color

Color ConverterRandom Color GeneratorQR Code GeneratorColor Palette GeneratorView all

Time & Word Tools

Word UnscramblerJumble SolverAlarm ClockOnline TimerStopwatchTime Zone ConverterSleep CalculatorHoliday CountdownView all
← Blog|Images

RGB vs CMYK vs Grayscale: Color Modes for Screen and Print Explained

June 15, 2026|8 min read

Open a photo in an editing tool, send a flyer to a print shop, or scan a document in black and white, and you are working with color modes whether you realize it or not. RGB, CMYK, and grayscale are not just settings buried in a menu. They are three different systems for representing color, each built around a different output: a glowing screen, ink on paper, or an image with no color information at all. Mixing them up is one of the most common reasons a logo looks perfect on a laptop and dull on a printed business card, or why a scanned page is ten times larger than it needs to be. None of this requires a design degree. Once you understand what each mode actually controls, you can avoid the most common color mistakes before they cost you a print job or a slow-loading webpage.

RGB vs CMYK vs grayscale color modes explained for screen and print

What a Color Mode Actually Controls

Every digital image is made of one or more channels, and a channel is just a separate grid of numbers that gets combined with the others to produce the final color you see. The color mode of an image determines how many channels it has, what each channel represents, and which device the image is ultimately meant for.

An RGB image has three channels: red, green, and blue. A CMYK image has four: cyan, magenta, yellow, and black. A grayscale image has just one channel, a single value per pixel representing brightness with no color information at all. These are not interchangeable formats for the same data, and converting between them is not always lossless. That distinction is the source of almost every color surprise people run into when moving an image from a screen to a printer, or from a full-color photo to a document meant to be read in black and white.

RGB: How Every Screen Builds Color From Light

RGB additive color model showing how red, green, and blue light combine

RGB stands for red, green, and blue, and it is an additive color model. That means colors are created by adding light together, not by removing it. Every pixel on a phone, monitor, or TV is made of tiny red, green, and blue light sources, and the screen produces color by varying how brightly each one shines. Combine red, green, and blue light at full intensity and you get white. Turn all three off and you get black. Everything in between is a mix of the three.

In practice, each channel is usually stored as a number from 0 to 255, giving 256 possible brightness levels per channel. That works out to 256 times 256 times 256, or roughly 16.7 million possible colors, often called 24-bit or "true color." A hex code like #1A73E8 is simply this same RGB information written in base 16 instead of base 10, which is why hex and RGB always convert back and forth perfectly with no loss of accuracy. If you have ever worked with a color picker, the sliders for red, green, and blue are controlling exactly these three channel values, and the standard color space behind almost all consumer screens, called sRGB, defines the specific range of light each of those values corresponds to.

CMYK: How Printers Build Color From Ink

CMYK subtractive color model showing how ink absorbs light on paper

CMYK stands for cyan, magenta, yellow, and key, where key refers to black ink. Unlike RGB, CMYK is a subtractive model. A printed page does not emit light the way a screen does. It starts as a white sheet reflecting all visible light back to your eyes, and each layer of ink absorbs, or subtracts, part of that light before it bounces back. Cyan ink absorbs red light, magenta absorbs green, and yellow absorbs blue, and the combination of how much of each ink is applied determines the color you perceive in the reflected light.

In theory, mixing cyan, magenta, and yellow at full strength should absorb all light and produce black. In practice, real inks are not perfectly pure, so combining all three produces a muddy dark brown rather than a true black. That is why a fourth ink, plain black, is added to the mix. Black text and large dark areas are usually printed using mostly or entirely the key channel, sometimes blended with a small amount of cyan, magenta, and yellow to create a deeper "rich black" for large printed areas.

The other major difference is range. CMYK printing simply cannot reproduce every color an RGB screen can display. Bright neon greens, electric blues, and some vivid pinks fall outside what ink and paper can physically produce. These are called out-of-gamut colors, and when a CMYK printer encounters one, it substitutes the closest color it can actually print, which is almost always duller and less saturated than what appeared on screen. This is the single most common reason a design that looked vibrant on a monitor comes back from a print shop looking flat.

Grayscale: When Removing Color Is the Point

Grayscale conversion using a weighted luminance formula instead of a simple average

A grayscale image throws away color entirely and keeps only brightness, stored as a single value per pixel from 0 (black) to 255 (white). The tempting shortcut is to convert RGB to grayscale by averaging the red, green, and blue values for each pixel, but that produces a result that looks noticeably different from how a human eye actually perceives brightness. Human vision is far more sensitive to green than to red or blue, and least sensitive to blue. A simple average treats all three channels as equally important, which makes grayscale conversions of colorful images look slightly wrong, often too dark in greens and too light in blues.

Proper grayscale conversion uses a weighted formula instead. The widely used ITU-R BT.601 standard weights the channels roughly 30 percent red, 59 percent green, and 11 percent blue, reflecting how much each color contributes to perceived brightness. Newer standards adjust those weights slightly, but the principle is the same: green carries most of the brightness information, and a good grayscale conversion has to account for that.

Grayscale shows up more often than people expect. Scanned contracts, forms, and legal documents are frequently converted to grayscale because black-and-white printing is far cheaper than color, and text does not need color to be readable. Designers also convert images to grayscale temporarily to check whether a layout's contrast and hierarchy hold up without relying on color cues, which is also a quick way to spot accessibility issues for readers with color vision deficiencies. If you need to strip color from a photo or preview how a design reads without it, the Photo Editor includes a grayscale adjustment along with brightness, contrast, and saturation controls, so you can see the effect immediately before deciding whether to keep it.

Convert any photo to grayscale, or fine-tune brightness, contrast, and saturation, directly in your browser.

Try the Photo Editor

Converting Between Color Modes Without Losing Quality

Converting between RGB, hex, and other color formats accurately

Not all color conversions are created equal. Converting between hex and RGB is exact: they are two ways of writing identical information, and translating between them never loses anything. Converting RGB to HSL, which describes a color by hue, saturation, and lightness instead of red, green, and blue amounts, is also exact, just expressed differently. For any of these screen-based formats, the Color Converter gives you accurate values across hex, RGB, and HSL instantly, which is the right tool any time you are working on something that will be viewed on a screen, including websites, apps, and presentations.

Converting RGB to CMYK is a different story. There is no single universal formula, because the result depends on the specific inks, paper stock, and printer involved. A naive formula might subtract each RGB value from 255 to estimate the matching CMYK value, but that ignores how real ink behaves on real paper, and the result can be noticeably off from what actually comes out of the printer. Professional print shops handle this with color profiles, which are calibration files that describe exactly how a specific printer and paper combination reproduces color, and they use those profiles to convert files accurately before printing.

For anything staying on a screen, the simplest rule is to never convert to CMYK at all. A surprisingly common mistake happens when an image is exported from design software in CMYK mode and then used on a website. Web browsers expect RGB, so a CMYK file can display with shifted, washed-out colors, or in some cases fail to render correctly at all. If a file ever looks wrong on the web despite looking fine in the editor it was exported from, checking whether it was accidentally saved in CMYK mode is one of the first things worth ruling out.

Building a Palette That Works for Both Screen and Print

If you are designing something that will eventually exist in both digital and printed form, such as a brand identity used on a website and on business cards, the gamut difference between RGB and CMYK becomes a real planning problem. A palette built purely by eye on a bright monitor can include colors that simply cannot be matched once they hit paper.

The practical fix is to build your palette with restraint from the start. Extremely saturated, neon-leaning colors are the ones most likely to fall outside the CMYK gamut, while colors with slightly muted saturation tend to translate between screen and print with far less visible shift. When you are starting from a single brand color and need a coordinated set of accents and neutrals, the Color Palette Generator can build that full set for you, and choosing a base color that is vivid but not at the extreme edge of saturation gives you a palette that holds up reasonably well whether it ends up on a screen or a printed page.

Generate a complete, coordinated color palette from a single starting color in seconds.

Try the Color Palette Generator

Common Color Mode Mistakes That Wreck a File

A handful of color mode mistakes account for most complaints about images looking wrong, printing wrong, or taking up far more space than expected.

The first is sending an RGB file straight to a commercial printer with no proofing step and being surprised when the colors come back different. As covered above, this is almost always a gamut issue, not a printer malfunction, and it is worth asking a print shop for a proof before running a large job.

The second is scanning or photographing a document that only contains black text and treating it as a full-color image. A page of text scanned in full RGB color can be many times larger than the same page converted to grayscale, with no visible difference in readability. Beyond converting the color mode itself, the Image Compressor can shrink an oversized scan dramatically, and the savings are even larger once unnecessary color information has been stripped out first.

The third is confusing a true black with a "rich black" in a print layout. Plain black made from the key channel alone can look slightly gray or thin when printed across a large area, while a rich black mixes in small amounts of cyan, magenta, and yellow for a deeper result. Using the wrong one in the wrong place is a small detail, but it is the kind of detail that separates a layout that looks professional in print from one that looks slightly off without anyone being able to say exactly why.

The Bottom Line

RGB, CMYK, and grayscale are not interchangeable settings, they are three different ways of building an image for three different jobs. RGB adds light together for screens, CMYK subtracts light using ink for paper, and grayscale strips color down to brightness alone. Conversions between RGB-based formats like hex and HSL are exact and free, while conversions involving CMYK depend on the specific printer and paper and are always an approximation. Once you know which mode an image is actually destined for, and keep an eye out for the gamut and file-size issues that come with switching between them, most of the color surprises that derail a print job or slow down a webpage become easy to spot before they cause a problem.


← Back to all articles