COLOR #110106

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
1
6

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

Portions of RGB colors in percentages

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

%70.83
%25

CMYK color model

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

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

CMYK percentages

%0
%94.12
%64.71
%93.33

Codes

Color #110106 in popluar color models

110106
RGB1716
HSL341°88.89%3.53%
HSB/HSV341°94.12%6.67%
CMYK0.00%94.12%64.71%
93.33%

Color #110106 in popluar number systems.

HEX110106
Decimal1716
Binary100011110
Octal2116

Shades and tints

Shades of #110106

#110106
(17,1,6)
#100106
(16,1,6)
#0F0106
(15,1,6)
#0E0106
(14,1,6)
#0D0106
(13,1,6)
#0C0106
(12,1,6)
#0B0106
(11,1,6)
#0A0106
(10,1,6)
#090106
(9,1,6)
#080106
(8,1,6)
#070106
(7,1,6)
#000000
(0,0,0)

Tints of #110106

#110106
(17,1,6)
#26181C
(38,24,28)
#3B2F32
(59,47,50)
#504648
(80,70,72)
#655D5E
(101,93,94)
#7A7474
(122,116,116)
#8F8B8A
(143,139,138)
#A4A2A0
(164,162,160)
#B9B9B6
(185,185,182)
#CED0CC
(206,208,204)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110106; }

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

This text font color is #110106.


Background Color

.myBgColor { background-color: #110106; }

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

This div background color is #110106.


Border color

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

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

This div border color is #110106.


Opacity

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

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

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

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

This text has shadow with #110106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110106 on black background.


Color preview on white background

This text has color #110106 on white background.



Black color preview on #110106 background

This text has black color on #110106 background.


White color preview on #110106 background

This text has white color on #110106 background.