COLOR #011106

HEX: #011106
RGB: (1,17,6)

Color info

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

RGB color model

#011106 color RGB value is (1,17,6).

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

RGB channels and saturation

R 1 of 255 = 0%
G 17 of 255 = 7%
B 6 of 255 = 2%

1
17
6

R + G + B ~ 3%. #011106 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 17 + 6 = 24 (100%)
R 1 of 24 ~ 4.17%
G 17 of 24 ~ 70.83%
B 6 of 24 ~ 25%

%70.83
%25

CMYK color model

#011106 color CMYK value is (94,0,65,93).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 93.33%
CMYK:
(94,0,65,93)
C94M0Y65K93 
(94%,0%,65%,93%)
(0.94/0.00/0.65/0.93)	

CMYK percentages

%94.12
%0
%64.71
%93.33

Codes

Color #011106 in popluar color models

011106
RGB1176
HSL139°88.89%3.53%
HSB/HSV139°94.12%6.67%
CMYK94.12%0.00%64.71%
93.33%

Color #011106 in popluar number systems.

HEX011106
Decimal1176
Binary110001110
Octal1216

Shades and tints

Shades of #011106

#011106
(1,17,6)
#011006
(1,16,6)
#010F06
(1,15,6)
#010E06
(1,14,6)
#010D06
(1,13,6)
#010C06
(1,12,6)
#010B06
(1,11,6)
#010A06
(1,10,6)
#010906
(1,9,6)
#010806
(1,8,6)
#010706
(1,7,6)
#000000
(0,0,0)

Tints of #011106

#011106
(1,17,6)
#18261C
(24,38,28)
#2F3B32
(47,59,50)
#465048
(70,80,72)
#5D655E
(93,101,94)
#747A74
(116,122,116)
#8B8F8A
(139,143,138)
#A2A4A0
(162,164,160)
#B9B9B6
(185,185,182)
#D0CECC
(208,206,204)
#E7E3E2
(231,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011106; }

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

This text font color is #011106.


Background Color

.myBgColor { background-color: #011106; }

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

This div background color is #011106.


Border color

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

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

This div border color is #011106.


Opacity

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

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

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

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

This text has shadow with #011106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011106 on black background.


Color preview on white background

This text has color #011106 on white background.



Black color preview on #011106 background

This text has black color on #011106 background.


White color preview on #011106 background

This text has white color on #011106 background.