METEOSAT SECOND GENERATION (MSG) INTRODUCTION TO RGB COLOURS

Slides:



Advertisements
Similar presentations
Computer Science 101 RGB Color System. Simplified Introduction to Color Vision Go to How We See: The First Steps of Human Vision or Color Vision for more.
Advertisements

4.01 HTML, CSS and Color. Introduction This presentation includes the following topics: Additive color theory Color Names RGB Colors Hex Colors.
CGA 115 Professor Mary A. Malinconico. Questions from Last Week ????????
Skills: selecting colors, specifying colors in HTML Concepts: combining red, green and blue light to generate colors, combining light versus combining.
Color.
RGB color model Skills: none IT concepts: combining red, green and blue light to generate colors This work is licensed under a Creative Commons Attribution-Noncommercial-
Contains 16,777,216 Colors. My Car is red My Car is red How do I add colors to my web page? Notepad Browser Works with the “Standard” colors: Red, Green,
Colour & Image in HTML Wah Yan College (Hong Kong) Mr. Li C.P.
SNC2D. Primary LIGHT colours are red, green, and blue SECONDARY light colours are created by combining only two of the three primary colours of light.
1 Additive Colour Mixing using a Computer Monitor You will use: a Liquid Crystal Display (LCD) or Cathode Ray Tube (CRT) Computer Monitor, this PowerPoint.
Digital Colour Theory. What is colour theory? It is the theory behind colour mixing and colour combination.
Version 1.0, 30 June 2004 APPLICATIONS OF METEOSAT SECOND GENERATION (MSG) RGB IMAGES: PART 02 INTRODUCTION TO RGB COLOURS Author:Jochen Kerkmann (EUMETSAT)
Color Background. What is Color? Aspect of vision Physical reaction of the eye and the automatic interpretive response of the brain to wavelength characteristics.
CMYK vs. RGB Design. Primary colors The colors that make up the base for every other color created. Depending on whether you are looking at it from science,
Quiz Review - Drawing Kickback - line type most specific to designers that is drawn with an emphasis at the beginning and at the end. Feathering - a vague-looking.
CS 101 – Sept. 16 Finish color representation –RGB √ –CMY –HSB –Indexed color Chapter 4 – how computers think –Begin with basic building blocks.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
Color Theory ‣ What is color? ‣ How do we perceive it? ‣ How do we describe and match colors? ‣ Color spaces.
Red, green and blue (RGB): RGB is another way to use 3 numbers to specify a color instead of using an intensity-distribution curve or HSB In addition.
W2D1. HSV colour model Source: Primary colours Red Green Blue Secondary Cyan Magenta.
# Red Green Blue Digital Color RGB to HEX.
A color model is a specification of a 3D color co-ordinate system and a visible subset in the co-ordinate System within all colors in a particular color.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
By: Ashley. Spot Color Spot color refers to the process of selecting text or a graphic object such as a circle and then adding a spot of color to it.
Digital Image Processing In The Name Of God Digital Image Processing Lecture6: Color Image Processing M. Ghelich Oghli By: M. Ghelich Oghli
PRIMARY COLOURS Primary Colours: The 3 primary colours are red, yellow and blue. They are three colours that can't be made by mixing any other colours,
Color Web Design Professor Frank. Color Displays Based on cathode ray tubes (CRTs) or back- lighted flat-screen Monitors transmit light - displays use.
Computer Science and Software Engineering© 2014 Project Lead The Way, Inc. Bits and Bytes.
Elements of Design 1.02 Investigate Design Principles and Elements.
Subtractive Colour Mixing. 1.Explain why a magenta sweater is magenta. When white light strikes the magenta sweater, the sweater absorbs the green and.
Different frequencies of “visible light”
Color in Web Design. Overview: Color Topics Myths & Misconceptions Hexadecimal Notation Color Concepts and Issues.
1.02 Color Here we go AGAIN!. A chart used to choose colors—helps you choose colors that look good together. Color Palette.
HSB to RGB to HEX.
10.1 Wave model of light Colour Theory. Wave Model of light Remember: Light waves transfer energy Light moves outward in all directions from its source.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Images  Colors.
 There are 3 primary colors of light RED, GREEN, & BLUE  When these colors of light are mixed… White Light is produced  This process is called color.
Colour CPSC Colour ● Models ● RGB ● CMY(K) ● HSB (or HSV) ● RYB ● Harmonies ● Monochrome ● Complementary ● Analogous ● Triadic.
4.01 HTML, CSS and Color.
Hexadecimal Sweet Sixteen!.
COLOR THEORY Color is the eye’s response to the visual spectrum from red to violet. Different colors in the spectrum are created by different wavelengths.
Design Concepts: Module A: The Science of Color
Advanced AV Production
The Colour of Light: Additive colour theory.
Subtractive colour theory
Images In Matlab.
Dr. Jim Rowan ITEC 2110 Color Part 2
METEOSAT SECOND GENERATION (MSG)
4.01 HTML, CSS and Color.
Color.
COMS 161 Introduction to Computing
Dr. Jim Rowan ITEC 2110 Color Part 2
Color Combinations Design.
Name: _______________________________
Colour Theories.
Hexadecimal Binary Made Easier.
Dr. Jim Rowan ITEC 2110 Color Part 2
Light Light has wave-like properties
Colour theory.
Two ways to discuss color 1) Addition 2) Subtraction
Advanced AV Production
Communication of Color
Dr. Jim Rowan ITEC 2110 Color Part 2
HTML Colour Codes (Hexadecimal)
Primary and secondary There are two theories about how we can organize the different colours. Physicists explain color as a function of light. This is.
Web Colors.
4.01 HTML, CSS and Color.
APPLICATIONS OF METEOSAT SECOND GENERATION (MSG)
METEOSAT SECOND GENERATION (MSG)
Presentation transcript:

METEOSAT SECOND GENERATION (MSG) INTRODUCTION TO RGB COLOURS APPLICATIONS OF METEOSAT SECOND GENERATION (MSG) RGB IMAGES: PART 02 INTRODUCTION TO RGB COLOURS Author: Jochen Kerkmann (EUMETSAT) kerkmann@eumetsat.de

INTRODUCTION TO RGB COLOURS PART 2: INTRODUCTION TO RGB COLOURS

Definition of RGB Colours Red, Green, Blue: The three colours of light which can be mixed to produce any other colour. Coloured images are often stored as a sequence of RGB triplets or as separate red, green and blue overlays though this is not the only possible colour representation*. These colours correspond to the three "guns" in a colour cathode ray tube and to the colour receptors in the human eye. * Other commonly used colour representations are: The CMYK colour model (Cyan Magenta Yellow and Key (black)) The HSV colour model (Hue Saturation Value)

The Colour Circle

RGB Colour Values RGB colors are defined using a decimal or hexadecimal notation for the combination of Red, Green, and Blue color values (RGB). The lowest value that can be given to one light source is 0 (hex #00). The highest value is 255 (hex #FF).

More RGB Colour Values Examples of colours (names) and 8-bit RGB values: Red 255, 0, 0 Fuchsia 255, 0, 255 Skyblue 153, 206, 235

RGB Colour Names A collection of color names are supported by Internet Browsers. Below, are some examples: