In a RGB color space, #010102 hex color is composed of 0.4% red, 0.4% green and 0.8% blue. Whereas in a CMYK color space, it is composed of 50% cyan, 50% magenta, 0% yellow and 99.2% black. It has a hue angle of 240 degrees, a saturation of 33.3% and a lightness of 0.6%. #010102 color hex could be obtained by blending #020204 with #000000. Closest websafe color is: #000000.
The hexadecimal color #010102 has RGB values of R:1, G:1, B:2 and CMYK values of C:0.5, M:0.5, Y:0, K:0.99. Its decimal value is 65794.
Hex triplet | 010102 | #010102 |
RGB Decimal | 1, 1, 2 | rgb(1,1,2) |
RGB Percent | 0.4, 0.4, 0.8 | rgb(0.4%,0.4%,0.8%) |
CMYK | 50, 50, 0, 99.2 | |
HSL | 240°, 33.3, 0.6 | hsl(240,33.3%,0.6%) |
HSV(HSB) | 240°, 50, 0.8 | |
Web Safe | 000000 | #000 |
XYZ | 0.034, 0.033, 0.062 |
xyY | 0.267, 0.253, 0.033 |
CIE-LAB | 0.294, 0.139, -0.379 |
CIE-LCH | 0.294, 0.403, 290.179 |
CIE-LUV | 0.294, -0.015, -0.209 |
Hunter-Lab | 1.804, 0.24, -0.772 |
Binary | 00000001, 00000001, 00000010 |
Below, you can see some colors close to #010102. 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 #010102.
<span style="color:#010102">Text here</span>
This paragraph has a background color of #010102.
<p style="background-color:#010102;">Content here</p>
This element has a border color of #010102.
<div style="border:1px #010102;">Content here</div>
.text {color:#010102;}
.background {background-color:#010102;}
.border {border:1px solid #010102;}
.text-shadow {border:1px solid #010102;}
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, #010102 is the darkest color, while #f3f3f9 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #010102 is the less saturated color, while #000003 is the most saturated one.