cómo hacer el color de opción negro en html

echo '
<style>
option {
    background-color: black !important;
}
</style>
';
Cruel Cicada