Color: #35292D
#35292D Color Information
#35292D is a dark color. The closest websafe version is #35292D. A complement of this color would be #283430, perceived brightness is 0.18, and the grayscale version is #2F2F2F.
In the HSL color space, this color has a hue angle of 340°,a saturation of 13%, and a lightness of 18%.The HSV representation shows a hue of 340°, a saturation of 23%, and a value of 21%.
In a RGB color space, #35292D is composed of 21% red, 16% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 15% yellow and 79% black.
In the Yxy color space, this color is represented as Y: 2.54, x: 0.3727, and y: 0.3405.
Color Code #35292D
Shades of Color #35292D
Shades are created by darkening the original color #35292D in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #35292D
Tints are created by lightening the original color #35292D in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #35292D Color Code
In the HSL color space, this color has a hue angle of 340°, a saturation of 13%, and a lightness of 18%. The HSV representation shows a hue of 340°, a saturation of 23%, and a value of 21%.
- HEX: #35292D
- RGB: rgb(53, 41, 45)
- HSL: hsl(340, 13%, 18%)
- HSV: hsv(340, 23%, 21%)
- CMYK: 0.00% cyan, 23.00% magenta, 15.00% yellow, 79.00% black
- XYZ: 2.78, 2.54, 2.14
- Yxy: 2.54, 0.3727, 0.3405
- Hunter Lab: 18.10, 6.36, -0.39
- CIE-Lab: 18.10, 6.36, -0.39
In the XYZ color space, this color is represented as X: 2.78, Y: 2.54, Z: 2.14. The Yxy representation further refines this as Y: 2.54, x: 0.3727, and y: 0.3405.
In the Hunter Lab color space, this color is represented as L: 18.10, a: 6.36, and b: -0.39. Similarly, in the CIE-Lab color space, it is represented as L: 18.10, a: 6.36, and b: -0.39.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #35292D
Triadic colors are three colors evenly spaced around the color wheel, including #35292D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #35292D
Split complementary colors are two colors adjacent to the complementary color of #35292D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #35292D
Monochromatic colors are variations of #35292D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #35292D
The complementary color of #35292D is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #35292D
/* Using HEX */ body { background-color: #35292d; }
/* Using RGB */ body { background-color: rgb(53, 41, 45); }
/* Using RGB with opacity */ body { background-color: rgba(53, 41, 45, 0.5); }
/* Using HSL */ body { background-color: hsl(340, 13%, 18%); }
/* Text color */ p { color: #35292d; }
/* Box shadow */ div { box-shadow: 4px 4px #35292d; }
/* Border color */ .box { border: 4px solid #35292d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #35292d; }
/* Background with text */ div { background: #35292d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #35292D
<!-- Using HEX --> <div style="background-color: #35292d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(53, 41, 45); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(53, 41, 45, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(340, 13%, 18%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #35292d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #35292d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #35292d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #35292d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #35292d; color: #fff; padding: 16px; border-radius: 8px;"> #35292D </div>
Related Colors of #35292D
These colors are similar to #35292D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.