#020100 Armour Wash
#020100 (Armour Wash) RGB value is (2, 1, 0).
Red value is 2, green value is 1, and blue value is 0.
Cylindrical-coordinate representations (HSL) of color #020100: hue: 30°, saturation: 100%, and lightness: 0.4%.
Process color (CMYK) of #020100 is 0%, 50%, 100%, 99.2%. Web safe color equivalent of #020100 is ##000000. Color #020100 contains mainly Black.
Color Spaces
| Color spaces of #020100 | Value |
|---|---|
| RGB | 2, 1, 0 |
| HSL | 30°, 100%, 0.4% |
| HSV / HSB | 30°, 100%, 0.8% |
| CMYK | 0%, 50%, 100%, 99.2% |
| XYZ | 0.04, 0.03, 0 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00000010 | 00000001 | 00000000 |
| Octal | 002 | 001 | 000 |
| Decimal | 2 | 1 | 0 |
| Hex | 02 | 01 | 00 |
Shades of #020100
Tints of #020100
.mybgColor { background-color: #020100; }
.myforeColor { color: #020100; }
.myborderColor { border: 3px solid #020100; }
<p style="color:#020100">Text here</p>
This sample text is styled with font color #020100. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#020100">Div content here</div>
<div style="border:3px solid #020100">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2, 1, 0, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #020100; }
.divShadow { -moz-box-shadow: 1px 1px 3px #020100;
-webkit-box-shadow: 1px 1px 3px #020100;
box-shadow: 1px 1px 3px #020100; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #020100 (Armour Wash)
Color Overview & Profile: Color #020100, also known as Armour Wash, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 1% Red (2/255), 0% Green (1/255), and 0% Blue (0/255). The primary color family component is Black.
Print & Physical Production Specs: For physical print production and offset printing setups, #020100 translates into the CMYK subtractive color model with values of 0% Cyan, 50% Magenta, 100% Yellow, and 99.2% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 30°, saturation of 100%, and lightness of 0.4%.
Web Accessibility & Design Recommendations: When implementing #020100 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##000000.
