Hex #41001e Color
equivalent to
RGB
(65, 0, 30)Details of #41001e
|
|
|
|
Color HEX #41001e matches (65, 0, 30) in RGB.
#41001e hex color red value is 65, green value is 0 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #41001e hue: 0.92, saturation: 1.00 and the lightness value of 41001e is 0.13.
The process color (four color CMYK) of #41001e color hex is 0.00, 1.00, 0.54, 0.75. Web safe color of #41001e is #330033. Color #41001e contains mainly RED color.
Base Numbers
|
|
|
|
#41001e tints
#41001e shades
RGB in % of #41001e
CMYK in % of #41001e
Preview Color #41001e on black ground
Very nice color.
Preview Color #41001e on white ground
Very nice color.
CSS Codes #41001e color
.mybgcolor {background-color:#41001e; } .myforecolor {color:#41001e; } .mybordercolor {border:3px solid #41001e; }
Text Font Color #41001e
<p style="color:#41001e">Text here</p>
This sample text font color is #41001e
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.
Background Color #41001e
<div style="background-color:#41001e">
Div content here</div>
This div background color is #41001e
Border Color #41001e
<div style="border:3px solid #41001e">
Div here</div>
The color of this border is #41001e
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41001e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41001e; -webkit-box-shadow: 1px 1px 3px 2px #41001e; box-shadow: 1px 1px 3px 2px #41001e; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #41001e">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41001e; -webkit-box-shadow: 1px 1px 3px 2px #41001e; box-shadow: 1px 1px 3px 2px #41001e;">
Div content here</div>
The shadow of div box using color #41001e