<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CSS Text Decoration &#187; RGB</title>
	<atom:link href="http://www.csstextdecoration.com/information/rgb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csstextdecoration.com</link>
	<description></description>
	<lastBuildDate>Fri, 07 Aug 2009 06:23:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Terms</title>
		<link>http://www.csstextdecoration.com/information/terms/</link>
		<comments>http://www.csstextdecoration.com/information/terms/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 05:58:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[additive color model]]></category>
		<category><![CDATA[class id]]></category>
		<category><![CDATA[color pallet]]></category>
		<category><![CDATA[color tag]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[css property]]></category>
		<category><![CDATA[Hex]]></category>
		<category><![CDATA[hex notation]]></category>
		<category><![CDATA[RGB]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.csstextdecoration.com/?p=224</guid>
		<description><![CDATA[Terms and information pages
]]></description>
			<content:encoded><![CDATA[<p>Terms and information pages</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csstextdecoration.com/information/terms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert RGB to Hex</title>
		<link>http://www.csstextdecoration.com/color-tool/convert-rgb-to-hex/</link>
		<comments>http://www.csstextdecoration.com/color-tool/convert-rgb-to-hex/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 04:14:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[additive color model]]></category>
		<category><![CDATA[Hex]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://10.3.0.2/?page_id=159</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>Convert colors from rgb to hex, hexadecimal to red green blue format and reverse. <a href="http://www.csstextdecoration.com/color-tool/css-color-picker/">Paste a rgb value and view the color with its hex converted number. </a></p>
<h2>Hex triplet</h2>
<p>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:</p>
<p>    Byte 1: red value (color type red)<br />
    Byte 2: green value (color type green)<br />
    Byte 3: blue value (color type blue) </p>
<h2>Red Green Blue</h2>
<p>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.</p>
<p>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.</p>
<h2>Converting RGB to Hexadecimal</h2>
<p>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.</p>
<p>Total number of posible colors in this system:<br />
		255 x 255 x 255 = 16,777,216</p>
]]></content:encoded>
			<wfw:commentRss>http://www.csstextdecoration.com/color-tool/convert-rgb-to-hex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Color Codes</title>
		<link>http://www.csstextdecoration.com/color-tool/css-color-codes/</link>
		<comments>http://www.csstextdecoration.com/color-tool/css-color-codes/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 01:17:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hex]]></category>
		<category><![CDATA[hex notation]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://10.3.0.2/?page_id=83</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>Color codes in css are written in hexadecimal form. </p>
<p>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). </p>
<p>Hex entries must be either 3 or 6 characters:<br />
(  #fff  or  #ffffff )  (  #147  becomes  #114477  )</p>
<h2><a href="http://www.csstextdecoration.com/css-text-properties/css-color-picker/">Color Picker </a></h2>
<h2><a href="http://www.csstextdecoration.com/color-tool/css-text-color/">Text Color Examples</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.csstextdecoration.com/color-tool/css-color-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Tools</title>
		<link>http://www.csstextdecoration.com/color-tool/</link>
		<comments>http://www.csstextdecoration.com/color-tool/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 00:58:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[color pallet]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[Hex]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://10.3.0.2/?page_id=77</guid>
		<description><![CDATA[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



]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<table>
<tr>
<td>
<a href="/color-tool/color-scheme-generator/"><img src="/images/color-scheme-generator.png"></a>
</td>
<td>
<h2><a href="/color-tool/color-scheme-generator/">Color Scheme Generator</a></h2>
</td>
</tr>
<tr>
<td>
<a href="/color-tool/css-color-codes/"><img src="/images/css-color-codes.png"></a>
</td>
<td>
<h2><a href="/color-tool/css-color-picker/">Color Picker</a></h2>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.csstextdecoration.com/color-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
