COLOR #01010A

HEX: #01010A RGB: (1,1,10)

Color info

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

RGB color model

#01010A color RGB value is (1,1,10).

RGB: (1,1,10) (0%, 0%, 4%)

RGB channels and saturation

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

1
1
10

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

Portions of RGB colors in percentages

R + G + B = 1 + 1 + 10 = 12 (100%)
R 1 of 12 ~ 8.33%
G 1 of 12 ~ 8.33%
B 10 of 12 ~ 83.33'%

%83.33

CMYK color model

#01010A color CMYK value is (90,90,0,96).

  • cyan value is 90.00%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 96.08%

CMYK: (90,90,0,96)
C90M90Y0K96 (90%, 90%, 0%, 96%)
(0.90 / 0.90 / 0.00 / 0.96)

CMYK percentages

%90
%90
%0
%96.08

Codes

Color #01010A in popluar color models

01 01 0A
RGB 1 1 10
HSL 240° 81.82% 2.16%
HSB/HSV 240° 90.00% 3.92%
CMYK 90.00% 90.00% 0.00%
96.08%

Color #01010A in popluar number systems.

HEX 01 01 0A
Decimal 1 1 10
Binary 1 1 1010
Octal 1 1 12

Shades and tints

Tints of #01010A

#01010A
(1,1,10)
#181820
(24,24,32)
#2F2F36
(47,47,54)
#46464C
(70,70,76)
#5D5D62
(93,93,98)
#747478
(116,116,120)
#8B8B8E
(139,139,142)
#A2A2A4
(162,162,164)
#B9B9BA
(185,185,186)
#D0D0D0
(208,208,208)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01010A; }

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

This text font color is #01010A.

Background Color

.myBgColor { background-color: #01010A; }

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

This div background color is #01010A.

Border color

.myBorderColor { border: 1px solid #01010A; }

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

This div border color is #01010A.

Opacity

.myOpacity80 { color: #01010A; opacity: 0.8; }

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

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

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

This text has shadow with #01010A color.


.textShadow {text-shadow: 3px 3px 1px #01010A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01010A; -webkit-box-shadow: 1px 1px 3px 2px #01010A; box-shadow:1px 1px 3px 2px #01010A;">
Div content here
</div>

This div box has shadow with color #01010A.

Preview

Color preview on black background

This text has color #01010A on black background.


Color preview on white background

This text has color #01010A on white background.


Black color preview on #01010A background

This text has black color on #01010A background.


White color preview on #01010A background

This text has white color on #01010A background.


Related colors

Complementary color

Complementary color for #hex is #FEFEF5.


I love getcolorcode.com