Color spaces of #281421
RGB | 40 | 20 | 33 |
---|---|---|---|
HSL | 0.89 | 0.33 | 0.12 |
HSV | 321° | 50° | 16° |
CMYK | 0.00 | 0.50 | 0.18 0.84 |
XYZ | 1.3997 | 1.0612 | 1.5699 |
Yxy | 1.0612 | 0.3473 | 0.2633 |
Hunter Lab | 10.3015 | 6.2260 | -1.8245 |
CIE-Lab | 9.4912 | 12.6804 | -4.7278 |
#281421 color RGB value is (40,20,33).
#281421 hex color red value is 40, green value is 20 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #281421 hue: 0.89 , saturation: 0.33 and the lightness value of 281421 is 0.12.
The process color (four color CMYK) of #281421 color hex is 0.00, 0.50, 0.18, 0.84. Web safe color of #281421 is #330033. Color #281421 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00010100 | 00100001 |
Octal | 50 | 24 | 41 |
Decimal | 40 | 20 | 33 |
Hex | 28 | 14 | 21 |
Shades of #281421
Tints of #281421
RGB Percentages of Color #281421
CMYK Percentages of Color #281421
Complementary Color
#281421 | #14281b |
#281421 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#281421 Color Preview on White Background
Lorem ipsum dolor sit amet.
#281421 Color CSS Codes
.mybgcolor {background-color:#281421; } .myforecolor {color:#281421; } .mybordercolor {border:3px solid #281421; }
#281421 Text Font Color
<p style="color:#281421">Text here</p>
This sample text font color is #281421
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.
#281421 Background Color
<div style="background-color:#281421">
Div content here</div>
This div background color is #281421
#281421 Border Color
<div style="border:3px solid #281421">
Div here</div>
This div border color is #281421
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,20,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #281421; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #281421; -webkit-box-shadow: 1px 1px 3px 2px #281421; box-shadow: 1px 1px 3px 2px #281421; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,20,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #281421">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #281421; -webkit-box-shadow: 1px 1px 3px 2px #281421; box-shadow: 1px 1px 3px 2px #281421;">
Div content here</div>
This div box has shadow with color #281421
Comments
No comments written yet.
Please login to write comment.