mostly black
Enter any color value (e.g., #d275b6, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#2d2d2d color RGB value is (45,45,45)
#2d2d2d color CMYK value
#2d2d2d color HSL value
HSV(or HSB) | 0° | 0 | 17.6 |
XYZ | 2.494 | 2.624 | 2.858 |
Yxy | 0.313 | 0.329 | 2.624 |
LAB | 18.471 | 0.002 | -0.003 |
LUV | 18.471 | 0 | -0.003 |
Hunter-LAB | 16.199 | -0.864 | 0.88 |
CIE-LCH | 18.471 | 0.003 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 2D | 2D | 2D |
Decimal | 45 | 45 | 45 |
Octal | 55 | 55 | 55 |
Binary | 00101101 | 00101101 | 00101101 |
This text has a font color of #2d2d2d.
<span style="color:#2d2d2d">Text here</span>
This paragraph has a background color of #2d2d2d.
<p style="background-color:#2d2d2d;">Content here</p>
This element has a border color of #2d2d2d.
<div style="border:1px #2d2d2d;">Content here</div>
.text {color:#2d2d2d;}
.background {background-color:#2d2d2d;}
.border {border:1px solid #2d2d2d;}
.text-shadow {border:1px solid #2d2d2d;}
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, #020202 is the darkest color, while #f7f7f7 is the lightest one.