Converts three 8-bit numbers or three percentages to a "rgb(r,g,b)" value, usable in CSS color properties. This template can be substituted.
Converts three 8-bit numbers or three percentages to a "rgb(r,g,b)" value, usable in CSS color properties. This template can be substituted.
Useful for all sorts of color-related purposes.
{{RGB|0|0|0}} gives rgb(0,0,0){{subst:RGB|0|0|0}} gives rgb(0,0,0){{RGB|123|45|67|}} gives rgb(123,45,67){{subst:RGB|123|45|67}} gives rgb(123,45,67){{RGB|255|255|255}} gives rgb(255,255,255){{subst:RGB|255|255|255}} gives rgb(255,255,255){{RGB|0%|0%|0%}} gives rgb(0%,0%,0%){{RGB|123%|45%|67%|}} gives rgb(123%,45%,67%){{RGB|100%|100%|100%}} gives rgb(100%,100%,100%)Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.