Search results
Results from the WOW.Com Content Network
RGB code has 24 bits format (bits 0..23): Basic colors: RGB color codes chart, RGB color picker, RGB color table.
A list of BLACK color codes and shades of black for HTML, CSS and website development with HEX and RGB codes.
HTML RGB black color code.
The hexadecimal RGB code of Black color is #000000 and the decimal is rgb(0,0,0). The red-green-blue components are 00 (0) red, 00 (0) green and 00 (0) blue.
In a RGB color space, hex #000000 (also known as Black) is composed of 0% red, 0% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 0% yellow and 100% black.
Black, with the hex code #000000, is the darkest of all colors, entirely achromatic and absorbing all light. Black is one of the oldest pigments ever used in art, used on the walls in the Lascaux Cave in France.
Black is a very dark color with the color codes #000000 / rgb(0, 0, 0) / hsl(0, 0%, 0%). Black has no hue and very low saturation. In the RGB color space, the color Black has the values (0, 0, 0), being composed of 0.0% Red (R), 0.0% Green (G), and 0.0% Blue (B).
What is the specific color code for black? The standard black hex color code is #000000. Black represents the complete absence of light and is often associated with sophistication, formality, and elegance.
Black is an official CSS named color. Below you will find a preview of the Black color, as well as it's official Hex, RGB, HSL, and CMYK values.
<p style="color:white; background:black ">Background color is black</p> Result: Background color is black. RGB color . HTML RGB black color code.