⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css_colorsfull.asp@output=print

📁 W3Schools tutorial..web designing
💻 ASP@OUTPUT=PRINT
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>CSS Color Values</title>
 
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />

<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />

<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</head>
<body>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>


<h1>CSS Color Values</h1>

<a href="css_colors.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="css_colornames.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>

<hr />

<p class="intro">Colors are displayed combining&nbsp; RED, GREEN, and BLUE light sources.</p>

<hr />

<h2>Color Values</h2>

<p>CSS colors are defined using a 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).
</p>

<hr />
<h2>16384 Different Colors</h2>
<p>Most modern monitors are capable of displaying at least 16384 different
colors.</p>
<p>If you look at the color table below, you will see the result of varying
the red light from 0 to 255, while keeping the green and blue light at zero.</p>
<p>To see a full list of 16384 different colors based on red light varying from 0 to
255, click on one of the hexadecimal or rgb values below.</p>
<table class="ex" cellspacing="0" border="1" width="100%">

<tr>
<td width="50%" bgcolor="#000000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=0">#000000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=0">rgb(0,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#080000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=8">#080000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=8">rgb(8,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#100000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=16">#100000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=16">rgb(16,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#180000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=24">#180000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=24">rgb(24,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#200000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=32">#200000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=32">rgb(32,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#280000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=40">#280000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=40">rgb(40,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#300000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=48">#300000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=48">rgb(48,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#380000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=56">#380000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=56">rgb(56,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#400000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=64">#400000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=64">rgb(64,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#480000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=72">#480000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=72">rgb(72,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#500000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=80">#500000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=80">rgb(80,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#580000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=88">#580000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=88">rgb(88,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#600000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=96">#600000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=96">rgb(96,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#680000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=104">#680000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=104">rgb(104,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#700000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=112">#700000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=112">rgb(112,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#780000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=120">#780000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=120">rgb(120,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#800000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=128">#800000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=128">rgb(128,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#880000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=136">#880000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=136">rgb(136,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#900000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=144">#900000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=144">rgb(144,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#980000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=152">#980000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=152">rgb(152,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#A00000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=160">#A00000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=160">rgb(160,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#A80000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=168">#A80000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=168">rgb(168,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#B00000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=176">#B00000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=176">rgb(176,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#B80000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=184">#B80000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=184">rgb(184,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#C00000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=192">#C00000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=192">rgb(192,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#C80000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=200">#C80000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=200">rgb(200,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#D00000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=208">#D00000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=208">rgb(208,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#D80000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=216">#D80000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=216">rgb(216,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#E00000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=224">#E00000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=224">rgb(224,0,0)</a>&nbsp;</td>
</tr>

<tr>
<td width="50%" bgcolor="#E80000">&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=232">#E80000</a>&nbsp;</td>
<td width="25%"><a href="../html/html_colorsmore.asp@color=232">rgb(232,0,0)</a>&nbsp;</td>
</tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -