Color spaces of #011113
RGB | 1 | 17 | 19 |
---|---|---|---|
HSL | 0.52 | 0.90 | 0.04 |
HSV | 187° | 95° | 7° |
CMYK | 0.95 | 0.11 | 0.00 0.93 |
XYZ | 0.3305 | 0.4544 | 0.6864 |
Yxy | 0.4544 | 0.2246 | 0.3088 |
Hunter Lab | 6.7409 | -3.0449 | -1.3186 |
CIE-Lab | 4.1046 | -4.1535 | -2.7410 |
#011113 color RGB value is (1,17,19).
#011113 hex color red value is 1, green value is 17 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #011113 hue: 0.52 , saturation: 0.90 and the lightness value of 011113 is 0.04.
The process color (four color CMYK) of #011113 color hex is 0.95, 0.11, 0.00, 0.93. Web safe color of #011113 is #000000. Color #011113 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 00010001 | 00010011 |
Octal | 1 | 21 | 23 |
Decimal | 1 | 17 | 19 |
Hex | 1 | 11 | 13 |
Shades of #011113
Tints of #011113
RGB Percentages of Color #011113
CMYK Percentages of Color #011113
Complementary Color
#011113 | #130301 |
#011113 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#011113 Color Preview on White Background
Lorem ipsum dolor sit amet.
#011113 Color CSS Codes
.mybgcolor {background-color:#011113; } .myforecolor {color:#011113; } .mybordercolor {border:3px solid #011113; }
#011113 Text Font Color
<p style="color:#011113">Text here</p>
This sample text font color is #011113
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.
#011113 Background Color
<div style="background-color:#011113">
Div content here</div>
This div background color is #011113
#011113 Border Color
<div style="border:3px solid #011113">
Div here</div>
This div border color is #011113
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,17,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #011113; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #011113; -webkit-box-shadow: 1px 1px 3px 2px #011113; box-shadow: 1px 1px 3px 2px #011113; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,17,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 #011113">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #011113; -webkit-box-shadow: 1px 1px 3px 2px #011113; box-shadow: 1px 1px 3px 2px #011113;">
Div content here</div>
This div box has shadow with color #011113
Comments
No comments written yet.
Please login to write comment.