In a RGB color space, #010201 hex color is composed of 0.4% red, 0.8% green and 0.4% blue. Whereas in a CMYK color space, it is composed of 50% cyan, 0% magenta, 50% yellow and 99.2% black. It has a hue angle of 120 degrees, a saturation of 33.3% and a lightness of 0.6%. #010201 color hex could be obtained by blending #020402 with #000000. Closest websafe color is: #000000.
The hexadecimal color #010201 has RGB values of R:1, G:2, B:1 and CMYK values of C:0.5, M:0, Y:0.5, K:0.99. Its decimal value is 66049.
Hex triplet | 010201 | #010201 |
RGB Decimal | 1, 2, 1 | rgb(1,2,1) |
RGB Percent | 0.4, 0.8, 0.4 | rgb(0.4%,0.8%,0.4%) |
CMYK | 50, 0, 50, 99.2 | |
HSL | 120°, 33.3, 0.6 | hsl(120,33.3%,0.6%) |
HSV(HSB) | 120°, 50, 0.8 | |
Web Safe | 000000 | #000 |
XYZ | 0.04, 0.052, 0.037 |
xyY | 0.309, 0.405, 0.052 |
CIE-LAB | 0.47, -0.401, 0.286 |
CIE-LCH | 0.47, 0.492, 144.448 |
CIE-LUV | 0.47, -0.166, 0.215 |
Hunter-Lab | 2.282, -0.887, 0.644 |
Binary | 00000001, 00000010, 00000001 |
Below, you can see some colors close to #010201. 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 #010201.
<span style="color:#010201">Text here</span>
This paragraph has a background color of #010201.
<p style="background-color:#010201;">Content here</p>
This element has a border color of #010201.
<div style="border:1px #010201;">Content here</div>
.text {color:#010201;}
.background {background-color:#010201;}
.border {border:1px solid #010201;}
.text-shadow {border:1px solid #010201;}
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, #010201 is the darkest color, while #f3f9f3 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #010201 is the less saturated color, while #000300 is the most saturated one.