COLOR #110D09

HEX: #110D09 RGB: (17,13,9)

Color info

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

RGB color model

#110D09 color RGB value is (17,13,9).

RGB: (17,13,9) (7%, 5%, 4%)

RGB channels and saturation

R 17 of 255 = 7%
G 13 of 255 = 5%
B 9 of 255 = 4%

17
13
9

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

Portions of RGB colors in percentages

R + G + B = 17 + 13 + 9 = 39 (100%)
R 17 of 39 ~ 43.59%
G 13 of 39 ~ 33.33%
B 9 of 39 ~ 23.08'%

%43.59
%33.33
%23.08

CMYK color model

#110D09 color CMYK value is (0,24,47,93).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 47.06%
  • key color value is 93.33%

CMYK: (0,24,47,93)
C0M24Y47K93 (0%, 24%, 47%, 93%)
(0.00 / 0.24 / 0.47 / 0.93)

CMYK percentages

%0
%23.53
%47.06
%93.33

Codes

Color #110D09 in popluar color models

11 0D 09
RGB 17 13 9
HSL 30° 30.77% 5.10%
HSB/HSV 30° 47.06% 6.67%
CMYK 0.00% 23.53% 47.06%
93.33%

Color #110D09 in popluar number systems.

HEX 11 0D 09
Decimal 17 13 9
Binary 10001 1101 1001
Octal 21 15 11

Shades and tints

Shades of #110D09

#110D09
(17,13,9)
#100C09
(16,12,9)
#0F0B09
(15,11,9)
#0E0A09
(14,10,9)
#0D0909
(13,9,9)
#0C0809
(12,8,9)
#0B0709
(11,7,9)
#0A0609
(10,6,9)
#090509
(9,5,9)
#080409
(8,4,9)
#070309
(7,3,9)
#000000
(0,0,0)

Tints of #110D09

#110D09
(17,13,9)
#26231F
(38,35,31)
#3B3935
(59,57,53)
#504F4B
(80,79,75)
#656561
(101,101,97)
#7A7B77
(122,123,119)
#8F918D
(143,145,141)
#A4A7A3
(164,167,163)
#B9BDB9
(185,189,185)
#CED3CF
(206,211,207)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110D09 color. Also use rgb(17,13,9) instead hex code.

Text Font Color

.myTextColor { color: #110D09; }

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

This text font color is #110D09.

Background Color

.myBgColor { background-color: #110D09; }

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

This div background color is #110D09.

Border color

.myBorderColor { border: 1px solid #110D09; }

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

This div border color is #110D09.

Opacity

.myOpacity80 { color: #110D09; opacity: 0.8; }

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

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

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

This text has shadow with #110D09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110D09.

Preview

Color preview on black background

This text has color #110D09 on black background.


Color preview on white background

This text has color #110D09 on white background.


Black color preview on #110D09 background

This text has black color on #110D09 background.


White color preview on #110D09 background

This text has white color on #110D09 background.


Related colors

Complementary color

Complementary color for #hex is #EEF2F6.


I love getcolorcode.com

Triadic colors

1 #09110D and #0D0911 with #110D09 are triadic colors.

2 #090D11 and #0D1109 with #110D09 are triadic colors.