HEX: #001113
RGB: (0,17,19)
#001113 contains only green and blue colors. Web safe color of #001113 is #000000 (or #000).
#001113 color RGB value is (0,17,19).
RGB: (0,17,19)
(0%, 7%, 7%)
R 0 of 255 = 0%
G 17 of 255 = 7%
B 19 of 255 = 7%
R + G + B ~ 5%. #001113 is dark color.
R + G + B = 0 + 17 + 19 = 36 (100%)
R 0 of 36 ~ 0%
G 17 of 36 ~ 47.22%
B 19 of 36 ~ 52.78'%
#001113 color CMYK value is (100,11,0,93).
CMYK: (100,11,0,93) C100M11Y0K93 (100%,11%,0%,93%) (1.00/0.11/0.00/0.93)
Color #001113 in popluar color models
00 | 11 | 13 | |
---|---|---|---|
RGB | 0 | 17 | 19 |
HSL | 186° | 100.00% | 3.73% |
HSB/HSV | 186° | 100.00% | 7.45% |
CMYK | 100.00% | 10.53% | 0.00% |
92.55% |
Color #001113 in popluar number systems.
HEX | 00 | 11 | 13 |
Decimal | 0 | 17 | 19 |
Binary | 0 | 10001 | 10011 |
Octal | 0 | 21 | 23 |
Shades of #001113
Tints of #001113
Examples of css and html codes for elements with #001113 color. Also use rgb(0,17,19) instead hex code.
.myTextColor { color: #001113; }
<p style="color:#001113">This sample text font color is #001113.</p>
This text font color is #001113.
.myBgColor { background-color: #001113; }
<div style="background-color:#001113">Inner text</div>
This div background color is #001113.
.myBorderColor { border: 1px solid #001113; }
<div style="border:3px solid #001113">Div</div>
This div border color is #001113.
.myOpacity80 { color: #001113; opacity: 0.8; }
<p style="color:#001113;opacity:0.8;">80%</p>
Text with #001113 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #001113;}
<p style="text-shadow: 3px 3px 1px #001113">Text here.</p>
This text has shadow with #001113 color.
.textShadow {text-shadow: 3px 3px 1px #001113', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #001113, 5px 5px 20px red">Text here.</p>
This text has shadow with #001113 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#001113, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#001113, Direction=45, Strength=4)">Text</p>
This text has shadow with #001113 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #001113;
-webkit-box-shadow: 1px 1px 3px 2px #001113;
box-shadow: 1px 1px 3px 2px #001113;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #001113; -webkit-box-shadow: 1px 1px 3px 2px #001113; box-shadow:1px 1px 3px 2px #001113;">
Div content here
</div>
This text has color #001113 on black background.
This text has color #001113 on white background.
This text has black color on #001113 background.
This text has white color on #001113 background.
Complementary color for #hex is #FFEEEC.