La codifica RGB (RVB) A codificação RGB RGB-Kodierung (RVB) Le codage RGB (RVB) Código RGB

RGB coding

The RGB coding (Red, Geen, Blue), developed in 1931 by the International Lighting Commission (Commission Internationale de l'Eclairage, CIE) consists in representing the colour space with three monochromatic rays, with the following colours:

  • Red (with a wavelength of 700.0 nm),
  • Green (with a wavelength of 546.1 nm),
  • Blue (with a wavelength of 435.8 nm).

This colour space corresponds to the way in which the colours are usually coded on a computer, or more precisely to the way in which the computer screen cathode tubes represent the colours.

Thus, the RGB model proposes each colour component to be coded on one byte, which corresponds to 256 intensities of red (28), 256 intensities of green and 256 intensities of blue, thus, there are 16777216 theoretical possibilities of different colours, that is, many more than the human eye can distinguish (approximately 2 million). However, this value is only theoretical because it strongly depends on the display device being used.

Since RGB coding is based on three components with the same proposed value range, it is usually graphically represented by a cube of which each axis corresponds to a primary colour:

Graphical representation of RGB coding

Last update on Thursday October 16, 2008 02:43:16 PM.This document entitled « RGB coding » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.

Best answers for « RGB coding » in :
The Colour Table Show Coding colours In HTML, colours are defined by three hexadecimal numbers, which represent the Red, Green, and Blue tones (using RGB coding) of the chosen colour. This is the syntax for coding a colour in HTML: color="#RRGGBB" RR, GG and BB each...
CMYK (CMJN) Coding Show CMY Coding CMY Coding (Cyan, Magenta, Yellow) is to subtractive synthesis, what RGB coding is to additive synthesis. This model consists in breaking up a colour into values of Cyan, Magenta and Yellow. The absence of these three components yields...
CIE / Lab (L*a*b) coding Show CIE Coding Colours may be perceived differently depending on individuals and may be displayed differently depending on the peripheral display devices. The International Lighting Commission (Commission Internationale de l'Eclairage, CIE) thus...
Know the Hexadecimal code of a color ShowKnow the Hexadecimal code of a color What is a Hexadecimal code What is a Hexadecimal code In mathematical terms, a hexadecimal (hex) is a numeral system consisting of a base, of 16. It uses sixteen distinct symbols: Numeric symbols:...
VB6 Finding the RGB values of a color ShowVB6 Finding the RGB values of a color Dim R as integer Dim G as integer Dim B as integer Sub FindRGB(Col As Long) R = &HFF& And Col G = (&HFF00& And Col ) \ 256 B = (&HFF0000 And Col ) \ 65536 End Sub Note: Here...
Windows Error Codes and How to Fix them ShowWindows Error Codes and How to Fix them Below is a list of the most common error codes that you an face while using Windows and its basic components. Some solutions have been provided for you to try to solve them. You should also note that...
Download K-Lite Codec Pack Full ShowK-Lite Codec Pack is a collection of VFW/ACM codecs, DirectShow filters and tools. Codecs and DirectShow filters are needed for encoding and decoding (playing) audio and video formats. Contents of version 4.7.0 : Player: Media Player...
Download XviD codec ShowIt is an open source which focuses on the compression of video. Xvid video codec allows the compression and the decompression of digital videos with the aim of reducing the bandwidth during the transmission through a network. Xvid is specialized in...
Download Codec pack all in one ShowCodec Pack All-In-One is a codec collection allowing to read films in DivX format and the similar formats (DivX, XviD, AC3, etc.). Codec Pack All in 1 6.0.3.0 contains: · DivX 6.1.1 · XviD Codec 1.1 · DivX, XviD - FFDShow 17.02.2005 Alpha...
ASCII Code ShowData coding Morse code was the first code used for long-distance communication. Samuel F.B. Morse invented it in 1844. This code is made up of dots and dashes (a sort of binary code). It was used to carry out communication much faster than could...
Video compression (codecs) ShowThe concept of codec A non-compressed video image occupies approximately 1 MB. In order to obtain a fluid video, it is necessary to have a frequency of at least 25 or 30 images per second, which produces a data flow of approximately 30 MB/s, that...
Huffman coding ShowHuffman coding In 1952, David Huffman proposed a statistical method allowing a binary code word to be assigned to the various symbols to be compressed (pixels or characters for example). The length of each code word is not identical for all the...