#19191b color RGB value is (1, 145, 145).
#19191b hex color red value is 1, green value is 145, and blue value is 145.
Cylindrical-coordinate representations (HSL) of color #19191b
hue: 180,
saturation: 0.99 and lightness: 0.29.
The process color (four-color CMYK) of #19191b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #19191b is #ff9999. Color #19191b contains mainly RED.
Color spaces of #19191b | Value |
---|---|
RGB | 25, 25, 27 |
HSL | 0.67, 0.04, 0.1 |
HSV | 240°, 7°, 11° |
XYZ | 0.95, 0.98, 1.18 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001 | 11001 | 11011 |
Octal | 31 | 31 | 33 |
Decimal | 25 | 25 | 27 |
Hex | 19 | 19 | 1B |
Shades of #19191b
Tints of #19191b
.mybgColor {background-color: #19191b;} .myforeColor {color: #19191b;} .myborderColor {border:3px solid #19191b;}
<p style="color:#19191b">Text here</p>
This sample text is styled with the font color #19191b. 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:#19191b">Div content here</div>
<div style="border:3px solid #19191b">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25, 25, 27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #19191b; } .divShadow { -moz-box-shadow: 1px 1px 3px #19191b; -webkit-box-shadow: 1px 1px 3px #19191b; box-shadow: 1px 1px 3px #19191b; }
<p style="text-shadow: 4px 4px 2px rgba(25, 25, 27, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #19191b;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #19191b;
-webkit-box-shadow: 1px 1px 3px #19191b;
box-shadow: 1px 1px 3px #19191b;">Div content here</div>