HEX: #010301
RGB: (1,3,1)
#010301 contains red, green and blue colors in about the same proportion. Web safe color of #010301 is #000000 (or #000).
#010301 color RGB value is (1,3,1).
RGB: (1,3,1)
(0%, 1%, 0%)
R 1 of 255 = 0%
G 3 of 255 = 1%
B 1 of 255 = 0%
R + G + B ~ 0%. #010301 is dark color.
R + G + B = 1 + 3 + 1 = 5 (100%)
R 1 of 5 ~ 20%
G 3 of 5 ~ 60%
B 1 of 5 ~ 20'%
#010301 color CMYK value is (67,0,67,99).
CMYK: (67,0,67,99)
C67M0Y67K99 (67%, 0%, 67%, 99%)
(0.67 / 0.00 / 0.67 / 0.99)
Color #010301 in popluar color models
01 | 03 | 01 | |
---|---|---|---|
RGB | 1 | 3 | 1 |
HSL | 120° | 50.00% | 0.78% |
HSB/HSV | 120° | 66.67% | 1.18% |
CMYK | 66.67% | 0.00% | 66.67% |
98.82% |
Color #010301 in popluar number systems.
HEX | 01 | 03 | 01 |
Decimal | 1 | 3 | 1 |
Binary | 1 | 11 | 1 |
Octal | 1 | 3 | 1 |
Tints of #010301
Examples of css and html codes for elements with #010301 color. Also use rgb(1,3,1) instead hex code.
.myTextColor { color: #010301; }
<p style="color:#010301">This sample text font color is #010301.</p>
This text font color is #010301.
.myBgColor { background-color: #010301; }
<div style="background-color:#010301">Inner text</div>
This div background color is #010301.
.myBorderColor { border: 1px solid #010301; }
<div style="border:3px solid #010301">Div</div>
This div border color is #010301.
.myOpacity80 { color: #010301; opacity: 0.8; }
<p style="color:#010301;opacity:0.8;">80%</p>
Text with #010301 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #010301;}
<p style="text-shadow: 3px 3px 1px #010301">Text here.</p>
This text has shadow with #010301 color.
.textShadow {text-shadow: 3px 3px 1px #010301', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #010301, 5px 5px 20px red">Text here.</p>
This text has shadow with #010301 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#010301, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#010301, Direction=45, Strength=4)">Text</p>
This text has shadow with #010301 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #010301;
-webkit-box-shadow: 1px 1px 3px 2px #010301;
box-shadow: 1px 1px 3px 2px #010301;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #010301; -webkit-box-shadow: 1px 1px 3px 2px #010301; box-shadow:1px 1px 3px 2px #010301;">
Div content here
</div>
This text has color #010301 on black background.
This text has color #010301 on white background.
This text has black color on #010301 background.
This text has white color on #010301 background.
Complementary color for #hex is #FEFCFE.