mostly black
Enter any color value (e.g., #fe1870, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#2c2c2c color RGB value is (44,44,44)
#2c2c2c color CMYK value
#2c2c2c color HSL value
HSV(or HSB) | 0° | 0 | 17.3 |
XYZ | 2.394 | 2.519 | 2.743 |
Yxy | 0.313 | 0.329 | 2.519 |
LAB | 18.003 | 0.002 | -0.003 |
LUV | 18.003 | 0 | -0.003 |
Hunter-LAB | 15.87 | -0.847 | 0.862 |
CIE-LCH | 18.003 | 0.003 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 2C | 2C | 2C |
Decimal | 44 | 44 | 44 |
Octal | 54 | 54 | 54 |
Binary | 00101100 | 00101100 | 00101100 |
This text has a font color of #2c2c2c.
<span style="color:#2c2c2c">Text here</span>
This paragraph has a background color of #2c2c2c.
<p style="background-color:#2c2c2c;">Content here</p>
This element has a border color of #2c2c2c.
<div style="border:1px #2c2c2c;">Content here</div>
.text {color:#2c2c2c;}
.background {background-color:#2c2c2c;}
.border {border:1px solid #2c2c2c;}
.text-shadow {border:1px solid #2c2c2c;}
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, #010101 is the darkest color, while #f6f6f6 is the lightest one.