Try JSON.Get("background_rgb") without the dot.
If it doesn't help, please post the full JSON string.
Also, you can't just use a number to set color in C3, unless you encode it properly. You need to use one of these expressions - rgbex, rgbex255, rgba, rgba255
For example: rgbex255(0,255,0) is 100% green.