mostly black
Enter any color value (e.g., #88b3e6, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#202020 color RGB value is (32,32,32)
#202020 color CMYK value
#202020 color HSL value
HSV(or HSB) | 0° | 0 | 12.5 |
XYZ | 1.373 | 1.444 | 1.573 |
Yxy | 0.313 | 0.329 | 1.444 |
LAB | 12.25 | 0.001 | -0.003 |
LUV | 12.25 | 0 | -0.002 |
Hunter-LAB | 12.018 | -0.641 | 0.653 |
CIE-LCH | 12.25 | 0.003 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 20 | 20 | 20 |
Decimal | 32 | 32 | 32 |
Octal | 40 | 40 | 40 |
Binary | 00100000 | 00100000 | 00100000 |
This text has a font color of #202020.
<span style="color:#202020">Text here</span>
This paragraph has a background color of #202020.
<p style="background-color:#202020;">Content here</p>
This element has a border color of #202020.
<div style="border:1px #202020;">Content here</div>
.text {color:#202020;}
.background {background-color:#202020;}
.border {border:1px solid #202020;}
.text-shadow {border:1px solid #202020;}
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, #000000 is the darkest color, while #f5f5f5 is the lightest one.