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