In the RGB color space, #010405 is composed of 0.3922% red, 1.5686% green, and 1.9608% blue.
In the CMYK color space, #010405 is composed of 80.1% cyan, 19.9% magenta, 0% yellow, and 98.04% black,
It has a hue angle of 194.9 degrees, a saturation of 66.81%, and a lightness of 1.18%.
The closest websafe color is #000000.
The hexadecimal color #010405 has RGB values of R:1, G:4, B:5 and CMYK values of C:80.1, M:19.9, Y:0, K:98.04. It has a decimal value of 66565.
Hexadecimal | #010405 | #010405 |
RGB Decimal | 1, 4, 5 | rgb(1, 4, 5) |
RGB Percent | 0.3922, 1.5686, 1.9608 | rgb(0.3922%, 1.5686%, 1.9608%) |
RGB Proportion | 0.0039, 0.0157, 0.0196 | rgb(0.0039, 0.0157, 0.0196) |
CMYK | 80.1, 19.9, 0, 98.04 | |
HSL | 194.9ยบ, 66.81, 1.18 | hsl(194.9, 66.81%, 1.18%) |
Websafe | 000000 | #000000 |
XYZ | 0.083, 0.104, 0.159 | |
Yxy | 0.104, 0.24, 0.301 | |
CIE-LAB | 0.939, -0.649, -0.655 | |
CIE-LCH | 0.939, 0.922, 225.264 | |
CIE-LUV | 0.939, -0.503, -0.327 | |
Hunter-Lab | 3.225, -1.049, -0.666 |
Colors that go well with #010405.
Common HTML and CSS shortcodes for #010405.
<div style="color: #010405;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #010405;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #010405;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #010405 to transparent.
<div style="background: linear-gradient(#010405, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #010405 to transparent.
<div style="background: radial-gradient(#010405, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #010405 to #FEFBFA.
<div style="background: linear-gradient(#010405, #FEFBFA);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #010405 to #FEFBFA.
<div style="background: radial-gradient(#010405, #FEFBFA);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #010405; }
.background { background-color: #010405; }
.border { border: 1px solid #010405; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #000000 while the lightest tint is #FAFAFA.