#030100 (or 0x030100) is unknown color: approx Black. HEX triplet: 03, 01 and 00. RGB value is (3,1,0). Sum of RGB (Red+Green+Blue) = 3+1+0=4 (0% of max value = 765). Red value is 3 (1.56% from 255 or 75% from 4); Green value is 1 (0.78% from 255 or 25% from 4); Blue value is 0 (0.39% from 255 or 0% from 4); Max value from RGB is 3 - color contains mainly: red. Hex color #030100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030100 is #FCFEFF. Grayscale: #010101. Windows color (decimal): -16580352 or 259. OLE color: 259.
HSL color Cylindrical-coordinate representation of color #030100: hue angle of 20º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.99.
<style> p { color: #030100; } p { color: rgb(3,1,0); } H1.HeaderClassName { color: #030100; } .AnyTagClassName { color: #030100; } </style>
<style> a { background-color: #030100; } a { background-color: rgb(3,1,0); } div.DivClassName { background-color: #030100; } .BgClassName { background-color: #030100; } </style>
<style> span { border-color: #030100; } span { border-color: rgb(3,1,0); } td.TdClassName { border-color: #030100; } .TagClassName { border-color: #030100; } </style>