RGB color model

Which of the following is/are true?
  1. Color.Black is the same as Color.FromArgb(255,255,255)
  2. Color.Black is the same as Color.FromArgb(0.0.0)
  3. Color.Black is the same as RGB.Black
  4. Color.Black is the same as Color.FromArgb(black,black,black)
  5. None of the above
Explain your answer.