CSS Color Background

Black Leather Jacket

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

Preview

Black Leather Jacket solid color background preview (#253529)

Color value: #253529

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #253529; }

HTML Code

<section class="hero black-leather-jacket-bg"> <h2>Your content</h2> </section> <style> .black-leather-jacket-bg { background-color: #253529; } </style>