Sumi — 飛鳥奈良 — 通年
墨色
すみいろ
#2C2C2C 通年 飛鳥奈良
Description
煤煙から作る墨の色。書道・水墨画の基本であり、すべての色を内包するとされる深みある黒は日本美の根幹をなす。
HEX#2C2C2C
RGBrgb(44, 44, 44)
HSLhsl(0deg 0% 17%)
現代UIでの使用例
UI Preview
Heading
日本の
伝統色
Japanese Traditional Color
コードスニペット
Code Snippets
CSS Variables
:root {
--color-sumi: #2C2C2C;
--color-sumi-accent: #4A4A4A;
--color-sumi-light: #E8E5E0;
}bg-[#2C2C2C] /* 背景色 */
text-[#2C2C2C] /* テキスト色 */
border-[#2C2C2C] /* ボーダー */
bg-[#E8E5E0] text-[#4A4A4A] /* 淡背景バッジ */
.sumi {
background-color: #2C2C2C;
}
.sumi-accent {
background-color: #4A4A4A;
}
.sumi-light {
background-color: #E8E5E0;
}
.text-sumi {
color: #2C2C2C;
}HEX #2C2C2C
RGB rgb(44, 44, 44)
HSL hsl(0deg 0% 17%)
Accent
HEX #4A4A4A
Light
HEX #E8E5E0