By Brian MacMillan version all rights reserved.

Slides:



Advertisements
Similar presentations
4.01 HTML, CSS and Color. Introduction This presentation includes the following topics: Additive color theory Color Names RGB Colors Hex Colors.
Advertisements

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.
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-
Colors and the Web September 16 Unit 5. Primary Colors In grade school taught that red, yellow and blue are primary –Works okay for mixing paint Colors.
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,
© Maths Support Service 2007 Binary and Hexadecimal Numbers Next Slide AE98FD AE98FD.
Digital Images The digital representation of visual information.
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.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
Color Management. How does the color work?  Spectrum Spectrum is a contiguous band of wavelengths, which is emitted, reflected or transmitted by different.
Creating Web Documents: Images, files, etc. Web graphics Paint Shop Pro for conversions File management, Ws-ftp demonstration (Return to HTML next week)
HTML Colors Color is one of the most important ideas of the Principles of Design. It is used to separate and emphasis elements in a design. Insert a picture.
CS 101 – Sept. 16 Finish color representation –RGB √ –CMY –HSB –Indexed color Chapter 4 – how computers think –Begin with basic building blocks.
Lesson 13 – Color and Typography. 2 Objectives Discuss basic color theory. Understand the color wheel. Understand how color is presented on a computer.
WEEK 3 Lecture 2 CSS TEXT AND FONT PROPERTY Copyright © Corporate Health and Consultancy Services Limited Web Developmen t 15.WD.1 Mildred Fakoya.
Department of Information Technology Chapter 8 - Creating Hypertext links Lecturer: Ms Melinda Chung.
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
Most of the attributes of the body element specify colors for the Web page. Note: The background attribute won’t be useful till we learn about graphics.
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.
Applying Color in CSS Web Design – Sec 4-5 Part or all of this lesson was adapted from the University of Washington’s “ Web Design & Development I ” Course.
# Red Green Blue Digital Color RGB to HEX.
Color Theory KIMBERLY CATES-MERAZ. Choosing the Right Color the most effective color choices go beyond just personal preference colors have an extraordinary.
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.
Digital Image Processing In The Name Of God Digital Image Processing Lecture6: Color Image Processing M. Ghelich Oghli By: M. Ghelich Oghli
XHTML Formatting font with a style declaration. Formatting Font HTML uses the font tag to change size and family of font But… the font tag is being deprecated.
Color Web Design Professor Frank. Color Displays Based on cathode ray tubes (CRTs) or back- lighted flat-screen Monitors transmit light - displays use.
12/20/20151 Color Fall, 2010 Modified by Linda Kenney 10/26/10.
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.
* Color Theory The art and science of color interaction and effects.
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.
Color and Color for the Web First, discuss idea of color (some overlap with lecture on HVS) First, discuss idea of color (some overlap with lecture on.
HSB to RGB to HEX.
PART TWO Electronic Color & RGB values 1. Electronic Color Computer Monitors: Use light in 3 colors to create images on the screen Monitors use RED, GREEN,
Lesson 13 – Color and Typography. 2 Objectives Understand basic color theory. Understand the color wheel. Understand how color is presented on a computer.
Unit 2.6 Data Representation Lesson 3 ‒ Images
AP CSP: Pixelation – B&W/Color Images
Web Colors.
4.01 HTML, CSS and Color.
Color.
Web Development & Design Foundations with HTML5 8th Edition
Design Concepts: Module A: The Science of Color
Color Theory.
The Elements of Design: Color
Web Development & Design Foundations with HTML5
UNIT 2 – LESSON 4 Encoding Color Images.
4.01 HTML, CSS and Color.
Web Development & Design Foundations with HTML5
COMS 161 Introduction to Computing
Given current computer technology, color is seldom NOT an option
FOREGROUND COLOR h1 { color: DarkCyan;} h2 { color: #ee4e80;} p { color: rgb(100, 100, 90);} The three traditional ways to specify colors: Color name.
Understand typography, multiuse design principles and elements
Web Colors.
The Elements of Design: Color
Light Light has wave-like properties
Instructions for creating a template in MS Frontpage
Advanced AV Production
Programming for webpages
Computer Graphics Module Overview
HTML Colour Codes (Hexadecimal)
Tutorial 3 Working with Cascading Style Sheets
Web Colors.
4.01 HTML, CSS and Color.
METEOSAT SECOND GENERATION (MSG) INTRODUCTION TO RGB COLOURS
Presentation transcript:

By Brian MacMillan version 2017-02-28 all rights reserved. Color By Brian MacMillan version 2017-02-28 all rights reserved.

Color tells a story In the 2002 movie Hero color is used thematically: https://www.youtube.com/watch?v=p9keMBIyPnA https://www.youtube.com/watch?v=Ym2NhEHt0t0 In the 2002 movie Hero color is used thematically:

Different Color Formats The basic color model for computers is the RGB model, which is based on the technology used to generate color on computer monitors, specifically combinations of red, green and blue pixels set at different intensities The basic color model for printing is the CMYK (cyan/magenta/yellow/black) model. The RGB system is considered an additive system, because it starts at black (0) and adds colors. Black represents an absence of color, while white represents the maximium intensity of all colors. In contrast, in a chemical color based system, like paints, white represents an absence of color.

Assigning Colors in HTML Colors are assigned to elements in HTML / CSS in one of four ways, as a hexadecimal number, an RGB value, an HSI value and / or a color name.

Hexadecimal colors Hexadecimal colors are notated as three hexadecimal numbers preceded by a # The three numbers represent hex numbers between 0 and 255 (#RRGGBB) with #00 being zero and #FF being 255. Example: header{background-color: #FFFFFF; color:#000000} Please refer to the following page for an excellent explanation of hexadecimal color: http://www.codeconquest.com/hex-color-codes/

Question How many colors can be represented in the #RGB system? Please refer to this site for guidance:https://www.mathsisfun.com/hexadecimal-decimal-colors.html

Answer 256 * 256 * 256 = 16,777,216

Decimal RGB In HTML colors can also be represented in a decimal fashion, once again using an RGB color palette and a range of values between 0 and 255. Example: header{background-color: RGB(0,0,0); color:RGB(255,255,255);}

HSL (Hue, saturation and lightness) HSL is “cylindrical-coordinate models for representing RGB colors.

HSL Definitions Hue: the actual color Brightness: the amount of white (or black) Saturation: the amount of grey (0% = grey, 100% = white)

Tech Museum Explanation of HSL We might use hue to tell the difference between ripe bananas and ones that  aren’t so ripe. Or, we might use saturation to help us tell the difference between your glass of chocolate milk and the chocolate milk for  your friend. Brightness can help us tell the difference between bread and toast, especially burnt toast. (quoted at https://www.labnol.org/home/hue-saturation-luminosity/20104/)

Why USE HSL? Colors with a similar saturation level and different hue harmonize. Discovering such colors is simple when using and HSL interface, and difficult using a straight RGB interface. The video at the following URL explains this concept very clearly. https://www.labnol.org/home/hue-saturation-luminosity/20104/

HSL and RGB colors can be mapped on to each other Source: https://www.w3schools.com/colors/colors_rgb.asp

Choosing a color http://www.hgtv.com/design/decorating/color/how-to-choose-a-color-scheme-pictures The following slideshow, designed for interior decorators, contains many useful insights for web developers.

Color scheme tools Creating a color palette based on a picture http://www.pictaculous.com/ Creating a color palette: https://color.adobe.com/create/color-wheel Creating a color palette: http://paletton.com/#uid=1000u0kllllaFw0g0qFqFg0w0aF Choosing a color palette for a list of choices: www.color-hex.com/color-palettes/  There are dozens of tools that assist developers in creating color palettes. Here are three very useful ones:

Exercise: Create a color palette for your site

Outtake: Color combinations … Colors always need to be considered in context. Why do the strawberries in the picture below look red even though they are grey?