• Home
  • About us
  • Works
    • Store Designs
    • Fair Stand Designs
    • Congress Solutions
    • Stage Designs
    • Furniture Design
    • Lighting Design
  • References
  • Contact us
Click for contact us

ORDER SHOWROOM DESIGN! Take advantage of 50% discount on the second showroom design

Contact Us

08/Jan/2025

Colors and Codes html

  • Web Form
  • Comment: 0

Please go to the link for use page.
   COLORS AND CODES

INFO
If you want to get HTML Color codes with every single detail you should check out this link. This is so usefull for helping with web design type works. There are showing  Color names, color codes , Color search engines, Similar color codes and names, also search stories
ALSO
#f0f8ff#ffffff#f4f4f4#000000#7eddfc#c9c9c9#3ff260#9496d6
#9fb7cc#aaaa77#fad6b9#a7bf4e#d09cd6#d6923e#facf78#faf878

HTML color shades

Colors consist of a red, green, and blue element. But what happens when a color contains just a red element? or just a green or blue element? What about if a color consists of equal amounts of red, green, and blue?
This tutorial focuses on:
  • Red shades
  • Green shades
  • Blue shades
  • Equal amount of shades
  • Gradients

Red shades

You can create a bunch of red shades by setting the red part of a color to anything above zero, and the green and blue parts to 0.
Red shades
ShadeHex valueRGB value
 #000000rgb(0,0,0)
 #080000rgb(8,0,0)
 #100000rgb(16,0,0)
 #180000rgb(24,0,0)
 #200000rgb(32,0,0)
 #280000rgb(40,0,0)
 #300000rgb(48,0,0)
 #380000rgb(56,0,0)
 #400000rgb(64,0,0)
 #480000rgb(72,0,0)
 #500000rgb(80,0,0)
 #580000rgb(88,0,0)
 #600000rgb(96,0,0)
 #680000rgb(104,0,0)
 #700000rgb(112,0,0)
 #780000rgb(120,0,0)
 #800000rgb(128,0,0)
 #880000rgb(136,0,0)
 #900000rgb(144,0,0)
 #980000rgb(152,0,0)
 #A00000rgb(160,0,0)
 #A80000rgb(168,0,0)
 #B00000rgb(176,0,0)
 #B80000rgb(184,0,0)
 #C00000rgb(192,0,0)
 #C80000rgb(200,0,0)
 #D00000rgb(208,0,0)
 #D80000rgb(216,0,0)
 #E00000rgb(224,0,0)
 #E80000rgb(232,0,0)
 #F00000rgb(240,0,0)
 #F80000rgb(248,0,0)
 #FF0000rgb(255,0,0)
By keeping the blue and green parts of a color at 0, there are 256 red color possibilites. However, this is not the complete set of red shades you can produce. You can set the blue or green parts of a color to a number greater than 0 and still have shades of red, though it will not be a true red, but will be altered by blue and green.
<table border="1" cellpadding="5" width="90%"> <tr> <td bgcolor="#d62735">Red shades</td> <td bgcolor="#d30e0e">altered by</td> </tr> <tr> <td bgcolor="#870909">blue and green</td> <td bgcolor="#f73131">mixture</td> </tr> </table>
Output:
Red shadesaltered by
blue and greenmixture

Green shades

You can create a bunch of green shades by setting the green part of a color to anything above zero, and the red and blue parts to 0.
Green shades
ShadeHex valueRGB value
 #000000rgb(0,0,0)
 #000800rgb(0,8,0)
 #001000rgb(0,16,0)
 #001800rgb(0,24,0)
 #002000rgb(0,32,0)
 #002800rgb(0,40,0)
 #003000rgb(0,48,0)
 #003800rgb(0,56,0)
 #004000rgb(0,64,0)
 #004800rgb(0,72,0)
 #005000rgb(0,80,0)
 #005800rgb(0,88,0)
 #006000rgb(0,96,0)
 #006800rgb(0,104,0)
 #007000rgb(0,112,0)
 #007800rgb(0,120,0)
 #008000rgb(0,128,0)
 #008800rgb(0,136,0)
 #009000rgb(0,144,0)
 #009800rgb(0,152,0)
 #00A000rgb(0,160,0)
 #00A800rgb(0,168,0)
 #00B000rgb(0,176,0)
 #00B800rgb(0,184,0)
 #00C000rgb(0,192,0)
 #00C800rgb(0,200,0)
 #00D000rgb(0,208,0)
 #00D800rgb(0,216,0)
 #00E000rgb(0,240)
 #00E800rgb(0,232,0)
 #00F000rgb(0,240,0)
 #00F800rgb(0,248,0)
 #00FF00rgb(0,255,0)
By keeping the blue and red parts of a color at 0, there are 256 green color possibilites. However, this is not the complete set of green shades you can produce. You can set the blue or red parts of a color to a number greater than 0 and still have shades of green, though it will not be a true green, but will be altered by blue and red.
<table border="1" cellpadding="5" width="90%"> <tr> <td bgcolor="#d62735">Greenshades</td> <td bgcolor="#d30e0e">altered by</td> </tr> <tr> <td bgcolor="#870909">blue and red</td> <td bgcolor="#f73131">mixture</td> </tr> </table>
Output:
Green shadesaltered by
blue and redmixture

Blue shades

You can create a bunch of blue shades by setting the blue part of a color to anything above zero, and the red and green parts to 0.
Blue shades
ShadeHex valueRGB value
 #000000rgb(0,0,0)
 #000008rgb(0,0,8)
 #000010rgb(0,0,16)
 #000018rgb(0,0,24)
 #000020rgb(0,0,32)
 #000028rgb(0,0,40)
 #000030rgb(0,0,48)
 #000038rgb(0,0,56)
 #000040rgb(0,0,64)
 #000048rgb(0,0,72)
 #000050rgb(0,0,80)
 #000058rgb(0,0,88)
 #000060rgb(0,0,96)
 #000068rgb(0,0,104)
 #000070rgb(0,0,112)
 #000078rgb(0,0,120)
 #000080rgb(0,0,128)
 #000088rgb(0,0,136)
 #000090rgb(0,0,144)
 #000098rgb(0,0,152)
 #0000A0rgb(0,0,160)
 #0000A8rgb(0,0,168)
 #0000B0rgb(0,0,176)
 #0000B8rgb(0,0,184)
 #0000C0rgb(0,0,192)
 #0000C8rgb(0,0,200)
 #0000D0rgb(0,0,208)
 #0000D8rgb(0,0,216)
 #0000E0rgb(0,0,240)
 #0000E8rgb(0,0,232)
 #0000F0rgb(0,0,240)
 #0000F8rgb(0,0,248)
 #0000FFrgb(0,0,255)
By keeping the red and green parts of a color at 0, there are 256 blue color possibilites. However, this is not the complete set of blue shades you can produce. You can set the red or green parts of a color to a number greater than 0 and still have shades of blue, though it will not be a true blue, but will be altered by red and green.
<table border="1" cellpadding="5" width="90%"> <tr> <td bgcolor="#334980">Blue shades</td> <td bgcolor="#5274cc">altered by</td> </tr> <tr> <td bgcolor="#a3afcc">red and green</td> <td bgcolor="#494f6e">mixture</td> </tr> </table>
Output:
Blue shadesaltered by
red and greenmixture

Equal amount of shades

What happens when you apply an equal amount of red, green, and blue? You get gray!
Gray shades
ShadeHex valueRGB value
 RGB(0,0,0) #000000 
 RGB(8,8,8) #080808 
 RGB(16,16,16) #101010 
 RGB(24,24,24) #181818 
 RGB(32,32,32) #202020 
 RGB(40,40,40) #282828 
 RGB(48,48,48) #303030 
 RGB(56,56,56) #383838 
 RGB(64,64,64) #404040 
 RGB(72,72,72) #484848 
 RGB(80,80,80) #505050 
 RGB(88,88,88) #585858 
 RGB(96,96,96) #606060 
 RGB(104,104,104) #686868 
 RGB(112,112,112) #707070 
 RGB(120,120,120) #787878 
 RGB(128,128,128) #808080 
 RGB(136,136,136) #888888 
 RGB(144,144,144) #909090 
 RGB(152,152,152) #989898 
 RGB(160,160,160) #A0A0A0 
 RGB(168,168,168) #A8A8A8 
 RGB(176,176,176) #B0B0B0 
 RGB(184,184,184) #B8B8B8 
 RGB(192,192,192) #C0C0C0 
 RGB(200,200,200) #C8C8C8 
 RGB(208,208,208) #D0D0D0 
 RGB(216,216,216) #D8D8D8 
 RGB(224,224,224) #E0E0E0 
 RGB(232,232,232) #E8E8E8 
 RGB(240,240,240) #F0F0F0 
 RGB(248,248,248) #F8F8F8 
 RGB(255,255,255) #FFFFFF 
By applying an equal amount of red, green, and blue to a color, there are 256 gray color possibilites. However, this is not the complete set of gray shades you can produce. You can set the red, green, and blue parts of a color to different values and still have shades of gray.
<table border="1" cellpadding="5" width="90%"> <tr> <td bgcolor="#babba8">Gray shades</td> <td bgcolor="#786b63">where the</td> </tr> <tr> <td bgcolor="#a09a8b">red, green, and blue</td> <td bgcolor="#8b8c85">parts are are a different value</td> </tr> </table>
Output:
Gray shadeswhere the
red, green, and blueparts are a different value

Gradients

When it comes to color, sometimes you have more than one color to choose from and you don't know which one to choose. In such a scenario, sometimes you can choose more than one.
Have you ever seen one of those fading backgrounds some webpages have? You know, the one where it starts out as one color and changes through several different colors? Here is an example of this.
This type of fading color background is called a gradient and can add that extra dazzle to a webpage to make it more attractive. You can make your own gradients using Adobe Photoshop and many other image editing programs or online at the online gradient maker.

 Here we share some Common HTML Font Samples with color usage.



Verdana, Arial, Helvetica - size=4
Sample
font face="Verdana,Arial,Helvetica size="4" color="black"
Arial - size=4
Sample
font face="Arial" size="4" color="green"
Impact - size=9
Sample
font face="Impact" size="9" color="red"
Courier - size=4
Sample
font face="Courier" size="4" color="blue"
Courier New - size=4
Sample
font face="Courier New" size="4" color="blue"
Book Antigua - size=6
Sample
font face="Book Antigua" size="6"
Bookman Old Style - size=3
Sample
font face="Bookman Old Style" font size="3" color="orange"
Century Gothic - size=6
Sample
font face="Century Gothic" size="6" color="purple"
Times New Roman - size=4
Sample
font face="Times New Roman" font size="4" color="black"
Times New Roman italicized - size=4
Sample
font face="Times New Roman" font size="4" color="black"
Times New Roman italicized & bold - size=4
Sample
font face="Times New Roman" size="4" color="black"
Modern - size=5
Sample
font face="Modern" size="5" color="black"
Modern,Arial - size=5
Sample
font face="Modern,Arial" size="5" color="blue"


Share Share Делиться Share

Similar articles for may you interest

Web Form
Here’s a complete n reliable guide to creating a...
Web Form / Other topics
Xp to windows7 upgrade...
Web Form
Things No One Told You About Search Engine...
Web Form
Is there a color code for transparent in HTML?...
Web Form
Does site migration affect SEO...
Web Form
URL encoding and decoding...

Comment: 0

This post has no comments.
Write a comment
Name:*
E-Mail:


reload, if the code cannot be seen

Famous Quotes

"Your time is limited, so don't waste it living someone else's life. Don't be trapped by dogma – which is living with the results of other people's thinking." -Steve Jobs


Categories

  • Store Design
  • Fair Stand
  • Architectur
  • Stage
  • Furniture & Lighting
  • Congress Solution

Some of Works

Mobile Truck for Bosch / Concept Design
06/Jan/2025-Views:1 572
The home design out and in
07/Jan/2025-Views:1 015
Bebeto Product Display Stand
07/Jan/2025-Views:1 148

Papular posts

Ключи для НОД 32 бесплатно на 2024-2025
27/Apr/2025-Views:19 855
TeamViewer ID changer
27/Apr/2025-Views:11 316
Stress and too many question in your
27/Apr/2025-Views:7 375
Is there a color code for transparent
27/Apr/2025-Views:5 604
Mağaza Tasarımı
27/Apr/2025-Views:4 612
Koalalar hakkında ilginç gerçekler
27/Apr/2025-Views:4 432
ARÇELİK Mağaza Tasarımı
27/Apr/2025-Views:4 350
Arçelik Mağaza Tasarımı
27/Apr/2025-Views:3 738
Shangri la mall Sri lanka Showroom
27/Apr/2025-Views:3 483
PHOTOSHOP BRUSH EKLEME
27/Apr/2025-Views:3 451
Bakudan turkiyeye ucuz getmek
27/Apr/2025-Views:3 321
Exhibition Fair Stand Design
27/Apr/2025-Views:3 302

NORTHKOALA

Your Design partner for innovative and impactful solutions.

  • Home
  • About
  • Contact
  • Referances

Copyright © Northkoala. All rights reserved.