COLOR #010102

HEX: #010102
RGB: (1,1,2)

Color info

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

RGB color model

#010102 color RGB value is (1,1,2).

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

RGB channels and saturation

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

1
1
2

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

Portions of RGB colors in percentages

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

%25
%25
%50

CMYK color model

#010102 color CMYK value is (50,50,0,99).

  • cyan value is 50.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 99.22%
CMYK:
(50,50,0,99)
C50M50Y0K99 
(50%,50%,0%,99%)
(0.50/0.50/0.00/0.99)	

CMYK percentages

%50
%50
%0
%99.22

Codes

Color #010102 in popluar color models

010102
RGB112
HSL240°33.33%0.59%
HSB/HSV240°50.00%0.78%
CMYK50.00%50.00%0.00%
99.22%

Color #010102 in popluar number systems.

HEX010102
Decimal112
Binary1110
Octal112

Shades and tints

Tints of #010102

#010102
(1,1,2)
#181819
(24,24,25)
#2F2F30
(47,47,48)
#464647
(70,70,71)
#5D5D5E
(93,93,94)
#747475
(116,116,117)
#8B8B8C
(139,139,140)
#A2A2A3
(162,162,163)
#B9B9BA
(185,185,186)
#D0D0D1
(208,208,209)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010102; }

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

This text font color is #010102.


Background Color

.myBgColor { background-color: #010102; }

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

This div background color is #010102.


Border color

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

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

This div border color is #010102.


Opacity

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

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

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

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

This text has shadow with #010102 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010102 on black background.


Color preview on white background

This text has color #010102 on white background.



Black color preview on #010102 background

This text has black color on #010102 background.


White color preview on #010102 background

This text has white color on #010102 background.