@Somnivore said:
Get a sprite with a pure black texture.
You don't need a sprite to represent a solid color, just create a ColorRect node (ColorFrame in 2.1) instead :)
By the way, you should use TextureRect (TextureFrame in 2.1) instead of Sprite for GUI purposes, as Sprite inherits from Node2D whereas TextureRect inherits from Control.