COLOR #010101

HEX: #010101
RGB: (1,1,1)

Color info

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

RGB color model

#010101 color RGB value is (1,1,1).

  • red value is 1;
  • green value is 1;
  • blue value is 1.
RGB:
(1,1,1)
(0%,0%,0%)

RGB channels and saturation

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

1
1
1

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

Portions of RGB colors in percentages

R + G + B =
1 + 1 + 1 = 3 (100%)
R 1 of 3 ~ 33.33%
G 1 of 3 ~ 33.33%
B 1 of 3 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#010101 color CMYK value is (0,0,0,100).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 99.61%
CMYK:
(0,0,0,100)
C0M0Y0K100 
(0%,0%,0%,100%)
(0.00/0.00/0.00/1.00)	

CMYK percentages

%0
%0
%0
%99.61

Codes

Color #010101 in popluar color models

010101
RGB111
HSL0.00%0.00%
HSB/HSV0.00%0.00%
CMYK0.00%0.00%0.00%
99.61%

Color #010101 in popluar number systems.

HEX010101
Decimal111
Binary111
Octal111

Shades and tints

Tints of #010101

#010101
(1,1,1)
#181818
(24,24,24)
#2F2F2F
(47,47,47)
#464646
(70,70,70)
#5D5D5D
(93,93,93)
#747474
(116,116,116)
#8B8B8B
(139,139,139)
#A2A2A2
(162,162,162)
#B9B9B9
(185,185,185)
#D0D0D0
(208,208,208)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010101; }

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

This text font color is #010101.


Background Color

.myBgColor { background-color: #010101; }

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

This div background color is #010101.


Border color

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

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

This div border color is #010101.


Opacity

.myOpacity80 { color: #010101; opacity: 0.8; }

<p style="color:#010101;opacity:0.8;">80%</p>

Text with #010101 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 #010101;}

<p style="text-shadow: 3px 3px 1px #010101">Text here.</p>

This text has shadow with #010101 color.

.textShadow {text-shadow: 3px 3px 1px #010101, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #010101, 5px 5px 20px red">Text here.</p>

This text has shadow with #010101 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#010101, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#010101, Direction=45, Strength=4)">Text</p>

This text has shadow with #010101 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #010101;
  -webkit-box-shadow:	1px 1px 3px 2px #010101;
  box-shadow:		1px 1px 3px 2px #010101;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #010101;
-webkit-box-shadow: 1px 1px 3px 2px #010101;
box-shadow:1px 1px 3px 2px #010101;">
Div content here</div>
This div box has shadow with color #010101.

Preview

Color preview on black background

This text has color #010101 on black background.


Color preview on white background

This text has color #010101 on white background.



Black color preview on #010101 background

This text has black color on #010101 background.


White color preview on #010101 background

This text has white color on #010101 background.