Color spaces of #361219
RGB | 54 | 18 | 25 |
---|---|---|---|
HSL | 0.97 | 0.50 | 0.14 |
HSV | 348° | 67° | 21° |
CMYK | 0.00 | 0.67 | 0.54 0.79 |
XYZ | 1.9131 | 1.2871 | 1.0673 |
Yxy | 1.2871 | 0.4483 | 0.3016 |
Hunter Lab | 11.3450 | 10.2464 | 2.3637 |
CIE-Lab | 11.1850 | 18.8331 | 4.0678 |
#361219 color RGB value is (54,18,25).
#361219 hex color red value is 54, green value is 18 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #361219 hue: 0.97 , saturation: 0.50 and the lightness value of 361219 is 0.14.
The process color (four color CMYK) of #361219 color hex is 0.00, 0.67, 0.54, 0.79. Web safe color of #361219 is #330000. Color #361219 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00010010 | 00011001 |
Octal | 66 | 22 | 31 |
Decimal | 54 | 18 | 25 |
Hex | 36 | 12 | 19 |
Shades of #361219
Tints of #361219
RGB Percentages of Color #361219
CMYK Percentages of Color #361219
Complementary Color
#361219 | #12362f |
#361219 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#361219 Color Preview on White Background
Lorem ipsum dolor sit amet.
#361219 Color CSS Codes
.mybgcolor {background-color:#361219; } .myforecolor {color:#361219; } .mybordercolor {border:3px solid #361219; }
#361219 Text Font Color
<p style="color:#361219">Text here</p>
This sample text font color is #361219
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.
#361219 Background Color
<div style="background-color:#361219">
Div content here</div>
This div background color is #361219
#361219 Border Color
<div style="border:3px solid #361219">
Div here</div>
This div border color is #361219
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,18,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #361219; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #361219; -webkit-box-shadow: 1px 1px 3px 2px #361219; box-shadow: 1px 1px 3px 2px #361219; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,18,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #361219">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #361219; -webkit-box-shadow: 1px 1px 3px 2px #361219; box-shadow: 1px 1px 3px 2px #361219;">
Div content here</div>
This div box has shadow with color #361219
Comments
No comments written yet.
Please login to write comment.