CSS Text Decoration » RGB Fri, 07 Aug 2009 06:23:56 +0000 http://wordpress.org/?v=2.8 en hourly 1 Terms /information/terms/ /information/terms/#comments Fri, 07 Aug 2009 05:58:58 +0000 admin /?p=224 Terms and information pages

]]>
/information/terms/feed/ 0
Convert RGB to Hex /color-tool/convert-rgb-to-hex/ /color-tool/convert-rgb-to-hex/#comments Mon, 06 Jul 2009 04:14:31 +0000 admin http://10.3.0.2/?page_id=159 Convert colors from rgb to hex, hexadecimal to red green blue format and reverse. Paste a rgb value and view the color with its hex converted number.

Hex triplet

A hex triplet is a six-digit, three-byte hexadecimal number used in HTML, CSS, SVG, and other computing applications, to represent colors. The bytes represent the red, green and blue components of the color. One byte represents a number in the range 00 to FF (in hexadecimal notation), or 0 to 255 in decimal notation. This represents the least (0) to the most (255) intensity of each of the color components. The hex triplet is formed by concatenating three bytes in hexadecimal notatiom:

Byte 1: red value (color type red)
Byte 2: green value (color type green)
Byte 3: blue value (color type blue)

Red Green Blue

The RGB color model is an additive color model in which red, green, and blue light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three additive primary colors, red, green, and blue.

The main purpose of the RGB color model is for the sensing, representation, and display of images in electronic systems, such as televisions and computers, though it has also been used in conventional photography. Before the electronic age, the RGB color model already had a solid theory behind it, based in human perception of colors.

Converting RGB to Hexadecimal

Converting a decimal RGB value to a hexadecimal value is fairly straightforward. RGB values are usually given in the 0-255 range; if they are in the 0-1 range, the values are multiplied by 255 before conversion. This number divided by 16 (integer division; ignoring any remainder) gives us the first hexadecimal digit (between 0 and F, where the letters A to F represent the numbers 10 to 15. See hexadecimal for more details). The remainder gives us the second hexadecimal digit. For instance the RGB value 201 divides into 12 groups of 16, thus the first digit is C. A remainder of 9 gives us the hexadecimal number C9.

Total number of posible colors in this system:
255 x 255 x 255 = 16,777,216

]]>
/color-tool/convert-rgb-to-hex/feed/ 0
CSS Color Codes /color-tool/css-color-codes/ /color-tool/css-color-codes/#comments Mon, 06 Jul 2009 01:17:43 +0000 admin http://10.3.0.2/?page_id=83 Color codes in css are written in hexadecimal form.

CSS colors are defined using a hexadecimal (hex) notation for large combinations of colors. Red, Green, and Blue color values (RGB) are represented with different strengths. The lowest light source value is 0 (hex 00), and the highest value is 255 (hex FF).

Hex entries must be either 3 or 6 characters:
( #fff or #ffffff ) ( #147 becomes #114477 )

Color Picker

Text Color Examples

]]>
/color-tool/css-color-codes/feed/ 0
Color Tools /color-tool/ /color-tool/#comments Mon, 06 Jul 2009 00:58:46 +0000 admin http://10.3.0.2/?page_id=77 Online color tools to select colors. The color wheel can help pick schemes, and the color tool code generator can convert RGB to Hex for webpages. Our Free web color tools can help you choose the best colors for your project.

Color Scheme Generator

Color Picker

]]>
/color-tool/feed/ 0