COLOR #010203

HEX: #010203
RGB: (1,2,3)

Color info

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

RGB color model

#010203 color RGB value is (1,2,3).

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

RGB channels and saturation

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

1
2
3

R + G + B ~ 1%. #010203 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 2 + 3 = 6 (100%)
R 1 of 6 ~ 16.67%
G 2 of 6 ~ 33.33%
B 3 of 6 ~ 50%

%16.67
%33.33
%50

CMYK color model

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

  • cyan value is 66.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 98.82%
CMYK:
(67,33,0,99)
C67M33Y0K99 
(67%,33%,0%,99%)
(0.67/0.33/0.00/0.99)	

CMYK percentages

%66.67
%33.33
%0
%98.82

Codes

Color #010203 in popluar color models

010203
RGB123
HSL210°50.00%0.78%
HSB/HSV210°66.67%1.18%
CMYK66.67%33.33%0.00%
98.82%

Color #010203 in popluar number systems.

HEX010203
Decimal123
Binary11011
Octal123

Shades and tints

Tints of #010203

#010203
(1,2,3)
#181919
(24,25,25)
#2F302F
(47,48,47)
#464745
(70,71,69)
#5D5E5B
(93,94,91)
#747571
(116,117,113)
#8B8C87
(139,140,135)
#A2A39D
(162,163,157)
#B9BAB3
(185,186,179)
#D0D1C9
(208,209,201)
#E7E8DF
(231,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010203; }

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

This text font color is #010203.


Background Color

.myBgColor { background-color: #010203; }

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

This div background color is #010203.


Border color

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

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

This div border color is #010203.


Opacity

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

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

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

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

This text has shadow with #010203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010203 on black background.


Color preview on white background

This text has color #010203 on white background.



Black color preview on #010203 background

This text has black color on #010203 background.


White color preview on #010203 background

This text has white color on #010203 background.