#00050C (or 0x00050C) is unknown color: approx Black Pearl. HEX triplet: 00, 05 and 0C. RGB value is (0,5,12). Sum of RGB (Red+Green+Blue) = 0+5+12=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 12 (5.08% from 255 or 70.59% from 17); Max value from RGB is 12 - color contains mainly: blue. Hex color #00050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00050C is #FFFAF3. Grayscale: #040404. Windows color (decimal): -16775924 or 787712. OLE color: 787712.
HSL color Cylindrical-coordinate representation of color #00050C: hue angle of 215º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00050C is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.95.
<style> p { color: #00050C; } p { color: rgb(0,5,12); } H1.HeaderClassName { color: #00050C; } .AnyTagClassName { color: #00050C; } </style>
<style> a { background-color: #00050C; } a { background-color: rgb(0,5,12); } div.DivClassName { background-color: #00050C; } .BgClassName { background-color: #00050C; } </style>
<style> span { border-color: #00050C; } span { border-color: rgb(0,5,12); } td.TdClassName { border-color: #00050C; } .TagClassName { border-color: #00050C; } </style>