Header background

how to put header background on antimatter homepage?

If by “header background” you mean the top navigation background color:

Add a custom.css file with this content in /user/themes/antimatter/css/:
—css
.modular.header-image #header {
background-color: rgba(0, 0, 0, .65);
}