Color spaces of #341213
RGB | 52 | 18 | 19 |
---|---|---|---|
HSL | 1.00 | 0.49 | 0.14 |
HSV | 358° | 65° | 20° |
CMYK | 0.00 | 0.65 | 0.63 0.80 |
XYZ | 1.7500 | 1.2097 | 0.7574 |
Yxy | 1.2097 | 0.4708 | 0.3254 |
Hunter Lab | 10.9986 | 9.1536 | 3.6162 |
CIE-Lab | 10.6287 | 17.2501 | 7.4920 |
#341213 color RGB value is (52,18,19).
#341213 hex color red value is 52, green value is 18 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #341213 hue: 1.00 , saturation: 0.49 and the lightness value of 341213 is 0.14.
The process color (four color CMYK) of #341213 color hex is 0.00, 0.65, 0.63, 0.80. Web safe color of #341213 is #330000. Color #341213 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 00010010 | 00010011 |
Octal | 64 | 22 | 23 |
Decimal | 52 | 18 | 19 |
Hex | 34 | 12 | 13 |
Shades of #341213
Tints of #341213
RGB Percentages of Color #341213
CMYK Percentages of Color #341213
Complementary Color
#341213 | #123433 |
#341213 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#341213 Color Preview on White Background
Lorem ipsum dolor sit amet.
#341213 Color CSS Codes
.mybgcolor {background-color:#341213; } .myforecolor {color:#341213; } .mybordercolor {border:3px solid #341213; }
#341213 Text Font Color
<p style="color:#341213">Text here</p>
This sample text font color is #341213
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.
#341213 Background Color
<div style="background-color:#341213">
Div content here</div>
This div background color is #341213
#341213 Border Color
<div style="border:3px solid #341213">
Div here</div>
This div border color is #341213
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,18,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #341213; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #341213; -webkit-box-shadow: 1px 1px 3px 2px #341213; box-shadow: 1px 1px 3px 2px #341213; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,18,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #341213">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #341213; -webkit-box-shadow: 1px 1px 3px 2px #341213; box-shadow: 1px 1px 3px 2px #341213;">
Div content here</div>
This div box has shadow with color #341213
Comments
No comments written yet.
Please login to write comment.