png image all black

When I load a png file it shows up all black. when I load the jpg version of it, it shows the way it should. Any clue? I am using Windows 10 and visual studio 2017.

How are you loading the image? Can you share some code?

Thanks Kimimaru, I found the problem, I wrote Color.Black instead of Color.White in drawing using the SpriteBatch.draw(…). Monogame is new for me, I am sure I will get the hang of it soon.