Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » What are the color codes?
- Surpeedude
-
Scratcher
38 posts
What are the color codes?
The title pretty much says it all, but I want to know the number codes, like 678 = blue, 90 = red, and so on. Anyone know how to get those/know them? Thanks. 

- EPICPIKAGUY
-
Scratcher
100+ posts
What are the color codes?
I don't know what you are talking about.
If you're talking about schemes for making colors, there are quite a few of those:
RGB
HSL
CYMK
Scratch does not support any of those in any official capacity, but I do recall someone using some hacked blocks that use web colors.
Hope this helps.
If you're talking about schemes for making colors, there are quite a few of those:
RGB
HSL
CYMK
Scratch does not support any of those in any official capacity, but I do recall someone using some hacked blocks that use web colors.
Hope this helps.
- Surpeedude
-
Scratcher
38 posts
What are the color codes?
well, it kind where there are pen color codes, so I want to know the codes for touching <color code>
- H4K
-
Scratcher
100+ posts
What are the color codes?
Do you mean this color?
set pen color to [#0000ff]If yes then here's the list:
0 - Black(If you know hex color model then you'll realize these list up there are converted to decimal)
128 - Navy Blue
255 - Blue
65280 - Green
65535 - Cyan
8421504 - Gray (Grey)
16753920 - Orange
16761035 - Pink
16711680 - Red
16711935 - Magenta
16776960 - Yellow
16777125 - White
Last edited by H4K (Feb. 20, 2018 23:00:24)
- Meower-Pro
-
Scratcher
21 posts
What are the color codes?
Its
(((RED) * (65536)) + ((GREEN) * (256))) + (BLUE)
- Discussion Forums
- » Help with Scripts
-
» What are the color codes?




