In the RGB color space, #16150F is composed of 8.6275% red, 8.2353% green, and 5.8824% blue.
In the CMYK color space, #16150F is composed of 0% cyan, 4.52% magenta, 31.87% yellow, and 91.37% black,
It has a hue angle of 51.5 degrees, a saturation of 18.95%, and a lightness of 7.26%.
The closest websafe color is #000000.
The hexadecimal color #16150F has RGB values of R:22, G:21, B:15 and CMYK values of C:0, M:4.52, Y:31.87, K:91.37. It has a decimal value of 1447183.
Hexadecimal | #16150F | #16150F |
RGB Decimal | 22, 21, 15 | rgb(22, 21, 15) |
RGB Percent | 8.6275, 8.2353, 5.8824 | rgb(8.6275%, 8.2353%, 5.8824%) |
RGB Proportion | 0.0863, 0.0824, 0.0588 | rgb(0.0863, 0.0824, 0.0588) |
CMYK | 0, 4.52, 31.87, 91.37 | |
HSL | 51.5ยบ, 18.95, 7.26 | hsl(51.5, 18.95%, 7.26%) |
Websafe | 000000 | #000000 |
XYZ | 0.686, 0.742, 0.559 | |
Yxy | 0.742, 0.345, 0.373 | |
CIE-LAB | 6.702, -0.789, 3.56 | |
CIE-LCH | 6.702, 3.646, 102.496 | |
CIE-LUV | 6.702, 0.481, 2.316 | |
Hunter-Lab | 8.614, -0.859, 2.182 |
Colors that go well with #16150F.
Common HTML and CSS shortcodes for #16150F.
<div style="color: #16150F;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #16150F;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #16150F;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #16150F to transparent.
<div style="background: linear-gradient(#16150F, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #16150F to transparent.
<div style="background: radial-gradient(#16150F, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #16150F to #E9EAF0.
<div style="background: linear-gradient(#16150F, #E9EAF0);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #16150F to #E9EAF0.
<div style="background: radial-gradient(#16150F, #E9EAF0);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #16150F; }
.background { background-color: #16150F; }
.border { border: 1px solid #16150F; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #000000 while the lightest tint is #FBFBFA.