Example: #808080 or rgb(128, 128, 128) or gray



Solid Color Image Generator

Generate single solid color image for use as background image or placeholders. Download PNG and JPG of any width or height.

How Does Solid Color Image Generator Work?

This tool will generate image filled with one single solid color specified by you. You can also adjust the width and height (in pixles) for the image and our tool will create the solid color image with the given parameters for you. You can easily download the image in JPG or PNG format.

You can then use the downloaded image in your design projects or as image placeholders. If you are generating background images, then you can also check out our gradient image generator.

What size of image can I generate with a single filled color?

You can generate image of any width and height. By default our tool generates filled image of 1920x1080 size. You can generate 1x1 pixel image or go as high as possible as per your requirement.

What are some use cases of a solid color image?

A solid color image can serve many purposes when designing a website or social media images. Some of the examples include using it as a dummy image, placeholder image, website background image of single color or use in product mockups and social media banners. You may also want to write text on a solid color in which case we recommend using our text on image writer.

Can I use a solid color image as Wallpaper on my device?

Most certainly, yes! Simply go to screen resolution tester to find out the width and height of your device. Then use those dimensions to create a solid color image of desired color. Download the PNG or JPG file and set it as your wallpaper.

How to use a solid color image as website background?

You don't need an image to create a solid color website background as this can be easily done via CSS background-color property.

However if you really want to use an image to do this job, we recommend downloading a small size PNG image such as 100x100 pixels and using the code below to set the background image as a repeated pattern. This will ensure that the website background is completely filled with the given solid color image.

body { background-image: url('solid-color-image.png'); background-repeat: repeat; }

How to Use Solid Color Image Generator?

  • The tool above will present you with a randomly generated solid color image at start.
  • You can change the fill color by entering the color value in HEX, RGB, HSL or HSV.
  • You can also change the width and height (in pixels) of the solid color image that you want to download.
  • Depending on the image dimensions, a solid color image will be created which you can download as JPG or PNG file.
  • If the image opens in a new tab, instead of downloading, right click and do "Save As" to save the image.
  • We do not store any of the images you create and everything is done inside your browser.

Credits

  • vue.js - The Progressive JavaScript Framework
  • TinyColor - Fast, small color manipulation and conversion for JavaScript
  • download.js - Client-side file downloading using JS and HTML5 by dandavis