mostly black
Enter any color value (e.g., #c76903, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#353535 color RGB value is (53,53,53)
#353535 color CMYK value
#353535 color HSL value
HSV(or HSB) | 0° | 0 | 20.8 |
XYZ | 3.384 | 3.56 | 3.877 |
Yxy | 0.313 | 0.329 | 3.56 |
LAB | 22.16 | 0.002 | -0.003 |
LUV | 22.16 | 0 | -0.004 |
Hunter-LAB | 18.868 | -1.007 | 1.025 |
CIE-LCH | 22.16 | 0.004 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 35 | 35 | 35 |
Decimal | 53 | 53 | 53 |
Octal | 65 | 65 | 65 |
Binary | 00110101 | 00110101 | 00110101 |
This text has a font color of #353535.
<span style="color:#353535">Text here</span>
This paragraph has a background color of #353535.
<p style="background-color:#353535;">Content here</p>
This element has a border color of #353535.
<div style="border:1px #353535;">Content here</div>
.text {color:#353535;}
.background {background-color:#353535;}
.border {border:1px solid #353535;}
.text-shadow {border:1px solid #353535;}
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, #0a0a0a is the darkest color, while #ffffff is the lightest one.