COLOR #0A0201

HEX: #0A0201
RGB: (10,2,1)

Color info

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

RGB color model

#0A0201 color RGB value is (10,2,1).

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

RGB channels and saturation

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

10
2
1

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

Portions of RGB colors in percentages

R + G + B =
10 + 2 + 1 = 13 (100%)
R 10 of 13 ~ 76.92%
G 2 of 13 ~ 15.38%
B 1 of 13 ~ 7.69%

%76.92
%15.38

CMYK color model

#0A0201 color CMYK value is (0,80,90,96).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 90.00%
  • key color value is 96.08%
CMYK:
(0,80,90,96)
C0M80Y90K96 
(0%,80%,90%,96%)
(0.00/0.80/0.90/0.96)	

CMYK percentages

%0
%80
%90
%96.08

Codes

Color #0A0201 in popluar color models

0A0201
RGB1021
HSL81.82%2.16%
HSB/HSV90.00%3.92%
CMYK0.00%80.00%90.00%
96.08%

Color #0A0201 in popluar number systems.

HEX0A0201
Decimal1021
Binary1010101
Octal1221

Shades and tints

Tints of #0A0201

#0A0201
(10,2,1)
#201918
(32,25,24)
#36302F
(54,48,47)
#4C4746
(76,71,70)
#625E5D
(98,94,93)
#787574
(120,117,116)
#8E8C8B
(142,140,139)
#A4A3A2
(164,163,162)
#BABAB9
(186,186,185)
#D0D1D0
(208,209,208)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0201; }

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

This text font color is #0A0201.


Background Color

.myBgColor { background-color: #0A0201; }

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

This div background color is #0A0201.


Border color

.myBorderColor { border: 1px solid #0A0201; }

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

This div border color is #0A0201.


Opacity

.myOpacity80 { color: #0A0201; opacity: 0.8; }

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

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

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

This text has shadow with #0A0201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0201 on black background.


Color preview on white background

This text has color #0A0201 on white background.



Black color preview on #0A0201 background

This text has black color on #0A0201 background.


White color preview on #0A0201 background

This text has white color on #0A0201 background.