Public
Edited
Sep 12, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
dullRgb = (color) => ({
...culori.p3(color),
mode: "rgb"
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
p3Red = culori.p3({ r: 1, g: 0, b: 0 })
Insert cell
sRgbRed = culori.rgb({ r: 1, g: 0, b: 0 })
Insert cell
dullRgbRed = dullRgb(sRgbRed)
Insert cell
dull2RgbRed = dullRgb(dullRgbRed)
Insert cell
dull3RgbRed = dullRgb(dull2RgbRed)
Insert cell
dull4RgbRed = dullRgb(dull3RgbRed)
Insert cell
dull5RgbRed = dullRgb(dull4RgbRed)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
culori = import("culori@4")
Insert cell
import { cg } from "@devgru/cg-latest"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more