CSS Color Background

Onyx

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

Preview

Onyx solid color background preview (#353839)

Color value: #353839

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #353839; }

HTML Code

<section class="hero onyx-bg"> <h2>Your content</h2> </section> <style> .onyx-bg { background-color: #353839; } </style>