Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RGB Color Tutorial
#1
This is the scheme that you will use most often when you are dealing with colors on a computer monitor—in graphics packages, in programming, or in Web pages. RGB describes colored light which is viewed coming from its source (colored light bulbs in a theater, the colors of a video display, or reflection from a white object). It is called an additive color system, since you add light from the primary colors to make new colors.

The values for red, green, and blue may be specified in percent (0–100); this scale is useful for conversion from the CMYK model (following). However, it is more common to use a scale from 0–255 (decimal) or 00–FF (hex)—where 255 or FF = 100%. All modern video cards, which are capable of 16M colors, use one byte each (per pixel) for the R, G, and B values, so the 0–255 and 00–FF scales are more useful in this context. Remember: higher numbers mean more of each color of light. More is lighter, less is darker!
[Image: rgb.jpg]
Primary colors:

red, green, blue
Secondary colors:

yellow = red + green,
cyan = green + blue,
magenta = blue + red
All colors:

white = red + green + blue (#FFFFFF)
black = no light (#000000)



Source: http://www.tomjewett.com/colors/rgb.html
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  +mK Lighting/Realisitc Color enhancing +mK 22 2,235 08-08-2011, 06:29 PM
Last Post: iLLusiionsZ
  Change from black & white to color. -RATE Robbieava 2 542 10-01-2010, 03:01 AM
Last Post: Untouch
  Support Forums RGB Values Nemmyy 14 2,136 05-18-2010, 11:55 AM
Last Post: Nemmyy
  [TUT] Introduction to color enchanting. Etheryte 14 2,165 10-21-2009, 07:53 PM
Last Post: S0rath 0f the Black Sun

Forum Jump:


Users browsing this thread: 1 Guest(s)