COLOR #100D11

HEX: #100D11
RGB: (16,13,17)

Color info

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

RGB color model

#100D11 color RGB value is (16,13,17).

  • red value is 16;
  • green value is 13;
  • blue value is 17.
RGB:
(16,13,17)
(6%,5%,7%)

RGB channels and saturation

R 16 of 255 = 6%
G 13 of 255 = 5%
B 17 of 255 = 7%

16
13
17

R + G + B ~ 6%. #100D11 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 13 + 17 = 46 (100%)
R 16 of 46 ~ 34.78%
G 13 of 46 ~ 28.26%
B 17 of 46 ~ 36.96%

%34.78
%28.26
%36.96

CMYK color model

#100D11 color CMYK value is (6,24,0,93).

  • cyan value is 5.88%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(6,24,0,93)
C6M24Y0K93 
(6%,24%,0%,93%)
(0.06/0.24/0.00/0.93)	

CMYK percentages

%5.88
%23.53
%0
%93.33

Codes

Color #100D11 in popluar color models

100D11
RGB161317
HSL285°13.33%5.88%
HSB/HSV285°23.53%6.67%
CMYK5.88%23.53%0.00%
93.33%

Color #100D11 in popluar number systems.

HEX100D11
Decimal161317
Binary10000110110001
Octal201521

Shades and tints

Shades of #100D11

#100D11
(16,13,17)
#0F0C10
(15,12,16)
#0E0B0F
(14,11,15)
#0D0A0E
(13,10,14)
#0C090D
(12,9,13)
#0B080C
(11,8,12)
#0A070B
(10,7,11)
#09060A
(9,6,10)
#080509
(8,5,9)
#070408
(7,4,8)
#060307
(6,3,7)
#000000
(0,0,0)

Tints of #100D11

#100D11
(16,13,17)
#252326
(37,35,38)
#3A393B
(58,57,59)
#4F4F50
(79,79,80)
#646565
(100,101,101)
#797B7A
(121,123,122)
#8E918F
(142,145,143)
#A3A7A4
(163,167,164)
#B8BDB9
(184,189,185)
#CDD3CE
(205,211,206)
#E2E9E3
(226,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #100D11 color. Also use rgb(16,13,17) instead hex code.

Text Font Color

.myTextColor { color: #100D11; }

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

This text font color is #100D11.


Background Color

.myBgColor { background-color: #100D11; }

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

This div background color is #100D11.


Border color

.myBorderColor { border: 1px solid #100D11; }

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

This div border color is #100D11.


Opacity

.myOpacity80 { color: #100D11; opacity: 0.8; }

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

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

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

This text has shadow with #100D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #100D11 on black background.


Color preview on white background

This text has color #100D11 on white background.



Black color preview on #100D11 background

This text has black color on #100D11 background.


White color preview on #100D11 background

This text has white color on #100D11 background.