#313233 (or 0x313233) is unknown color: approx Cod Grey. HEX triplet: 31, 32 and 33. RGB value is (49,50,51). Sum of RGB (Red+Green+Blue) = 49+50+51=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 51 - color contains mainly: blue. Hex color #313233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313233 is #CECDCC. Grayscale: #313131. Windows color (decimal): -13553101 or 3355185. OLE color: 3355185.
HSL color Cylindrical-coordinate representation of color #313233: hue angle of 210º degrees, saturation: 0.02, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #313233 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.
<style> p { color: #313233; } p { color: rgb(49,50,51); } H1.HeaderClassName { color: #313233; } .AnyTagClassName { color: #313233; } </style>
<style> a { background-color: #313233; } a { background-color: rgb(49,50,51); } div.DivClassName { background-color: #313233; } .BgClassName { background-color: #313233; } </style>
<style> span { border-color: #313233; } span { border-color: rgb(49,50,51); } td.TdClassName { border-color: #313233; } .TagClassName { border-color: #313233; } </style>