In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
Editor to share with you what the HTML color codes are, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
The HTML color is a mixture of red, green and blue.
HTML Color
Color value
The HTML color is defined by a hexadecimal symbol consisting of red, green, and blue values (RGB).
The minimum value for each color is 0 (hexadecimal: # 00). The maximum is 255 (hexadecimal: # FF).
This table shows the specific effect of a mixture of three colors:
Color value
Color (Color) Color hexadecimal (ColorHEX) Color RGB (ColorRGB)
# 000000 rgb (0re0j0pl 0)
# FF0000 rgb (255j0pl 0)
# 00FF00 rgb (0pr 255pc0)
# 0000FF rgb (0Pol 0255)
# FFFF00 rgb (255pr. 255pc0)
# 00FFFF rgb (0255255)
# FF00FF rgb (255pm 0255)
# C0C0C0 rgb (192192192)
# FFFFFF rgb (255255255)
16 million different colors
HTML Color
The combinations of three colors red, green and blue range from 0 to 255. there are 16 million different colors (256x256x256).
In the following color table, you will see different results, from 0 to 255 red, and set the green and blue values to 0. Different values show different colors as the red values change.
RedLight ColorHEX ColorRGB
# 000000 rgb (0re0j0pl 0)
# 080000 rgb (8. 0. 0)
# 100000 rgb (16pd0pl 0)
# 180000 rgb (246.0pm 0)
# 200000 rgb (32pj0pl 0)
# 280000 rgb (4010)
# 300000 rgb (484.0pm 0)
# 380000 rgb (56pd0pl 0)
# 400000 rgb (64pd0pl 0)
# 480000 rgb (72j0p0pl 0)
# 500000 rgb (80th 0pm 0)
# 580000 rgb (8810)
# 600000 rgb (96pd0pl 0)
# 680000 rgb (104pd0pl 0)
# 700000 rgb (112. 0.)
# 780000 rgb (1201.0pm 0)
# 800000 rgb (128J. 0pm 0)
# 880000 rgb (136pd0pl 0)
# 900000 rgb (144p0pl 0)
# 980000 rgb (152j0pl 0)
# A00000 rgb (160pr 0pl 0)
# A80000 rgb (168penny 0penny 0)
# B00000 rgb (176j0pr 0)
# B80000 rgb (184pr 0penny 0)
# C00000 rgb (192pj0pl 0)
# C80000 rgb (200j0pm 0)
# D00000 rgb (208pj0pl 0)
# D80000 rgb (216pr 0pl 0)
# E00000 rgb (224pr 0pl 0)
# E80000 rgb (232pj0pl 0)
# F00000 rgb (240pr 0pl 0)
# F80000 rgb (248pr 0pl 0)
# FF0000 rgb (255j0pl 0)
HTML Color
Grey hue
The following shows the gradient from gray to black
GrayShades ColorHEX ColorRGB
# 000000 rgb (0re0j0pl 0)
# 080808 rgb (8, 8, 8, 8)
# 101010 rgb (16pr 16je 16)
# 181818 rgb (24pr 24pr 24)
# 202020 rgb (32 pencils 32)
# 282828 rgb (40, 40, 40, 40)
# 303030 rgb (48,48,48,48,48)
# 383838 rgb (56 and 56)
# 404040 rgb (64 pencils 64)
# 484848 rgb (72pr 72)
# 505050 rgb (80, 80, 80)
# 585858 rgb (88pr 88pr 88)
# 606060 rgb (96, 96, 96)
# 686868 rgb (104104104)
# 707070 rgb (112112112)
# 787878 rgb (120120120)
# 808080 rgb (128128128)
# 888888 rgb (136136136)
# 909090 rgb (144144144)
# 989898 rgb (152152152)
# A0A0A0 rgb (160160160)
# A8A8A8 rgb (168168168)
# B0B0B0 rgb (176176176)
# B8B8B8 rgb (184184184)
# C0C0C0 rgb (192192192)
# C8C8C8 rgb (200200200)
# D0D0D0 rgb (208208208)
# D8D8D8 rgb (216216216)
# E0E0E0 rgb (224224224)
# E8E8E8 rgb (232232232)
# F0F0F0 rgb (240240240)
# F8F8F8 rgb (248248248)
# FFFFFF rgb (255255255)
Web safe color?
A few years ago, when most computers supported only 256 colors, a series of 216 Web safe colors was recommended as the Web standard. The reason for this is that Microsoft and Mac operating systems use 40 different reserved fixed system colors (about 20 on each side).
We're not sure how meaningful this is today, because more and more computers are capable of dealing with millions of colors, but it's up to you to make the choice.
Initially, cross-platform web safe colors were used to ensure that when computers use 256tone swatches, all computers can display all colors correctly.
000000 000033 000066 000099 0000CC 0000FF
003300 003333 003366 003399 0033CC 0033FF
006600 006633 006666 006699 0066CC 0066FF
009900 009933 009966 009999 0099CC 0099FF
00CC00 00CC33 00CC66 00CC99 00CCCC 00CCFF
00FF00 00FF33 00FF66 00FF99 00FFCC 00FFFF
330000 330033 330066 330099 3300CC 3300FF
333300 333333 333366 333399 3333CC 3333FF
336600 336633 336666 336699 3366CC 3366FF
339900 339933 339966 339999 3399CC 3399FF
33CC00 33CC33 33CC66 33CC99 33CCCC 33CCFF
33FF00 33FF33 33FF66 33FF99 33FFCC 33FFFF
660000 660033 660066 660099 6600CC 6600FF
663300 663333 663366 663399 6633CC 6633FF
666600 666633 666666 666699 6666CC 6666FF
669900 669933 669966 669999 6699CC 6699FF
66CC00 66CC33 66CC66 66CC99 66CCCC 66CCFF
66FF00 66FF33 66FF66 66FF99 66FFCC 66FFFF
990000 990033 990066 990099 9900CC 9900FF
993300 993333 993366 993399 9933CC 9933FF
996600 996633 996666 996699 9966CC 9966FF
999900 999933 999966 999999 9999CC 9999FF
99CC00 99CC33 99CC66 99CC99 99CCCC 99CCFF
99FF00 99FF33 99FF66 99FF99 99FFCC 99FFFF
CC0000 CC0033 CC0066 CC0099 CC00CC CC00FF
CC3300 CC3333 CC3366 CC3399 CC33CC CC33FF
CC6600 CC6633 CC6666 CC6699 CC66CC CC66FF
CC9900 CC9933 CC9966 CC9999 CC99CC CC99FF
CCCC00 CCCC33 CCCC66 CCCC99 CCCCCC CCCCFF
CCFF00 CCFF33 CCFF66 CCFF99 CCFFCC CCFFFF
FF0000 FF0033 FF0066 FF0099 FF00CC FF00FF
FF3300 FF3333 FF3366 FF3399 FF33CC FF33FF
FF6600 FF6633 FF6666 FF6699 FF66CC FF66FF
FF9900 FF9933 FF9966 FF9999 FF99CC FF99FF
FFCC00 FFCC33 FFCC66 FFCC99 FFCCCC FFCCFF
FFFF00 FFFF33 FFFF66 FFFF99 FFFFCC FFFFFF
The above is all the content of this article "what are the HTML color codes?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un