mostly black
Enter any color value (e.g., #2dcb75, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#404040 color RGB value is (64,64,64)
#404040 color CMYK value
#404040 color HSL value
HSV(or HSB) | 0° | 0 | 25.1 |
XYZ | 4.873 | 5.127 | 5.583 |
Yxy | 0.313 | 0.329 | 5.127 |
LAB | 27.093 | 0.002 | -0.004 |
LUV | 27.093 | 0 | -0.005 |
Hunter-LAB | 22.643 | -1.208 | 1.23 |
CIE-LCH | 27.093 | 0.004 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 40 | 40 | 40 |
Decimal | 64 | 64 | 64 |
Octal | 100 | 100 | 100 |
Binary | 01000000 | 01000000 | 01000000 |
This text has a font color of #404040.
<span style="color:#404040">Text here</span>
This paragraph has a background color of #404040.
<p style="background-color:#404040;">Content here</p>
This element has a border color of #404040.
<div style="border:1px #404040;">Content here</div>
.text {color:#404040;}
.background {background-color:#404040;}
.border {border:1px solid #404040;}
.text-shadow {border:1px solid #404040;}
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.