Color: #351739
#351739 Color Information
#351739 is a dark color. The closest websafe version is #351739. A complement of this color would be #1B3A17, perceived brightness is 0.14, and the grayscale version is #282828.
In the HSL color space, this color has a hue angle of 293°,a saturation of 43%, and a lightness of 16%.The HSV representation shows a hue of 293°, a saturation of 60%, and a value of 22%.
In a RGB color space, #351739 is composed of 21% red, 9% green and 22% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 60% magenta, 0% yellow and 78% black.
In the Yxy color space, this color is represented as Y: 1.65, x: 0.3445, and y: 0.2301.
Color Code #351739
Shades of Color #351739
Shades are created by darkening the original color #351739 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 #351739
Tints are created by lightening the original color #351739 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 #351739 Color Code
In the HSL color space, this color has a hue angle of 293°, a saturation of 43%, and a lightness of 16%. The HSV representation shows a hue of 293°, a saturation of 60%, and a value of 22%.
- HEX: #351739
- RGB: rgb(53, 23, 57)
- HSL: hsl(293, 43%, 16%)
- HSV: hsv(293, 60%, 22%)
- CMYK: 7.00% cyan, 60.00% magenta, 0.00% yellow, 78.00% black
- XYZ: 2.47, 1.65, 3.05
- Yxy: 1.65, 0.3445, 0.2301
- Hunter Lab: 13.56, 19.95, -15.69
- CIE-Lab: 13.56, 19.95, -15.69
In the XYZ color space, this color is represented as X: 2.47, Y: 1.65, Z: 3.05. The Yxy representation further refines this as Y: 1.65, x: 0.3445, and y: 0.2301.
In the Hunter Lab color space, this color is represented as L: 13.56, a: 19.95, and b: -15.69. Similarly, in the CIE-Lab color space, it is represented as L: 13.56, a: 19.95, and b: -15.69.
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 #351739
Triadic colors are three colors evenly spaced around the color wheel, including #351739. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #351739
Split complementary colors are two colors adjacent to the complementary color of #351739. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #351739
Monochromatic colors are variations of #351739, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #351739
The complementary color of #351739 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 #351739
/* Using HEX */ body { background-color: #351739; }
/* Using RGB */ body { background-color: rgb(53, 23, 57); }
/* Using RGB with opacity */ body { background-color: rgba(53, 23, 57, 0.5); }
/* Using HSL */ body { background-color: hsl(293, 43%, 16%); }
/* Text color */ p { color: #351739; }
/* Box shadow */ div { box-shadow: 4px 4px #351739; }
/* Border color */ .box { border: 4px solid #351739; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #351739; }
/* Background with text */ div { background: #351739; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #351739
<!-- Using HEX --> <div style="background-color: #351739; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(53, 23, 57); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(53, 23, 57, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(293, 43%, 16%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #351739;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #351739; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #351739; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #351739;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #351739; color: #fff; padding: 16px; border-radius: 8px;"> #351739 </div>
Related Colors of #351739
These colors are similar to #351739, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.