Color spaces of #441816
RGB | 68 | 24 | 22 |
---|---|---|---|
HSL | 0.01 | 0.51 | 0.18 |
HSV | 3° | 68° | 27° |
CMYK | 0.00 | 0.65 | 0.68 0.73 |
XYZ | 2.8553 | 1.9401 | 0.9830 |
Yxy | 1.9401 | 0.4941 | 0.3358 |
Hunter Lab | 13.9287 | 12.2160 | 5.5658 |
CIE-Lab | 15.1697 | 21.0801 | 12.0960 |
#441816 color RGB value is (68,24,22).
#441816 hex color red value is 68, green value is 24 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #441816 hue: 0.01 , saturation: 0.51 and the lightness value of 441816 is 0.18.
The process color (four color CMYK) of #441816 color hex is 0.00, 0.65, 0.68, 0.73. Web safe color of #441816 is #330000. Color #441816 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00011000 | 00010110 |
Octal | 104 | 30 | 26 |
Decimal | 68 | 24 | 22 |
Hex | 44 | 18 | 16 |
Shades of #441816
Tints of #441816
RGB Percentages of Color #441816
CMYK Percentages of Color #441816
Complementary Color
#441816 | #164244 |
#441816 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#441816 Color Preview on White Background
Lorem ipsum dolor sit amet.
#441816 Color CSS Codes
.mybgcolor {background-color:#441816; } .myforecolor {color:#441816; } .mybordercolor {border:3px solid #441816; }
#441816 Text Font Color
<p style="color:#441816">Text here</p>
This sample text font color is #441816
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.
#441816 Background Color
<div style="background-color:#441816">
Div content here</div>
This div background color is #441816
#441816 Border Color
<div style="border:3px solid #441816">
Div here</div>
This div border color is #441816
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,24,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #441816; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #441816; -webkit-box-shadow: 1px 1px 3px 2px #441816; box-shadow: 1px 1px 3px 2px #441816; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,24,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #441816">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #441816; -webkit-box-shadow: 1px 1px 3px 2px #441816; box-shadow: 1px 1px 3px 2px #441816;">
Div content here</div>
This div box has shadow with color #441816
Comments
No comments written yet.
Please login to write comment.