Baselight

LEGO Database

The LEGO Parts/Sets/Colors and Inventories of every official LEGO set

@kaggle.rtatman_lego_database

Colors
@kaggle.rtatman_lego_database.colors

  • 6.04 KB
  • 135 rows
  • 4 columns
id

Id

name

Name

rgb

Rgb

is_trans

Is Trans

-1Unknown0033B2f
Black05131Df
1Blue0055BFf
2Green237841f
3Dark Turquoise008F9Bf
4RedC91A09f
5Dark PinkC870A0f
6Brown583927f
7Light Gray9BA19Df
8Dark Gray6D6E5Cf

CREATE TABLE colors (
  "id" BIGINT,
  "name" VARCHAR,
  "rgb" VARCHAR,
  "is_trans" VARCHAR
);

Share link

Anyone who has the link will be able to view this.