In a RGB color space, #010101 hex color is composed of 0.4% red, 0.4% green and 0.4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 0% yellow and 99.6% black. It has a hue angle of 0 degrees, a saturation of 0% and a lightness of 0.4%. #010101 color hex could be obtained by blending #020202 with #000000. Closest websafe color is: #000000.
The hexadecimal color #010101 has RGB values of R:1, G:1, B:1 and CMYK values of C:0, M:0, Y:0, K:1. Its decimal value is 65793.
Hex triplet | 010101 | #010101 |
RGB Decimal | 1, 1, 1 | rgb(1,1,1) |
RGB Percent | 0.4, 0.4, 0.4 | rgb(0.4%,0.4%,0.4%) |
CMYK | 0, 0, 0, 99.6 | |
HSL | 0°, 0, 0.4 | hsl(0,0%,0.4%) |
HSV(HSB) | 0°, 0, 0.4 | |
Web Safe | 000000 | #000 |
XYZ | 0.029, 0.03, 0.033 |
xyY | 0.313, 0.329, 0.03 |
CIE-LAB | 0.274, 0, 0 |
CIE-LCH | 0.274, 0, 296.812 |
CIE-LUV | 0.274, 0, 0 |
Hunter-Lab | 1.742, -0.093, 0.095 |
Binary | 00000001, 00000001, 00000001 |
Below, you can see some colors close to #010101. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #010101.
<span style="color:#010101">Text here</span>
This paragraph has a background color of #010101.
<p style="background-color:#010101;">Content here</p>
This element has a border color of #010101.
<div style="border:1px #010101;">Content here</div>
.text {color:#010101;}
.background {background-color:#010101;}
.border {border:1px solid #010101;}
.text-shadow {border:1px solid #010101;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010101 is the darkest color, while #f5f5f5 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #010101 is the less saturated color, while #020000 is the most saturated one.