RGB | 26 | 20 | 30 | |
HSL | 0.77 | 0.2 | 0.1 | |
HSV | 276° | 33° | 12° | |
CYMK | 0.1333 | 0.3333 | 0 | 225 |
XYZ | 0.9105 | 0.8137 | 1.3374 |
This color is called Vulcan. It has 26 red, 20 green, and 30 blue. This color is not particularly light nor dark.
.text-1a141e { color: #1a141e }
This is some text in the color #1a141e
.bg-1a141e { background-color: #1a141e }
.border-1a141e { border: 3px solid #1a141e; }
This is some text in a box with a border of the color #1a141e
.text-shadow-1a141e { text-shadow: 4px 4px 2px #1a141e; }
This is some text with text shadow color #1a141e
.box-shadow-1a141e { -moz-box-shadow: 1px 1px 3px 2px #1a141e; -webkit-box-shadow: 1px 1px 3px 2px #1a141e; box-shadow: 1px 1px 3px 2px #1a141e; }
This is some text in a box with a box shadow of the color #1a141e