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