In a RGB color space, #2a0000 hex color is composed of 16.5% red, 0% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 100% yellow and 83.5% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 8.2%. #2a0000 color hex could be obtained by blending #540000 with #000000. Closest websafe color is: #330000.
The hexadecimal color #2a0000 has RGB values of R:42, G:0, B:0 and CMYK values of C:0, M:1, Y:1, K:0.84. Its decimal value is 2752512.
Hex triplet | 2a0000 | #2a0000 |
RGB Decimal | 42, 0, 0 | rgb(42,0,0) |
RGB Percent | 16.5, 0, 0 | rgb(16.5%,0%,0%) |
CMYK | 0, 100, 100, 83.5 | |
HSL | 0°, 100, 8.2 | hsl(0,100%,8.2%) |
HSV(HSB) | 0°, 100, 16.5 | |
Web Safe | 330000 | #300 |
XYZ | 0.955, 0.492, 0.045 |
xyY | 0.64, 0.33, 0.492 |
CIE-LAB | 4.446, 19.756, 7.027 |
CIE-LCH | 4.446, 20.968, 19.58 |
CIE-LUV | 4.446, 14.622, 3.153 |
Hunter-Lab | 7.016, 12.015, 4.534 |
Binary | 00101010, 00000000, 00000000 |
Below, you can see some colors close to #2a0000. 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 #2a0000.
<span style="color:#2a0000">Text here</span>
This paragraph has a background color of #2a0000.
<p style="background-color:#2a0000;">Content here</p>
This element has a border color of #2a0000.
<div style="border:1px #2a0000;">Content here</div>
.text {color:#2a0000;}
.background {background-color:#2a0000;}
.border {border:1px solid #2a0000;}
.text-shadow {border:1px solid #2a0000;}
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, #150000 is the darkest color, while #ffffff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #151515 is the less saturated color, while #280202 is the most saturated one.