Digital Colour Theory. What is colour theory? It is the theory behind colour mixing and colour combination.

Slides:



Advertisements
Similar presentations
ECE 331 – Digital System Design
Advertisements

Introduction to compositing. What is compositing?  The combination of two images to produce a single image  Many ways we can do this, especially in.
Fundamentals of Digital Imaging
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
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-
Image Representation.
Bitmapped Images 27 th November 2014 With Mrs
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,
CS110: Computers and the Internet Color and Image Representation.
Hexadecimal Number System
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
© Maths Support Service 2007 Binary and Hexadecimal Numbers Next Slide AE98FD AE98FD.
Color Systems. Subtractive Color The removal of light waves to perceive color: –Local or physical attributes of pigments, dyes, or inks reflect certain.
Chapter 16 Binary and Hexadecimal Numbers. §16.2 thru 16.3 – Addition and Subtraction of Binary Numbers Binary = Base 2 Addition and subtraction are similar.
Color Names All standards-compliant browsers should handle these color names These color names can be used with the CSS properties of color and background-color.
Version 1.0, 30 June 2004 APPLICATIONS OF METEOSAT SECOND GENERATION (MSG) RGB IMAGES: PART 02 INTRODUCTION TO RGB COLOURS Author:Jochen Kerkmann (EUMETSAT)
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,
© 1999 Rochester Institute of Technology Color. Imaging Science Workshop for Teachers ©Chester F. Carlson Center for Imaging Science at RIT Color Images.
07: Color in Interactive Digital Media
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.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Images Data Representation. Objectives  Understand the terms bitmap & pixel  Understand how bitmap images are stored using binary in a computer system.
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
CONVERSION OF NUMBER SYSTEMS FAHEEM ANWAR MANAGER NETWORKS ACADEMY PTCL ACADEMY.
Number Systems CIT Network Math
Web Colors. Web Colors: Up until now, we have been using only pre- defined color names, such as "orange" and "lightblue". As web designers, we need the.
Hexadecimal Codes 1. RGB Color Wheel 2 Before we begin Hexadecimal is a number system Based on using 0 – F to represent 0 – 15 Hex is used to represent.
Color and Resolution Introduction to Digital Imaging.
CSC Computing with Images
$100 $200 $300 $400 $100 $200 $300 $400 $300 $200 $100 Fraction with pictures Convert mixed to improper fractions Convert improper to mixed fractions.
Which is the Pink Pen? Here is the Pink Pen (Example taken from
# Red Green Blue Digital Color RGB to HEX.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
Computer Science and Software Engineering© 2014 Project Lead The Way, Inc. Bits and Bytes.
Announcements Chapter 8 for today. 2 More Digitization Light, Sound, Magic: Representing Multimedia Digitally © Lawrence Snyder, 2008.
Elements of Design 1.02 Investigate Design Principles and Elements.
RGB vs. CMYK Screen vs. Print.
BINARY Toby Wilson. LEARNING OBJECTIVES  Be able to convert binary to denary  Be able to convert denary into binary  Be able to explain how computers.
More Digital Representation Discrete information is represented in binary (PandA), and “continuous” information is made discrete.
Base 16 (hexadecimal) Uses the decimal digits and the first letters of the alphabet to encode 4 binary bits (16=2 4 ) abcdef or ABCDEF.
WHY HEXADECIMAL?. Why bother with Hexadecimal? 1. Binary numbers are difficult for us to work with. 2. Hexadecimal can be used as “shorthand” for binary.
Demystifying the Pixel. What is a Pixel The smallest unit of measurement in a image It contains color space information in RGB, CMYK, HSB Resolution information.
Unit 2.6 Data Representation Lesson 3 ‒ Images
Decimal Numbers.
Number Systems.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Images Data Representation.
IMAGE PROCESSING COLOR IMAGE PROCESSING
Image Processing Objectives To understand pixel based image processing
4.01 HTML, CSS and Color.
Hexadecimal Sweet Sixteen!.
Representing images.
Bitmap Basics Review Refresher from Year 8.
The Colour of Light: Additive colour theory.
Colour theory.
DIP 9 65 Original 210 Eye Zoomed.
Number Systems Base 2, 10, 16.
Representing Images 2.6 – Data Representation.
What do these words mean to you?
Colour Theories.
Hexadecimal Binary Made Easier.
Nuts and Bolts of Digital Imaging
HTML Colour Codes (Hexadecimal)
Basic Concepts of Digital Imaging
Non-numeric Data Representation
4.01 HTML, CSS and Color.
METEOSAT SECOND GENERATION (MSG) INTRODUCTION TO RGB COLOURS
Introduction to The Edge
Presentation transcript:

Digital Colour Theory

What is colour theory? It is the theory behind colour mixing and colour combination.

CMYK Colour Model For printers Subtractive colour model Composite Black Process Black

RGB Colour Model For screens Additive colour model

RGB in Digital Imaging The colour of each pixel in a digital image is made up of RGB

Example of a True Colour Image Bit-depth = 24-bits – 8-bits > Red – 8-bits > Green – 8-bits > Blue

Example of a True Colour Image 8 bits = 256 colours – 256 Red intensities – 256 Green intensities – 256 Blue intensities

Example of a True Colour Image 256 x 256 x 256 = 16.7 million colours

How do we numerically represent RGB colours?

What is hexadecimal? Decimal: Base-10 – Binary: Base-2 – 01 Hexadecimal: Base-16 – ABCDEF

#FF0000

Why we use hexadecimal? It is more user friendly when compared to binary. Example of the colour Red FF 00 00

What is HSB?

What is a Colour Gamut?

What is Gamut Conversion?