Black RGB color code = # 000000 = 0 * 65536 + 0 * 256 + 0 = (0,0,0)
PULA = 0, GREEN = 0, BLUE = 0
Kulay | Pangalan ng Kulay ng HTML / CSS |
Hex Code #RRGGBB |
Decimal Code (R, G, B) |
---|---|---|---|
itim | # 000000 | rgb (0,0,0) | |
dimgray / dimgray | # 696969 | rgb (105,105,105) | |
grey / grey | # 808080 | rgb (128,128,128) | |
darkgray / darkgrey | # A9A9A9 | rgb (169,169,169) | |
pilak | # C0C0C0 | rgb (192,192,192) |
Code:
<p style="color:black;"/These fonts are black!</p/
Resulta:
Itim ang mga font na ito!
O
<p style="color:#000000; background:black"/These fonts are black too!</p/
Resulta:
Ang mga font na ito ay itim din!
O
<p style="color:rgb(255,255,0); background:black"/These fonts are black too!</p/
Resulta:
Ang mga font na ito ay itim din!
Code:
<p style="color:white; background:black"/Background color is black</p/
Resulta:
Kulay ng background ay itim