#080808 Reversed Grey
#080808 (Reversed Grey) RGB value is (8, 8, 8).
Red value is 8, green value is 8, and blue value is 8.
Cylindrical-coordinate representations (HSL) of color #080808: hue: 0°, saturation: 0%, and lightness: 3.1%.
Process color (CMYK) of #080808 is 0%, 0%, 0%, 96.9%. Web safe color equivalent of #080808 is ##000000. Color #080808 contains mainly Black.
Color Spaces
| Color spaces of #080808 | Value |
|---|---|
| RGB | 8, 8, 8 |
| HSL | 0°, 0%, 3.1% |
| HSV / HSB | 0°, 0%, 3.1% |
| CMYK | 0%, 0%, 0%, 96.9% |
| XYZ | 0.23, 0.24, 0.26 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00001000 | 00001000 | 00001000 |
| Octal | 010 | 010 | 010 |
| Decimal | 8 | 8 | 8 |
| Hex | 08 | 08 | 08 |
Shades of #080808
Tints of #080808
.mybgColor { background-color: #080808; }
.myforeColor { color: #080808; }
.myborderColor { border: 3px solid #080808; }
<p style="color:#080808">Text here</p>
This sample text is styled with font color #080808. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#080808">Div content here</div>
<div style="border:3px solid #080808">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8, 8, 8, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #080808; }
.divShadow { -moz-box-shadow: 1px 1px 3px #080808;
-webkit-box-shadow: 1px 1px 3px #080808;
box-shadow: 1px 1px 3px #080808; }
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 #080808 (Reversed Grey)
Color Overview & Profile: Color #080808, also known as Reversed Grey, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 3% Red (8/255), 3% Green (8/255), and 3% Blue (8/255). The primary color family component is Black.
Print & Physical Production Specs: For physical print production and offset printing setups, #080808 translates into the CMYK subtractive color model with values of 0% Cyan, 0% Magenta, 0% Yellow, and 96.9% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 0°, saturation of 0%, and lightness of 3.1%.
Web Accessibility & Design Recommendations: When implementing #080808 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.
