What are the color units in html
This article mainly introduces what are the color units in html, which can be used for reference by interested friends. I hope you can learn a lot after reading this article.
There are three ways to express colors, numeric values, English letters and English words; numeric expression grammatical specification: rgb (xxx,xxx,xxx) in which the corresponding colors of rgb are red, green and blue, respectively; the range of XXX values is 0250255255, common red is (255j0jue 0), green is (0pr 255j0), blue (0.0255). English alphabet syntax specification: color:#xxxxxx in which xx values range from 0 to 9a-fA-F, such as white that is color:#ffffff. If two values of 1, 2 or 3, 4 or 5 or 6 are the same, then it can be abbreviated to 1 letter, such as # fff. English words are relatively simple, such as black, red, etc., this way is relatively simple, the color is relatively simple.
Thank you for reading this article carefully. I hope the article "what are the color units in html" shared by the editor will be helpful to you? at the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!