0xCB3
0xCB3 is a hexadecimal literal, commonly used in computing to denote a numeric value in base-16. When interpreted as a decimal number, 0xCB3 equals 3251. In binary, it is represented as 110010110011, which reflects its 12-bit magnitude. As a three-digit hexadecimal value, it falls within the range 0x000 to 0xFFF (0 to 4095).
In software and digital systems, 0xCB3 may appear as a constant, an offset, an error code, or
Notation and interpretation: Hexadecimal uses digits 0–9 and letters A–F (case-insensitive) to represent values. The digits
See also: Hexadecimal notation, numeric literals, memory addressing.