Hi,
There is no setting to change the color of the background.
You would have to change the code:
$image_options = array('default' => true,'forcesize'=>$this->config->get('image_force_size',true),'scale'=>$this->config->get('image_scale_mode','inside'));
like that:
$image_options = array('default' => true,'forcesize'=>$this->config->get('image_force_size',true),'scale'=>$this->config->get('image_scale_mode','inside'), 'background'=>'#000000');
in the file listing_img_title of the view product via the menu Display>Views.