COLOR #110B0C

HEX: #110B0C
RGB: (17,11,12)

Color info

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

RGB color model

#110B0C color RGB value is (17,11,12).

  • red value is 17;
  • green value is 11;
  • blue value is 12.
RGB:
(17,11,12)
(7%,4%,5%)

RGB channels and saturation

R 17 of 255 = 7%
G 11 of 255 = 4%
B 12 of 255 = 5%

17
11
12

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

Portions of RGB colors in percentages

R + G + B =
17 + 11 + 12 = 40 (100%)
R 17 of 40 ~ 42.5%
G 11 of 40 ~ 27.5%
B 12 of 40 ~ 30%

%42.5
%27.5
%30

CMYK color model

#110B0C color CMYK value is (0,35,29,93).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 29.41%
  • key color value is 93.33%
CMYK:
(0,35,29,93)
C0M35Y29K93 
(0%,35%,29%,93%)
(0.00/0.35/0.29/0.93)	

CMYK percentages

%0
%35.29
%29.41
%93.33

Codes

Color #110B0C in popluar color models

110B0C
RGB171112
HSL350°21.43%5.49%
HSB/HSV350°35.29%6.67%
CMYK0.00%35.29%29.41%
93.33%

Color #110B0C in popluar number systems.

HEX110B0C
Decimal171112
Binary1000110111100
Octal211314

Shades and tints

Shades of #110B0C

#110B0C
(17,11,12)
#100A0B
(16,10,11)
#0F090A
(15,9,10)
#0E0809
(14,8,9)
#0D0708
(13,7,8)
#0C0607
(12,6,7)
#0B0506
(11,5,6)
#0A0405
(10,4,5)
#090304
(9,3,4)
#080203
(8,2,3)
#070102
(7,1,2)
#000000
(0,0,0)

Tints of #110B0C

#110B0C
(17,11,12)
#262122
(38,33,34)
#3B3738
(59,55,56)
#504D4E
(80,77,78)
#656364
(101,99,100)
#7A797A
(122,121,122)
#8F8F90
(143,143,144)
#A4A5A6
(164,165,166)
#B9BBBC
(185,187,188)
#CED1D2
(206,209,210)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110B0C color. Also use rgb(17,11,12) instead hex code.

Text Font Color

.myTextColor { color: #110B0C; }

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

This text font color is #110B0C.


Background Color

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

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

This div background color is #110B0C.


Border color

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

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

This div border color is #110B0C.


Opacity

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

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

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

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

This text has shadow with #110B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110B0C on black background.


Color preview on white background

This text has color #110B0C on white background.



Black color preview on #110B0C background

This text has black color on #110B0C background.


White color preview on #110B0C background

This text has white color on #110B0C background.