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