COLOR #010001

HEX: #010001
RGB: (1,0,1)

Color info

#010001 contains only red and blue colors. Web safe color of #010001 is #000000 (or #000).

RGB color model

#010001 color RGB value is (1,0,1).

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

RGB channels and saturation

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

1
0
1

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

Portions of RGB colors in percentages

R + G + B =
1 + 0 + 1 = 2 (100%)
R 1 of 2 ~ 50%
G 0 of 2 ~ 0%
B 1 of 2 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%100
%0
%99.61

Codes

Color #010001 in popluar color models

010001
RGB101
HSL300°100.00%0.20%
HSB/HSV300°100.00%0.39%
CMYK0.00%100.00%0.00%
99.61%

Color #010001 in popluar number systems.

HEX010001
Decimal101
Binary101
Octal101

Shades and tints

Tints of #010001

#010001
(1,0,1)
#181718
(24,23,24)
#2F2E2F
(47,46,47)
#464546
(70,69,70)
#5D5C5D
(93,92,93)
#747374
(116,115,116)
#8B8A8B
(139,138,139)
#A2A1A2
(162,161,162)
#B9B8B9
(185,184,185)
#D0CFD0
(208,207,208)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010001; }

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

This text font color is #010001.


Background Color

.myBgColor { background-color: #010001; }

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

This div background color is #010001.


Border color

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

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

This div border color is #010001.


Opacity

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

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

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

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

This text has shadow with #010001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010001 on black background.


Color preview on white background

This text has color #010001 on white background.



Black color preview on #010001 background

This text has black color on #010001 background.


White color preview on #010001 background

This text has white color on #010001 background.