color details

Color Details
#19191b Color Hex

#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
Color spaces of #19191bValue
RGB25, 25, 27
HSL0.67, 0.04, 0.1
HSV240°, 7°, 11°
XYZ0.95, 0.98, 1.18
Base Numbers
Base Red Green Blue
Binary 11001 11001 11011
Octal 31 31 33
Decimal 25 25 27
Hex 19 19 1B

RGB Percentages for Color #19191b

32.47%
32.47%
35.06%

CMYK Percentages of the Color #19191b

7.41%
7.41%
89.41%
CSS Codes for Color #19191b
.mybgColor {background-color: #19191b;}
.myforeColor {color: #19191b;}
.myborderColor {border:3px solid #19191b;}
Text Font Color #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,

Background Color #19191b

<div style="background-color:#19191b">Div content here</div>

The background color of this div is #19191b
Border Color #19191b

<div style="border:3px solid #19191b">Div here</div>

The border color of this div is #19191b
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25, 25, 27, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #19191b;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #19191b

Scroll to Top