CSS Color Background

Black Bean

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

Preview

Black Bean solid color background preview (#3D0C02)

Color value: #3D0C02

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #3D0C02; }

HTML Code

<section class="hero black-bean-bg"> <h2>Your content</h2> </section> <style> .black-bean-bg { background-color: #3D0C02; } </style>