#000901 (or 0x000901) is unknown color: approx Black Bean. HEX triplet: 00, 09 and 01. RGB value is (0,9,1). Sum of RGB (Red+Green+Blue) = 0+9+1=10 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 10); Green value is 9 (3.91% from 255 or 90% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 9 - color contains mainly: green. Hex color #000901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000901 is #FFF6FE. Grayscale: #050505. Windows color (decimal): -16774911 or 67840. OLE color: 67840.
HSL color Cylindrical-coordinate representation of color #000901: hue angle of 126.67º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000901 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.96.
<style> p { color: #000901; } p { color: rgb(0,9,1); } H1.HeaderClassName { color: #000901; } .AnyTagClassName { color: #000901; } </style>
<style> a { background-color: #000901; } a { background-color: rgb(0,9,1); } div.DivClassName { background-color: #000901; } .BgClassName { background-color: #000901; } </style>
<style> span { border-color: #000901; } span { border-color: rgb(0,9,1); } td.TdClassName { border-color: #000901; } .TagClassName { border-color: #000901; } </style>