color details

Color Details
#1b0a0b Color Hex

#1b0a0b color RGB value is (1, 176, 160).
#1b0a0b hex color red value is 1, green value is 176, and blue value is 160.
Cylindrical-coordinate representations (HSL) of color #1b0a0b hue: 174.51, saturation: 0.99 and lightness: 0.35.

The process color (four-color CMYK) of #1b0a0b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #1b0a0b is #ff9999. Color #1b0a0b contains mainly RED.

Color Spaces
Color spaces of #1b0a0bValue
RGB27, 10, 11
HSL0.99, 0.46, 0.07
HSV356°, 63°, 11°
XYZ0.62, 0.47, 0.38
Base Numbers
Base Red Green Blue
Binary 11011 1010 1011
Octal 33 12 13
Decimal 27 10 11
Hex 1B A B

RGB Percentages for Color #1b0a0b

56.25%
20.83%
22.92%

CMYK Percentages of the Color #1b0a0b

62.96%
59.26%
89.41%
CSS Codes for Color #1b0a0b
.mybgColor {background-color: #1b0a0b;}
.myforeColor {color: #1b0a0b;}
.myborderColor {border:3px solid #1b0a0b;}
Text Font Color #1b0a0b

<p style="color:#1b0a0b">Text here</p>

This sample text is styled with the font color #1b0a0b. 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 #1b0a0b

<div style="background-color:#1b0a0b">Div content here</div>

The background color of this div is #1b0a0b
Border Color #1b0a0b

<div style="border:3px solid #1b0a0b">Div here</div>

The border color of this div is #1b0a0b
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(27, 10, 11, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #1b0a0b;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #1b0a0b;
-webkit-box-shadow: 1px 1px 3px #1b0a0b;
box-shadow: 1px 1px 3px #1b0a0b;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27, 10, 11, 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 #1b0a0b;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #1b0a0b; -webkit-box-shadow: 1px 1px 3px #1b0a0b; box-shadow: 1px 1px 3px #1b0a0b;">Div content here</div>

This div box has a shadow with a specified color. #1b0a0b

Scroll to Top