mostly black
Enter any color value (e.g., #a160d4, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#414141 color RGB value is (65,65,65)
#414141 color CMYK value
#414141 color HSL value
HSV(or HSB) | 0° | 0 | 25.5 |
XYZ | 5.024 | 5.286 | 5.757 |
Yxy | 0.313 | 0.329 | 5.286 |
LAB | 27.535 | 0.002 | -0.004 |
LUV | 27.535 | 0 | -0.005 |
Hunter-LAB | 22.991 | -1.227 | 1.249 |
CIE-LCH | 27.535 | 0.004 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 41 | 41 | 41 |
Decimal | 65 | 65 | 65 |
Octal | 101 | 101 | 101 |
Binary | 01000001 | 01000001 | 01000001 |
This text has a font color of #414141.
<span style="color:#414141">Text here</span>
This paragraph has a background color of #414141.
<p style="background-color:#414141;">Content here</p>
This element has a border color of #414141.
<div style="border:1px #414141;">Content here</div>
.text {color:#414141;}
.background {background-color:#414141;}
.border {border:1px solid #414141;}
.text-shadow {border:1px solid #414141;}
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.