Device.Clear(color.black) not black

As title says I have an issue where clear is not clearing with the correct Color. Unfortunately I can post my draw code as it’s several hundred lines of code. But can any of you guys think what could cause this?

Probably you are not clearing the correct rendertarget try GraphicsDevice. SetRenderTarget(null) before the clear