Color Depth File Size Calculator – Uncompressed Bitmap Size

Color Depth File Size Calculator

Work out the exact uncompressed bitmap footprint of any image from its width, height, and color depth using raw bytes = width × height × bit depth / 8. See bits, bytes, KB and MB per image, scale it across a batch or an uncompressed video sequence, and compare how 8, 24, 32 and 48-bit depths multiply the size of the very same resolution.

🎯Real Format Presets

📝Image Setup

Pick a standard size or choose Custom to type your own.

Total bits for all channels combined, per pixel.

Horizontal pixel count of the image.

Vertical pixel count of the image.

Identical frames or files to total up, e.g. a photo set.

Set above 0 to treat each image as one raw video frame.

Used with fps to size an uncompressed video sequence.

Controls rounding on the KB and MB result cards.

Bits per image 0 total raw bits
Size per image 0 MB bytes / KB / MB
Batch or per second 0 MB combined footprint
Multiplier vs 8-bit gray 1x size relative to baseline

🔢Formula Snapshot

/8bits to bytes
1024bytes per KB
3 B24-bit per pixel
x fpssize per second

📊Bytes Per Pixel by Color Depth

Color DepthChannelsBytes / PixelColors PossibleTypical Use
1-bit1 (mono)0.1252Fax, line art
8-bit1 (gray/index)1256Grayscale, GIF
16-bit2 or packed265,536High color, 16-bit gray
24-bit3 (R,G,B)316.7 millionTrue color photos
32-bit4 (R,G,B,A)416.7M + alphaIcons, layered art
48-bit3 (16 each)6281 trillionDeep-color scans, RAW edit

📏Data Size Unit Reference

UnitEqualsIn BytesNote
1 bit1/8 byte0.125 BSmallest unit
1 byte8 bits1 BOne 8-bit value
1 KB1024 bytes1,024 BBinary kilobyte (KiB)
1 MB1024 KB1,048,576 BBinary megabyte (MiB)
1 GB1024 MB1,073,741,824 BBinary gigabyte (GiB)
1 megapixel1,000,000 pxvariesWidth × height / 1e6

🗃Resolution vs Color Depth Size Grid

Resolution8-bit Gray24-bit RGB32-bit RGBA48-bit DeepMegapixels
640 × 4800.29 MB0.88 MB1.17 MB1.76 MB0.31 MP
1280 × 7200.88 MB2.64 MB3.52 MB5.27 MB0.92 MP
1920 × 10801.98 MB5.93 MB7.91 MB11.87 MB2.07 MP
2560 × 14403.52 MB10.55 MB14.06 MB21.09 MB3.69 MP
3840 × 21607.91 MB23.73 MB31.64 MB47.46 MB8.29 MP
6000 × 400022.89 MB68.66 MB91.55 MB137.33 MB24.0 MP
8000 × 600045.78 MB137.33 MB183.11 MB274.66 MB48.0 MP

🎬Uncompressed Video Sequence Size

FormatDepthPer FramePer Second (30 fps)Per Minute
720p24-bit2.64 MB79.1 MB4.64 GB
1080p24-bit5.93 MB178 MB10.4 GB
1080p32-bit7.91 MB237 MB13.9 GB
1440p24-bit10.55 MB316 MB18.5 GB
4K UHD24-bit23.73 MB712 MB41.7 GB
4K UHD48-bit47.46 MB1.39 GB83.4 GB

Formula Breakdown

Total bits = W × H × dMultiply width and height to get the pixel count, then multiply by the bit depth d. A 1920 × 1080 image at 24-bit holds 1920 × 1080 × 24 = 49,766,400 bits.
Bytes = bits / 8Eight bits make one byte, so divide by 8. Here 49,766,400 / 8 = 6,220,800 bytes of raw pixel data.
KB = bytes / 1024Binary kilobytes divide by 1024. 6,220,800 / 1024 = 6,075 KB for the single frame.
MB = bytes / 1,048,576Megabytes divide by 1024 × 1024. 6,220,800 / 1,048,576 = 5.93 MB, the true-color 1080p footprint.
Bytes per pixel = d / 8A quick shortcut: 24-bit is 3 bytes per pixel, 32-bit is 4, 48-bit is 6, 8-bit is 1, and 1-bit is 0.125.
Batch total = size × NMultiply the per-image bytes by the number of images N in the set to size a whole folder or shoot.
Video = frame × fps × secondsAn uncompressed clip is the frame size times frames per second times the length. Raw 1080p at 30 fps is about 178 MB every second.
Multiplier = d / 8Compared with an 8-bit grayscale baseline of the same resolution, size scales purely with depth: 24-bit is 3×, 32-bit 4×, 48-bit 6×.

💡Storage Planning Tips

Depth is a straight multiplier: Because raw size is width × height × depth / 8, doubling from 24-bit to 48-bit exactly doubles the bytes, and moving from 8-bit gray to 24-bit RGB triples them. A single uncompressed 4K frame jumps from 7.91 MB at 8-bit to 23.73 MB at 24-bit, so choose the lowest depth that still preserves the tones you actually need.
Raw video adds up fast: One second of uncompressed 1080p at 30 fps and 24-bit is roughly 178 MB, which is about 10.4 GB per minute and over 620 GB per hour. That is why cameras and editors use codecs. Use this calculator to size scratch disks and RAM buffers, then rely on compression for anything you keep or stream.

Think of images as richly detailed information grids, not just ideas. Your computer assigns a set of bits to every square in an image when it’s saved: those bits determines how much data each part of the grid holds. Plug all those measurements into the calculator, and voilà! It does math for you. You won’t have to guess about converting anymore; instead, understanding why those numbers occur will help you plan your workflow. Knowing how they affects one another will keep you from filling up your hard drive with picture.

So it’s a pretty straightforward formula. Width (in pixels) times height equal the total pixels. Multiply this amount by bit depth (the number of bits per pixel). Divide by 8 because there are eight bits in a standard byte. The result is raw uncompressed size. To convert from bytes to kilobytes, divide again by 1024. To get megabytes, divide once more by 1,048,576.

How to Calculate Image File Size

A 1920 by 1080 image at 24-bit color has nearly fifty million bits in it. Which is around 6 million bytes. Or approximately 5.93 MB. Sounds reasonable enough right? It is…until you remember that we’re only talking about one frame of video. Files gets big fast due to color depth.

A single byte per pixel is enough for grayscale images with two hundred and fifty-six shades of gray, but not for nature photos. For those, we need true color with 24 bits by dividing the eight bits into three channels: red, green, and blue. The resulting color palette has sixteen million colors, but it’s three times larger than grayscale. Add an alpha channel (for transparency) and you have a file with 32 bits of depth, another third larger. Some pros works in 48-bit depth, dedicating sixteen bits to each channel. Again that’s twice the size of plain old RGB files. No secret compression there; that’s raw data building up.

To put results in context, there are four key pieces of info the tool provides. Total bits shows the sheer volume of information being processed. This helps emphasize the volume. Memory buffer planning is another use case; this divides up the size into kilobytes and bytes. If you specify a batch count, it will multiply up based off your input. To make this even more flexible, it will calculate data rates per-second if you include a video frame rate. Finally, it shows how many times bigger the result is compared to an 8-bit baseline.

For example, 24-bit RGB is three times larger than 8-bit gray. So, the trade-off is obvious. You get better quality with higher depth, but higher bandwidth and storage costs as a result. As you can see in the reference table below, there’s a relationship between both depth and resolution. If we take an 8-bit gray version of a 4K image, it’ll be roughly 7.9 MB. The same image in 24-bit RGB would swell to close to 24 MB. In 48-bit deep color, that same image will push into almost 48 MB. So the same pixel grid contains more data per pixel.

This is why shooting photos raw requires serious hardware consideration when it comes to archiving. One minute of uncompressed 1080p video at 30 frames per second consume over ten gigabytes. Photographers deals with this by using formats like PNG or JPEG for compression. Cameras use codecs. It’s the uncompressed version in RAM, which is the theoretical max.

It doesn’t take into account how well any algorithm compresses it or how complex an image is, so it won’t give you the final compressed filesize. But keeping math rigorous provides a useful upper limit to anticipate. Compressed files should of been roughly proportional to this raw number. If they’re bigger, there’s a problem somewhere in your process. Smaller? Good compression ratio for ya!

The point is: if you grasp that there is a direct connection between bit depth and file size, then you can estimate without guesswork. You know what your storage costs will be once you factor in both resolution and bit depth. Actualy, it’s quite simple.

Color Depth File Size Calculator – Uncompressed Bitmap Size