COLOR #110A0B

HEX: #110A0B RGB: (17,10,11)

Color info

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

RGB color model

#110A0B color RGB value is (17,10,11).

RGB: (17,10,11) (7%, 4%, 4%)

RGB channels and saturation

R 17 of 255 = 7%
G 10 of 255 = 4%
B 11 of 255 = 4%

17
10
11

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

Portions of RGB colors in percentages

R + G + B = 17 + 10 + 11 = 38 (100%)
R 17 of 38 ~ 44.74%
G 10 of 38 ~ 26.32%
B 11 of 38 ~ 28.95'%

%44.74
%26.32
%28.95

CMYK color model

#110A0B color CMYK value is (0,41,35,93).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 35.29%
  • key color value is 93.33%

CMYK: (0,41,35,93)
C0M41Y35K93 (0%, 41%, 35%, 93%)
(0.00 / 0.41 / 0.35 / 0.93)

CMYK percentages

%0
%41.18
%35.29
%93.33

Codes

Color #110A0B in popluar color models

11 0A 0B
RGB 17 10 11
HSL 351° 25.93% 5.29%
HSB/HSV 351° 41.18% 6.67%
CMYK 0.00% 41.18% 35.29%
93.33%

Color #110A0B in popluar number systems.

HEX 11 0A 0B
Decimal 17 10 11
Binary 10001 1010 1011
Octal 21 12 13

Shades and tints

Shades of #110A0B

#110A0B
(17,10,11)
#100A0A
(16,10,10)
#0F0A09
(15,10,9)
#0E0A08
(14,10,8)
#0D0A07
(13,10,7)
#0C0A06
(12,10,6)
#0B0A05
(11,10,5)
#0A0A04
(10,10,4)
#090A03
(9,10,3)
#080A02
(8,10,2)
#070A01
(7,10,1)
#000000
(0,0,0)

Tints of #110A0B

#110A0B
(17,10,11)
#262021
(38,32,33)
#3B3637
(59,54,55)
#504C4D
(80,76,77)
#656263
(101,98,99)
#7A7879
(122,120,121)
#8F8E8F
(143,142,143)
#A4A4A5
(164,164,165)
#B9BABB
(185,186,187)
#CED0D1
(206,208,209)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110A0B; }

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

This text font color is #110A0B.

Background Color

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

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

This div background color is #110A0B.

Border color

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

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

This div border color is #110A0B.

Opacity

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

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

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

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

This text has shadow with #110A0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110A0B.

Preview

Color preview on black background

This text has color #110A0B on black background.


Color preview on white background

This text has color #110A0B on white background.


Black color preview on #110A0B background

This text has black color on #110A0B background.


White color preview on #110A0B background

This text has white color on #110A0B background.


Related colors

Complementary color

Complementary color for #hex is #EEF5F4.


I love getcolorcode.com

Triadic colors

1 #0B110A and #0A0B11 with #110A0B are triadic colors.

2 #0B0A11 and #0A110B with #110A0B are triadic colors.