#0A0500 (or 0x0A0500) is unknown color: approx Black. HEX triplet: 0A, 05 and 00. RGB value is (10,5,0). Sum of RGB (Red+Green+Blue) = 10+5+0=15 (1% of max value = 765). Red value is 10 (4.30% from 255 or 66.67% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0500 is #F5FAFF. Grayscale: #050505. Windows color (decimal): -16120576 or 1290. OLE color: 1290.
HSL color Cylindrical-coordinate representation of color #0A0500: hue angle of 30º 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 #0A0500 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.96.
<style> p { color: #0A0500; } p { color: rgb(10,5,0); } H1.HeaderClassName { color: #0A0500; } .AnyTagClassName { color: #0A0500; } </style>
<style> a { background-color: #0A0500; } a { background-color: rgb(10,5,0); } div.DivClassName { background-color: #0A0500; } .BgClassName { background-color: #0A0500; } </style>
<style> span { border-color: #0A0500; } span { border-color: rgb(10,5,0); } td.TdClassName { border-color: #0A0500; } .TagClassName { border-color: #0A0500; } </style>