COLOR #011016

HEX: #011016 RGB: (1,16,22)

Color info

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

RGB color model

#011016 color RGB value is (1,16,22).

RGB: (1,16,22) (0%, 6%, 9%)

RGB channels and saturation

R 1 of 255 = 0%
G 16 of 255 = 6%
B 22 of 255 = 9%

1
16
22

R + G + B ~ 5%. #011016 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 16 + 22 = 39 (100%)
R 1 of 39 ~ 2.56%
G 16 of 39 ~ 41.03%
B 22 of 39 ~ 56.41'%

%41.03
%56.41

CMYK color model

#011016 color CMYK value is (95,27,0,91).

  • cyan value is 95.45%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 91.37%

CMYK: (95,27,0,91)
C95M27Y0K91 (95%, 27%, 0%, 91%)
(0.95 / 0.27 / 0.00 / 0.91)

CMYK percentages

%95.45
%27.27
%0
%91.37

Codes

Color #011016 in popluar color models

01 10 16
RGB 1 16 22
HSL 197° 91.30% 4.51%
HSB/HSV 197° 95.45% 8.63%
CMYK 95.45% 27.27% 0.00%
91.37%

Color #011016 in popluar number systems.

HEX 01 10 16
Decimal 1 16 22
Binary 1 10000 10110
Octal 1 20 26

Shades and tints

Shades of #011016

#011016
(1,16,22)
#010F14
(1,15,20)
#010E12
(1,14,18)
#010D10
(1,13,16)
#010C0E
(1,12,14)
#010B0C
(1,11,12)
#010A0A
(1,10,10)
#010908
(1,9,8)
#010806
(1,8,6)
#010704
(1,7,4)
#010602
(1,6,2)
#000000
(0,0,0)

Tints of #011016

#011016
(1,16,22)
#18252B
(24,37,43)
#2F3A40
(47,58,64)
#464F55
(70,79,85)
#5D646A
(93,100,106)
#74797F
(116,121,127)
#8B8E94
(139,142,148)
#A2A3A9
(162,163,169)
#B9B8BE
(185,184,190)
#D0CDD3
(208,205,211)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011016; }

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

This text font color is #011016.

Background Color

.myBgColor { background-color: #011016; }

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

This div background color is #011016.

Border color

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

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

This div border color is #011016.

Opacity

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

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

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

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

This text has shadow with #011016 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011016.

Preview

Color preview on black background

This text has color #011016 on black background.


Color preview on white background

This text has color #011016 on white background.


Black color preview on #011016 background

This text has black color on #011016 background.


White color preview on #011016 background

This text has white color on #011016 background.


Related colors

Complementary color

Complementary color for #hex is #FEEFE9.


I love getcolorcode.com

Triadic colors

1 #160110 and #101601 with #011016 are triadic colors.

2 #161001 and #100116 with #011016 are triadic colors.