In the RGB color space, #010505 is composed of 0.3922% red, 1.9608% green, and 1.9608% blue.
In the CMYK color space, #010505 is composed of 80.1% cyan, 0% magenta, 0% yellow, and 98.04% black,
It has a hue angle of 180 degrees, a saturation of 66.81%, and a lightness of 1.18%.
The closest websafe color is #000000.
The hexadecimal color #010505 has RGB values of R:1, G:5, B:5 and CMYK values of C:80.1, M:0, Y:0, K:98.04. It has a decimal value of 66821.
Hexadecimal | #010505 | #010505 |
RGB Decimal | 1, 5, 5 | rgb(1, 5, 5) |
RGB Percent | 0.3922, 1.9608, 1.9608 | rgb(0.3922%, 1.9608%, 1.9608%) |
RGB Proportion | 0.0039, 0.0196, 0.0196 | rgb(0.0039, 0.0196, 0.0196) |
CMYK | 80.1, 0, 0, 98.04 | |
HSL | 180ยบ, 66.81, 1.18 | hsl(180, 66.81%, 1.18%) |
Websafe | 000000 | #000000 |
XYZ | 0.094, 0.126, 0.163 | |
Yxy | 0.126, 0.245, 0.329 | |
CIE-LAB | 1.138, -1.055, -0.369 | |
CIE-LCH | 1.138, 1.118, 199.278 | |
CIE-LUV | 1.138, -0.678, -0.145 | |
Hunter-Lab | 3.55, -1.485, -0.238 |
Colors that go well with #010505.
Common HTML and CSS shortcodes for #010505.
<div style="color: #010505;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #010505;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #010505;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #010505 to transparent.
<div style="background: linear-gradient(#010505, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #010505 to transparent.
<div style="background: radial-gradient(#010505, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #010505 to #FEFAFA.
<div style="background: linear-gradient(#010505, #FEFAFA);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #010505 to #FEFAFA.
<div style="background: radial-gradient(#010505, #FEFAFA);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #010505; }
.background { background-color: #010505; }
.border { border: 1px solid #010505; }
.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.