#000F1E (or 0x000F1E) is unknown color: approx Black Pearl. HEX triplet: 00, 0F and 1E. RGB value is (0,15,30). Sum of RGB (Red+Green+Blue) = 0+15+30=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #000F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F1E is #FFF0E1. Grayscale: #0C0C0C. Windows color (decimal): -16773346 or 1969920. OLE color: 1969920.
HSL color Cylindrical-coordinate representation of color #000F1E: hue angle of 210º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F1E is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.
<style> p { color: #000F1E; } p { color: rgb(0,15,30); } H1.HeaderClassName { color: #000F1E; } .AnyTagClassName { color: #000F1E; } </style>
<style> a { background-color: #000F1E; } a { background-color: rgb(0,15,30); } div.DivClassName { background-color: #000F1E; } .BgClassName { background-color: #000F1E; } </style>
<style> span { border-color: #000F1E; } span { border-color: rgb(0,15,30); } td.TdClassName { border-color: #000F1E; } .TagClassName { border-color: #000F1E; } </style>