Barvna vrednost RGB predstavlja RDEČE (ang. RED), ZELENE (ang. GREEN) in MODRE (ang. BLUE) vire svetlobe. V CSS je barvo RGB barvo mogoče določite z uporabo formule:
style="color: rgb(0, 0, 0)" - črna barva style="color: rgb(255, 255, 255)" - bela barva
ime | slog | primer |
---|---|---|
Črna | style="background-color: rgb(0, 0, 0)" | |
Bela | style="background-color: rgb(255, 255, 255)" | |
Modra | style="background-color: rgb(0, 0, 255)" | |
Rdeča | style="background-color: rgb(255, 0, 0)" | |
Oranžna | style="background-color: rgb(255, 165, 0)" | |
Rumena | style="background-color: rgb(255, 255, 0)" | |
Zelena | style="background-color: rgb(0, 128, 0)" | |
Siva | style="background-color: rgb(128, 128, 128)" | |
Rjava | style="background-color: rgb(165, 42, 42)" | |
Vijolična | style="background-color: rgb(128, 0, 128)" | |
Roza | style="background-color: rgb(255, 192, 203)" |