ColorHTML / CSSColor NameHex Code#RRGGBBDecimal Code(R,G,B) white #FFFFFF rgb(255,255,255) snow #FFFAFA rgb(255,250,250) honeydew #F0FFF0 rgb(240,255,240) mintcream #F5FFFA rgb(245,255,250) azure #F0FFFF rgb(240,255,255) aliceblue #F0F8FF rgb(240,248,255) ghostwhite #F8...
Doraemon RGB color code for black can be found below. (0, 0, 0) Doraemon RGB color code for white can be found below. (255, 255, 255) Doraemon RGB color code for brown can be found below. (144, 74, 48) Doraemon RGB color code for dark brown can be found below. ...
In addition to using built-in tags, it also supports custom color attributes Custom color attributes support the use of 16 color names, 256 color values, rgb color values and hex color values Support working on Windows cmd and powerShell terminal Basic colors: Bold, Black, White, Gray, Red...
red:=color.New(color.FgRed)boldRed:=red.Add(color.Bold)boldRed.Println("This will print text in bold red.")whiteBackground:=red.Add(color.BgWhite)whiteBackground.Println("Red text with white background.")// Mix with RGB color codescolor.RGB(255,128,0).AddBgRGB(0,0,0).Println("...
ColorNameHex CodeRGB Code White#FFFFFFrgb(255, 255, 255) Silver#C0C0C0rgb(192, 192, 192) Gray#808080rgb(128, 128, 128) Black#000000rgb(0, 0, 0) Red#FF0000rgb(255, 0, 0) Maroon#800000rgb(128, 0, 0) Yellow#FFFF00rgb(255, 255, 0) ...
The colors that NBA teams use can be seen in the NBA Color Table below. NBA Team Colors NBA Team Name Color 1 Color 2 Color 3 Color 4 Color 5 Atlanta Hawks Hawks Red Volt Green Hawks Charcoal Boston Celtics Celtics Green Celtics Gold Celtics Brown White Celtics Black Brooklyn Nets Blac...
How to use this color code converterInput your color codes in any one color model area, RGB, HSV, HSL or HEX To convert RGB to HSV, input your RGB color codes to RGB area, for example, rgb(40, 110, 255) To convert HSL to RGB, input your HSL color codes to RGB area, for ...
RGB : 255 , 0 , 0 HSL : 0° , 100.0% , 50.0% HSV : 0° , 100% , 100% CMYK : 0% , 100% , 100% , 0% HTML / CSS Color Chart Color NameColorHex CodeR,G, B white#FFFFFF255,255,255 black#0000000,0,0 red#FF0000255,0,0 ...
TheWCAG contrast ratioto another color, from 1 (same color) to 21 (contrast b/w white and black). color.isLight()// truecolor.isDark()// false Get whether the color is "light" or "dark", useful for deciding text color. Manipulation ...
COLORS in HTMLThe white colorThe white color is formed by mixing of the three primary colors and that too at their full intensities, thus the resulting Hex color code for white color would be of #FFFFFF. The black colorThe Black color is formed at the absence of any color on the ...