SlideShare una empresa de Scribd logo
1 de 43
Colour Theory and Application




B.Sc. (Hons) Multimedia Computing   Media Technologies
Agenda

         Describing Colour
         Colour Models and Synthesis
         Colour Palettes
         Colours for the Web




B.Sc. (Hons) Multimedia Computing       Media Technologies
Describing Colour

         Words we might use when naming and
          describing colours:
         ‘shade, hue, warm, tone, bright, dim, pale,
          intense, vivid, rich, saturated, cold, strong,
          wishy-washy, glowing, colour, flat, weak,
          muddy, soft, vibrant, luminance, bold, tint’
         Very subjective - influenced by perception and
          characteristics of illuminating light source.


B.Sc. (Hons) Multimedia Computing                          Media Technologies
Why is colour important?
The Visible Spectrum
Colour Temperature (deg. C)
The Colour Wheel
Goethe’s colour wheel
Using the Colour Wheel
   Colour Wheel video
   http://www.youtube.com/watch?v=59QGexKdFUI
What about text?
   A useful interactive tool:
   http://www.hgrebdes.com/colour/spectrum
   So, text is different!
   You need contrast – but not too much.
Colour Models:RGB

         Display devices generally use a color model
          called RGB.
         It stands for Red-Green-Blue
         Based on the additive synthesis model
         RGB colour value specified in three bytes




B.Sc. (Hons) Multimedia Computing                       Media Technologies
Colour Models: RGB

         Each RGB value is given a number from 0 –
          255 starting from Black: R = 0 , B = 0, G = 0 to
          White: R = 255 B = 255 B = 255
         Thus 256 colours can be represented by one
          byte = 2 8
         Total possible colours from RGB code is 255 x
          255 x 255 = 16 581 375 colours = True colour,
          but will require 3 bytes per pixel ( 24 bit
          colour ).


B.Sc. (Hons) Multimedia Computing                            Media Technologies
How’s your Hexadecimal?
   Base 10 digits= 0 -> 9
   Base 2 digits = 0 -> 1
   Base 16 digits = 0 -> F
   Why?
   So each byte goes from 00 -> FF
   So FF FF FF (R,G,B) = ?
   And 00 00 00 =?
   80 80 80 = ?
   FF 80 80 = ?
Colour Models: Hue,
Saturation, Value (HSV)
The HSV model is based on the following concepts
   Hue - this is what most people would refer to as the
    colour or shade. Red, yellow, green and blue are
    hues.
   Saturation - this is a value that represents where the
    colour is on a scale from achromatic white to the pure
    hue.
   Value - is the attribute, sometimes referred to as
    brightness, which determines how intense the colour
    is on a a scale from black to the pure hue.
HSV 3D Representation
HSV 2D Representation
The Colour Picker (Maya)




  B.Sc. (Hons) Multimedia Computing   Media Technologies
Colour Models: Synthesis

         Additive Synthesis - Start with no light. Add red
          green and blue light to make white and
          complementary colours
         Subtractive Synthesis start with white light.
          Subtract red green and blue light to achieve
          complementary colours and black



B.Sc. (Hons) Multimedia Computing                         Media Technologies
Additive Synthesis




B.Sc. (Hons) Multimedia Computing   Media Technologies
RGB Additive
             Additive color: Combine light sources,
              starting with darkness (black).
             The additive primary colors are red (R), green
              (G), and blue (B).
             Adding R and G light makes yellow (Y).
              Similarly, G + B = cyan (C) and R + B =
              magenta (M).
             Combining all three additive primaries makes
              white.

B.Sc. (Hons) Multimedia Computing                        Media Technologies
Additive Synthesis




  B.Sc. (Hons) Multimedia Computing   Media Technologies
Subtractive Synthesis




B.Sc. (Hons) Multimedia Computing   Media Technologies
CMYK Subtractive
            Subtractive color: Illuminate objects that
             contain dyes or pigments that remove
             portions of the visible spectrum.
            The objects may either transmit light
             (transparencies) or reflect light (paper, for
             example).
            The subtractive primaries are C, M and Y.
            Cyan absorbs red; hence C is sometimes called
             "minus red" (-R). Similarly, M is -G and Y is -B.

B.Sc. (Hons) Multimedia Computing                           Media Technologies
Subtractive Synthesis




B.Sc. (Hons) Multimedia Computing   Media Technologies
Colour Models:CMYK
         Cyan-Magenta-Yellow-Key, and pronounced as
          separate letters. CMYK
         Based on the subtractive synthesis model
         CMYK is a colour model in which all colours are
          described as a mixture of these four process colours.
         CMYK is the standard colour model used in offset
          printing for full-colour documents. Because such printing
          uses inks of these four basic colours, it is often called
          four-colour printing.
         Key is (usually) black – although, in theory, black can be
          produced with C+M+Y, it looks muddy and most colour
          printers have a separate black ink cartridge.


B.Sc. (Hons) Multimedia Computing                                  Media Technologies
Colour Models: RGB & CMYK




B.Sc. (Hons) Multimedia Computing   Media Technologies
Matching RBG to CMYK
   One of the most difficult aspects of desktop
    publishing in colour is colour matching
   Properly converting the RGB colours into CMYK
    colours so that what gets printed looks the same as
    what appears on the monitor.
   RGB Most important for multimedia as it corresponds
      to the way colour is produced on a computer
    monitor
RBG to CMYK (Photoshop)
Palettes (Indexed Colour)
           Computer monitors may be able to display 24 bit colour but
            video driver hardware may be limited to less than 24 bit.
           Thus we use a subset of 24 bit in an 8 bit palette – a selection
            of colours appropriate to the image colours
           Palettes provide a finite sub-set of colours required for a given
            image
           If the colour requirements change then some colours in the
            palette will need to be substituted for others to enable the new
            colours to be represented
           Approximation to original colour in scene




B.Sc. (Hons) Multimedia Computing                                          Media Technologies
B.Sc. (Hons) Multimedia Computing   Media Technologies
B.Sc. (Hons) Multimedia Computing   Media Technologies
B.Sc. (Hons) Multimedia Computing   Media Technologies
B.Sc. (Hons) Multimedia Computing   Media Technologies
Web Colours
             Websafe colours were specified from the days
              when most of the web audience could only
              access 256 colours.
             To display intermediate shades, ‘dithering’ was
              necessary.
             Most contemporary display hardware is now
              able to provide 24 bit colour
             Still need to be aware of potential deployment
              issues for now (e.g. mobile phones)


B.Sc. (Hons) Multimedia Computing                         Media Technologies
B.Sc. (Hons) Multimedia Computing   Media Technologies
Munsell System
   Albert Henry Munsell
   This system is based on the principle of "perceived
    equidistance”
   Munsell attempts to account for each colour attribute
    in ordered visual steps. He introduced 100 steps for
    colour "hue", starting with five main colours and five
    additional colours, and adopts an ordering system
    with 10 units of colour "value" and an open scale
    called "chroma" (similar to saturation)
   Used in paint industry and photographic applications
Munsell System
RGB -> Pantone conversion
   http://www.netfront.fr/Services/rgb2pa
    ntone/pantone.htm?
    r=255&g=100&b=100&rgb=
References
                          The Colour Group ( founded in 1940 ) 19-11-04
                          http://www.city.ac.uk/colourgroup/
                          (City University)

                          Colour Wheel
                          http://www.ficml.org/jemimap/style/color/wheel.htm

                          Visbone Colour Resources 19-11-04
                          http://html-color-codes.com/l

                          Weinman L. Web Pallets 19-11-04
                          http://www.lynda.com/

                          Koren N. Light and Colour
                          http://www.normankoren.com/light_color.html 21-11-04

                          Roberts M HSV Colour Model. 21-1104
                          http://www.cs.bham.ac.uk/~mer/colour/hsv.html

                          Munsell System
                          http://www.colorsystem.com/projekte/engl/31mune.htm



B.Sc. (Hons) Multimedia Computing                                                Media Technologies

Más contenido relacionado

La actualidad más candente

La actualidad más candente (19)

Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processing
 
Bt0077
Bt0077Bt0077
Bt0077
 
Powerpoint
PowerpointPowerpoint
Powerpoint
 
Rgb colour model
Rgb colour modelRgb colour model
Rgb colour model
 
Technical File
Technical FileTechnical File
Technical File
 
Computer graphices presentation
Computer graphices presentationComputer graphices presentation
Computer graphices presentation
 
Color and color models
Color and color modelsColor and color models
Color and color models
 
RGB Color Model and Monitor Resolution
RGB Color Model and Monitor ResolutionRGB Color Model and Monitor Resolution
RGB Color Model and Monitor Resolution
 
Gamma and Colour Space
Gamma and Colour SpaceGamma and Colour Space
Gamma and Colour Space
 
Color Models
Color ModelsColor Models
Color Models
 
Computer graphics & image processing lecture notes
Computer graphics & image processing lecture notesComputer graphics & image processing lecture notes
Computer graphics & image processing lecture notes
 
Color models in Digitel image processing
Color models in Digitel image processingColor models in Digitel image processing
Color models in Digitel image processing
 
"Color model" Slide for Computer Graphics Presentation
"Color model" Slide for Computer Graphics Presentation"Color model" Slide for Computer Graphics Presentation
"Color model" Slide for Computer Graphics Presentation
 
Color
ColorColor
Color
 
Chapter 6 color image processing
Chapter 6 color image processingChapter 6 color image processing
Chapter 6 color image processing
 
Color model
Color modelColor model
Color model
 
Color models
Color modelsColor models
Color models
 
Computer graphics color models
Computer graphics    color modelsComputer graphics    color models
Computer graphics color models
 
HSL & HSV colour models
HSL & HSV colour modelsHSL & HSV colour models
HSL & HSV colour models
 

Destacado

Design and implementation of color tracking method on Chess Robot Using Camera
Design and implementation of color tracking method on Chess Robot Using CameraDesign and implementation of color tracking method on Chess Robot Using Camera
Design and implementation of color tracking method on Chess Robot Using CameraDaniel Adrian
 
Tracking of objects with known color signature - ELITECH 20
Tracking of objects with known color signature - ELITECH 20Tracking of objects with known color signature - ELITECH 20
Tracking of objects with known color signature - ELITECH 20Lukas Tencer
 
Year 7 secondary colour theory
Year 7 secondary colour theoryYear 7 secondary colour theory
Year 7 secondary colour theoryPaul Thompson
 
Glas Trösch - Challenges of using glass in the Alpine regions
Glas Trösch - Challenges of using glass in the Alpine regionsGlas Trösch - Challenges of using glass in the Alpine regions
Glas Trösch - Challenges of using glass in the Alpine regionsBenjamin Schulz
 
Understanding Colors
Understanding ColorsUnderstanding Colors
Understanding Colorsindiangarg
 
Year ten colour theory information
Year ten colour theory informationYear ten colour theory information
Year ten colour theory informationmissfcmay
 
Mouse simulation using coloured tape
Mouse simulation using coloured tapeMouse simulation using coloured tape
Mouse simulation using coloured tapeNeena R Krishna
 
Images for learning
Images for learningImages for learning
Images for learningChris Clark
 
Colour Perception and its Aesthetic Translations - Part B
Colour Perception and its Aesthetic Translations - Part BColour Perception and its Aesthetic Translations - Part B
Colour Perception and its Aesthetic Translations - Part BRanjan Joshi
 

Destacado (20)

Colour theory
Colour theoryColour theory
Colour theory
 
Colour theory
Colour theoryColour theory
Colour theory
 
Colour Theory
Colour TheoryColour Theory
Colour Theory
 
Colour
ColourColour
Colour
 
Design and implementation of color tracking method on Chess Robot Using Camera
Design and implementation of color tracking method on Chess Robot Using CameraDesign and implementation of color tracking method on Chess Robot Using Camera
Design and implementation of color tracking method on Chess Robot Using Camera
 
Tracking of objects with known color signature - ELITECH 20
Tracking of objects with known color signature - ELITECH 20Tracking of objects with known color signature - ELITECH 20
Tracking of objects with known color signature - ELITECH 20
 
Year 7 secondary colour theory
Year 7 secondary colour theoryYear 7 secondary colour theory
Year 7 secondary colour theory
 
Colour theory
Colour theoryColour theory
Colour theory
 
About Color
About ColorAbout Color
About Color
 
Glas Trösch - Challenges of using glass in the Alpine regions
Glas Trösch - Challenges of using glass in the Alpine regionsGlas Trösch - Challenges of using glass in the Alpine regions
Glas Trösch - Challenges of using glass in the Alpine regions
 
Understanding Colors
Understanding ColorsUnderstanding Colors
Understanding Colors
 
Colour Theory Symbolism
Colour Theory SymbolismColour Theory Symbolism
Colour Theory Symbolism
 
Colour schemes
Colour schemesColour schemes
Colour schemes
 
Colour theory
Colour theoryColour theory
Colour theory
 
The colour theory
The colour theoryThe colour theory
The colour theory
 
Year ten colour theory information
Year ten colour theory informationYear ten colour theory information
Year ten colour theory information
 
Mouse simulation using coloured tape
Mouse simulation using coloured tapeMouse simulation using coloured tape
Mouse simulation using coloured tape
 
Images for learning
Images for learningImages for learning
Images for learning
 
Colour Perception and its Aesthetic Translations - Part B
Colour Perception and its Aesthetic Translations - Part BColour Perception and its Aesthetic Translations - Part B
Colour Perception and its Aesthetic Translations - Part B
 
Color matching cabinet
Color matching cabinetColor matching cabinet
Color matching cabinet
 

Similar a Colours

Color image processing ppt
Color image processing pptColor image processing ppt
Color image processing pptMvidhya9
 
VDIS10021 Working in Digital Design - Lecture 4 - Digital Colour Management
VDIS10021 Working in Digital Design - Lecture 4 - Digital Colour ManagementVDIS10021 Working in Digital Design - Lecture 4 - Digital Colour Management
VDIS10021 Working in Digital Design - Lecture 4 - Digital Colour ManagementVirtu Institute
 
Color Models Computer Graphics
Color Models Computer GraphicsColor Models Computer Graphics
Color Models Computer Graphicsdhruv141293
 
Color fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image ProcessingColor fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image ProcessingAmna
 
AAMUG Color Mgt Mar2010
AAMUG Color Mgt Mar2010AAMUG Color Mgt Mar2010
AAMUG Color Mgt Mar2010SciaticNerd
 
Differences between rgb and cmyk color schemes
Differences between rgb and cmyk color schemesDifferences between rgb and cmyk color schemes
Differences between rgb and cmyk color schemesDhanasekar181
 
WEB I - 08 - Digital Media
WEB I - 08 - Digital MediaWEB I - 08 - Digital Media
WEB I - 08 - Digital MediaRandy Connolly
 
Module 2: Understanding Design practices
Module 2: Understanding Design practicesModule 2: Understanding Design practices
Module 2: Understanding Design practicesSMKCreations
 

Similar a Colours (20)

Graphics
GraphicsGraphics
Graphics
 
dip.pptx
dip.pptxdip.pptx
dip.pptx
 
Ch6
Ch6Ch6
Ch6
 
Ch06
Ch06Ch06
Ch06
 
Color image processing ppt
Color image processing pptColor image processing ppt
Color image processing ppt
 
VDIS10021 Working in Digital Design - Lecture 4 - Digital Colour Management
VDIS10021 Working in Digital Design - Lecture 4 - Digital Colour ManagementVDIS10021 Working in Digital Design - Lecture 4 - Digital Colour Management
VDIS10021 Working in Digital Design - Lecture 4 - Digital Colour Management
 
Color Models Computer Graphics
Color Models Computer GraphicsColor Models Computer Graphics
Color Models Computer Graphics
 
COM2304: Color and Color Models
COM2304: Color and Color ModelsCOM2304: Color and Color Models
COM2304: Color and Color Models
 
ch1ip.ppt
ch1ip.pptch1ip.ppt
ch1ip.ppt
 
Color fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image ProcessingColor fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image Processing
 
AAMUG Color Mgt Mar2010
AAMUG Color Mgt Mar2010AAMUG Color Mgt Mar2010
AAMUG Color Mgt Mar2010
 
Rgb & cmy(k) color model
Rgb & cmy(k) color modelRgb & cmy(k) color model
Rgb & cmy(k) color model
 
Differences between rgb and cmyk color schemes
Differences between rgb and cmyk color schemesDifferences between rgb and cmyk color schemes
Differences between rgb and cmyk color schemes
 
Color models
Color modelsColor models
Color models
 
Color Systems and Spaces
Color Systems and SpacesColor Systems and Spaces
Color Systems and Spaces
 
Colormodels
ColormodelsColormodels
Colormodels
 
WEB I - 08 - Digital Media
WEB I - 08 - Digital MediaWEB I - 08 - Digital Media
WEB I - 08 - Digital Media
 
Module 2: Understanding Design practices
Module 2: Understanding Design practicesModule 2: Understanding Design practices
Module 2: Understanding Design practices
 
Rgb and cmy color model
Rgb and cmy color modelRgb and cmy color model
Rgb and cmy color model
 
Color
ColorColor
Color
 

Último

(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607dollysharma2066
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03DallasHaselhorst
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMVoces Mineras
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadIslamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadAyesha Khan
 
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncrdollysharma2066
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxMarkAnthonyAurellano
 

Último (20)

(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
Memorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQMMemorándum de Entendimiento (MoU) entre Codelco y SQM
Memorándum de Entendimiento (MoU) entre Codelco y SQM
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
Call Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North GoaCall Us ➥9319373153▻Call Girls In North Goa
Call Us ➥9319373153▻Call Girls In North Goa
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadIslamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
 
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
 

Colours

  • 1. Colour Theory and Application B.Sc. (Hons) Multimedia Computing Media Technologies
  • 2. Agenda  Describing Colour  Colour Models and Synthesis  Colour Palettes  Colours for the Web B.Sc. (Hons) Multimedia Computing Media Technologies
  • 3. Describing Colour  Words we might use when naming and describing colours:  ‘shade, hue, warm, tone, bright, dim, pale, intense, vivid, rich, saturated, cold, strong, wishy-washy, glowing, colour, flat, weak, muddy, soft, vibrant, luminance, bold, tint’  Very subjective - influenced by perception and characteristics of illuminating light source. B.Sc. (Hons) Multimedia Computing Media Technologies
  • 4. Why is colour important?
  • 9. Using the Colour Wheel  Colour Wheel video  http://www.youtube.com/watch?v=59QGexKdFUI
  • 10. What about text?  A useful interactive tool:  http://www.hgrebdes.com/colour/spectrum  So, text is different!  You need contrast – but not too much.
  • 11. Colour Models:RGB  Display devices generally use a color model called RGB.  It stands for Red-Green-Blue  Based on the additive synthesis model  RGB colour value specified in three bytes B.Sc. (Hons) Multimedia Computing Media Technologies
  • 12. Colour Models: RGB  Each RGB value is given a number from 0 – 255 starting from Black: R = 0 , B = 0, G = 0 to White: R = 255 B = 255 B = 255  Thus 256 colours can be represented by one byte = 2 8  Total possible colours from RGB code is 255 x 255 x 255 = 16 581 375 colours = True colour, but will require 3 bytes per pixel ( 24 bit colour ). B.Sc. (Hons) Multimedia Computing Media Technologies
  • 13. How’s your Hexadecimal?  Base 10 digits= 0 -> 9  Base 2 digits = 0 -> 1  Base 16 digits = 0 -> F  Why?  So each byte goes from 00 -> FF  So FF FF FF (R,G,B) = ?  And 00 00 00 =?  80 80 80 = ?  FF 80 80 = ?
  • 14. Colour Models: Hue, Saturation, Value (HSV) The HSV model is based on the following concepts  Hue - this is what most people would refer to as the colour or shade. Red, yellow, green and blue are hues.  Saturation - this is a value that represents where the colour is on a scale from achromatic white to the pure hue.  Value - is the attribute, sometimes referred to as brightness, which determines how intense the colour is on a a scale from black to the pure hue.
  • 17. The Colour Picker (Maya) B.Sc. (Hons) Multimedia Computing Media Technologies
  • 18. Colour Models: Synthesis  Additive Synthesis - Start with no light. Add red green and blue light to make white and complementary colours  Subtractive Synthesis start with white light. Subtract red green and blue light to achieve complementary colours and black B.Sc. (Hons) Multimedia Computing Media Technologies
  • 19. Additive Synthesis B.Sc. (Hons) Multimedia Computing Media Technologies
  • 20. RGB Additive  Additive color: Combine light sources, starting with darkness (black).  The additive primary colors are red (R), green (G), and blue (B).  Adding R and G light makes yellow (Y). Similarly, G + B = cyan (C) and R + B = magenta (M).  Combining all three additive primaries makes white. B.Sc. (Hons) Multimedia Computing Media Technologies
  • 21. Additive Synthesis B.Sc. (Hons) Multimedia Computing Media Technologies
  • 22. Subtractive Synthesis B.Sc. (Hons) Multimedia Computing Media Technologies
  • 23. CMYK Subtractive  Subtractive color: Illuminate objects that contain dyes or pigments that remove portions of the visible spectrum.  The objects may either transmit light (transparencies) or reflect light (paper, for example).  The subtractive primaries are C, M and Y.  Cyan absorbs red; hence C is sometimes called "minus red" (-R). Similarly, M is -G and Y is -B. B.Sc. (Hons) Multimedia Computing Media Technologies
  • 24. Subtractive Synthesis B.Sc. (Hons) Multimedia Computing Media Technologies
  • 25.
  • 26. Colour Models:CMYK  Cyan-Magenta-Yellow-Key, and pronounced as separate letters. CMYK  Based on the subtractive synthesis model  CMYK is a colour model in which all colours are described as a mixture of these four process colours.  CMYK is the standard colour model used in offset printing for full-colour documents. Because such printing uses inks of these four basic colours, it is often called four-colour printing.  Key is (usually) black – although, in theory, black can be produced with C+M+Y, it looks muddy and most colour printers have a separate black ink cartridge. B.Sc. (Hons) Multimedia Computing Media Technologies
  • 27. Colour Models: RGB & CMYK B.Sc. (Hons) Multimedia Computing Media Technologies
  • 28. Matching RBG to CMYK  One of the most difficult aspects of desktop publishing in colour is colour matching  Properly converting the RGB colours into CMYK colours so that what gets printed looks the same as what appears on the monitor.  RGB Most important for multimedia as it corresponds to the way colour is produced on a computer monitor
  • 29. RBG to CMYK (Photoshop)
  • 30. Palettes (Indexed Colour)  Computer monitors may be able to display 24 bit colour but video driver hardware may be limited to less than 24 bit.  Thus we use a subset of 24 bit in an 8 bit palette – a selection of colours appropriate to the image colours  Palettes provide a finite sub-set of colours required for a given image  If the colour requirements change then some colours in the palette will need to be substituted for others to enable the new colours to be represented  Approximation to original colour in scene B.Sc. (Hons) Multimedia Computing Media Technologies
  • 31. B.Sc. (Hons) Multimedia Computing Media Technologies
  • 32. B.Sc. (Hons) Multimedia Computing Media Technologies
  • 33.
  • 34. B.Sc. (Hons) Multimedia Computing Media Technologies
  • 35. B.Sc. (Hons) Multimedia Computing Media Technologies
  • 36.
  • 37.
  • 38. Web Colours  Websafe colours were specified from the days when most of the web audience could only access 256 colours.  To display intermediate shades, ‘dithering’ was necessary.  Most contemporary display hardware is now able to provide 24 bit colour  Still need to be aware of potential deployment issues for now (e.g. mobile phones) B.Sc. (Hons) Multimedia Computing Media Technologies
  • 39. B.Sc. (Hons) Multimedia Computing Media Technologies
  • 40. Munsell System  Albert Henry Munsell  This system is based on the principle of "perceived equidistance”  Munsell attempts to account for each colour attribute in ordered visual steps. He introduced 100 steps for colour "hue", starting with five main colours and five additional colours, and adopts an ordering system with 10 units of colour "value" and an open scale called "chroma" (similar to saturation)  Used in paint industry and photographic applications
  • 42. RGB -> Pantone conversion  http://www.netfront.fr/Services/rgb2pa ntone/pantone.htm? r=255&g=100&b=100&rgb=
  • 43. References The Colour Group ( founded in 1940 ) 19-11-04 http://www.city.ac.uk/colourgroup/ (City University) Colour Wheel http://www.ficml.org/jemimap/style/color/wheel.htm Visbone Colour Resources 19-11-04 http://html-color-codes.com/l Weinman L. Web Pallets 19-11-04 http://www.lynda.com/ Koren N. Light and Colour http://www.normankoren.com/light_color.html 21-11-04 Roberts M HSV Colour Model. 21-1104 http://www.cs.bham.ac.uk/~mer/colour/hsv.html Munsell System http://www.colorsystem.com/projekte/engl/31mune.htm B.Sc. (Hons) Multimedia Computing Media Technologies