Set the Android 4.4's statusbar color.
Plugin for Cordova >= 3.0
For Cordova:
cordova plugin add git@github.com:dschoeni/cordova-plugin-statusbar.git
To set the statusbar color:
statusbarColor.setColor(131, 19, 45);
Where three parameters are the RGB colors.