#14010f color RGB value is (1, 64, 16).
#14010f hex color red value is 1, green value is 64, and blue value is 16.
Cylindrical-coordinate representations (HSL) of color #14010f
hue: 134.29,
saturation: 0.97 and lightness: 0.13.
The process color (four-color CMYK) of #14010f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #14010f is #ff9999. Color #14010f contains mainly RED.
| Color spaces of #14010f | Value |
|---|---|
| RGB | 20, 1, 15 |
| HSL | 0.88, 0.9, 0.04 |
| HSV | 316°, 95°, 8° |
| XYZ | 0.39, 0.2, 0.47 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100 | 1 | 1111 |
| Octal | 24 | 1 | 17 |
| Decimal | 20 | 1 | 15 |
| Hex | 14 | 1 | F |
Shades of #14010f
Tints of #14010f
.mybgColor {background-color: #14010f;}
.myforeColor {color: #14010f;}
.myborderColor {border:3px solid #14010f;}
<p style="color:#14010f">Text here</p>
This sample text is styled with the font color #14010f. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#14010f">Div content here</div>
<div style="border:3px solid #14010f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(20, 1, 15, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #14010f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #14010f;
-webkit-box-shadow: 1px 1px 3px #14010f;
box-shadow: 1px 1px 3px #14010f; }
<p style="text-shadow: 4px 4px 2px rgba(20, 1, 15, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #14010f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #14010f;
-webkit-box-shadow: 1px 1px 3px #14010f;
box-shadow: 1px 1px 3px #14010f;">Div content here</div>
