CSS Color Background

Smoky Black

Pure CSS color background: #100C08. Use this solid color for personal and commercial creative projects.

Preview

Smoky Black solid color background preview (#100C08)

Color value: #100C08

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #100C08; }

HTML Code

<section class="hero smoky-black-bg"> <h2>Your content</h2> </section> <style> .smoky-black-bg { background-color: #100C08; } </style>