In a RGB color space, #080808 hex color (also known as Reversed Grey) is composed of 3.1% red, 3.1% green and 3.1% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 0% yellow and 96.9% black. It has a hue angle of 0 degrees, a saturation of 0% and a lightness of 3.1%. #080808 color hex could be obtained by blending #101010 with #000000. Closest websafe color is: #000000.
The hexadecimal color #080808 has RGB values of R:8, G:8, B:8 and CMYK values of C:0, M:0, Y:0, K:0.97. Its decimal value is 526344.
Hex triplet | 080808 | #080808 |
RGB Decimal | 8, 8, 8 | rgb(8,8,8) |
RGB Percent | 3.1, 3.1, 3.1 | rgb(3.1%,3.1%,3.1%) |
CMYK | 0, 0, 0, 96.9 | |
HSL | 0°, 0, 3.1 | hsl(0,0%,3.1%) |
HSV(HSB) | 0°, 0, 3.1 | |
Web Safe | 000000 | #000 |
XYZ | 0.231, 0.243, 0.264 |
xyY | 0.313, 0.329, 0.243 |
CIE-LAB | 2.193, 0, -0.001 |
CIE-LCH | 2.193, 0.001, 296.812 |
CIE-LUV | 2.193, 0, 0 |
Hunter-Lab | 4.928, -0.263, 0.268 |
Binary | 00001000, 00001000, 00001000 |
Below, you can see some colors close to #080808. 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 #080808.
<span style="color:#080808">Text here</span>
This paragraph has a background color of #080808.
<p style="background-color:#080808;">Content here</p>
This element has a border color of #080808.
<div style="border:1px #080808;">Content here</div>
.text {color:#080808;}
.background {background-color:#080808;}
.border {border:1px solid #080808;}
.text-shadow {border:1px solid #080808;}
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, #080808 is the darkest color, while #fcfcfc is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #080808 is the less saturated color, while #0f0101 is the most saturated one.