Color spaces of #19181c
RGB | 25 | 24 | 28 |
---|---|---|---|
HSL | 0.71 | 0.08 | 0.10 |
HSV | 255° | 14° | 11° |
CMYK | 0.11 | 0.14 | 0.00 0.89 |
XYZ | 0.9371 | 0.9438 | 1.2314 |
Yxy | 0.9438 | 0.3011 | 0.3032 |
Hunter Lab | 9.7149 | 0.2169 | -0.7147 |
CIE-Lab | 8.5142 | 1.5495 | -2.6269 |
#19181c color RGB value is (25,24,28).
#19181c hex color red value is 25, green value is 24 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #19181c hue: 0.71 , saturation: 0.08 and the lightness value of 19181c is 0.10.
The process color (four color CMYK) of #19181c color hex is 0.11, 0.14, 0.00, 0.89. Web safe color of #19181c is #000033. Color #19181c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 00011000 | 00011100 |
Octal | 31 | 30 | 34 |
Decimal | 25 | 24 | 28 |
Hex | 19 | 18 | 1C |
Shades of #19181c
Tints of #19181c
RGB Percentages of Color #19181c
CMYK Percentages of Color #19181c
Complementary Color
#19181c | #1b1c18 |
#19181c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#19181c Color Preview on White Background
Lorem ipsum dolor sit amet.
#19181c Color CSS Codes
.mybgcolor {background-color:#19181c; } .myforecolor {color:#19181c; } .mybordercolor {border:3px solid #19181c; }
#19181c Text Font Color
<p style="color:#19181c">Text here</p>
This sample text font color is #19181c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#19181c Background Color
<div style="background-color:#19181c">
Div content here</div>
This div background color is #19181c
#19181c Border Color
<div style="border:3px solid #19181c">
Div here</div>
This div border color is #19181c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,24,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #19181c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #19181c; -webkit-box-shadow: 1px 1px 3px 2px #19181c; box-shadow: 1px 1px 3px 2px #19181c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,24,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #19181c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #19181c; -webkit-box-shadow: 1px 1px 3px 2px #19181c; box-shadow: 1px 1px 3px 2px #19181c;">
Div content here</div>
This div box has shadow with color #19181c
#19181c Color Palettes
Comments
No comments written yet.
Please login to write comment.