CSS Color Background

Cool Black

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

Preview

Cool Black solid color background preview (#002E63)

Color value: #002E63

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #002E63; }

HTML Code

<section class="hero cool-black-bg"> <h2>Your content</h2> </section> <style> .cool-black-bg { background-color: #002E63; } </style>