COLOR #010301

HEX: #010301 RGB: (1,3,1)

Color info

#010301 contains red, green and blue colors in about the same proportion. Web safe color of #010301 is #000000 (or #000).

RGB color model

#010301 color RGB value is (1,3,1).

RGB: (1,3,1) (0%, 1%, 0%)

RGB channels and saturation

R 1 of 255 = 0%
G 3 of 255 = 1%
B 1 of 255 = 0%

1
3
1

R + G + B ~ 0%. #010301 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 3 + 1 = 5 (100%)
R 1 of 5 ~ 20%
G 3 of 5 ~ 60%
B 1 of 5 ~ 20'%

%20
%60
%20

CMYK color model

#010301 color CMYK value is (67,0,67,99).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 98.82%

CMYK: (67,0,67,99)
C67M0Y67K99 (67%, 0%, 67%, 99%)
(0.67 / 0.00 / 0.67 / 0.99)

CMYK percentages

%66.67
%0
%66.67
%98.82

Codes

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

Shades and tints

Tints of #010301

#010301
(1,3,1)
#181918
(24,25,24)
#2F2F2F
(47,47,47)
#464546
(70,69,70)
#5D5B5D
(93,91,93)
#747174
(116,113,116)
#8B878B
(139,135,139)
#A29DA2
(162,157,162)
#B9B3B9
(185,179,185)
#D0C9D0
(208,201,208)
#E7DFE7
(231,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010301 color. Also use rgb(1,3,1) instead hex code.

Text Font Color

.myTextColor { color: #010301; }

<p style="color:#010301">This sample text font color is #010301.</p>

This text font color is #010301.

Background Color

.myBgColor { background-color: #010301; }

<div style="background-color:#010301">Inner text</div>

This div background color is #010301.

Border color

.myBorderColor { border: 1px solid #010301; }

<div style="border:3px solid #010301">Div</div>

This div border color is #010301.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #010301.

Preview

Color preview on black background

This text has color #010301 on black background.


Color preview on white background

This text has color #010301 on white background.


Black color preview on #010301 background

This text has black color on #010301 background.


White color preview on #010301 background

This text has white color on #010301 background.


Related colors

Complementary color

Complementary color for #hex is #FEFCFE.


I love getcolorcode.com

Triadic colors

1 #010103 and #030101 with #010301 are triadic colors.

2 #010301 and #030101 with #010301 are triadic colors.