COLOR #11080B

HEX: #11080B RGB: (17,8,11)

Color info

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

RGB color model

#11080B color RGB value is (17,8,11).

RGB: (17,8,11) (7%, 3%, 4%)

RGB channels and saturation

R 17 of 255 = 7%
G 8 of 255 = 3%
B 11 of 255 = 4%

17
8
11

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

Portions of RGB colors in percentages

R + G + B = 17 + 8 + 11 = 36 (100%)
R 17 of 36 ~ 47.22%
G 8 of 36 ~ 22.22%
B 11 of 36 ~ 30.56'%

%47.22
%22.22
%30.56

CMYK color model

#11080B color CMYK value is (0,53,35,93).

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

CMYK: (0,53,35,93)
C0M53Y35K93 (0%, 53%, 35%, 93%)
(0.00 / 0.53 / 0.35 / 0.93)

CMYK percentages

%0
%52.94
%35.29
%93.33

Codes

Color #11080B in popluar color models

11 08 0B
RGB 17 8 11
HSL 340° 36.00% 4.90%
HSB/HSV 340° 52.94% 6.67%
CMYK 0.00% 52.94% 35.29%
93.33%

Color #11080B in popluar number systems.

HEX 11 08 0B
Decimal 17 8 11
Binary 10001 1000 1011
Octal 21 10 13

Shades and tints

Shades of #11080B

#11080B
(17,8,11)
#10080A
(16,8,10)
#0F0809
(15,8,9)
#0E0808
(14,8,8)
#0D0807
(13,8,7)
#0C0806
(12,8,6)
#0B0805
(11,8,5)
#0A0804
(10,8,4)
#090803
(9,8,3)
#080802
(8,8,2)
#070801
(7,8,1)
#000000
(0,0,0)

Tints of #11080B

#11080B
(17,8,11)
#261E21
(38,30,33)
#3B3437
(59,52,55)
#504A4D
(80,74,77)
#656063
(101,96,99)
#7A7679
(122,118,121)
#8F8C8F
(143,140,143)
#A4A2A5
(164,162,165)
#B9B8BB
(185,184,187)
#CECED1
(206,206,209)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11080B color. Also use rgb(17,8,11) instead hex code.

Text Font Color

.myTextColor { color: #11080B; }

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

This text font color is #11080B.

Background Color

.myBgColor { background-color: #11080B; }

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

This div background color is #11080B.

Border color

.myBorderColor { border: 1px solid #11080B; }

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

This div border color is #11080B.

Opacity

.myOpacity80 { color: #11080B; opacity: 0.8; }

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

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

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

This text has shadow with #11080B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #11080B.

Preview

Color preview on black background

This text has color #11080B on black background.


Color preview on white background

This text has color #11080B on white background.


Black color preview on #11080B background

This text has black color on #11080B background.


White color preview on #11080B background

This text has white color on #11080B background.


Related colors

Complementary color

Complementary color for #hex is #EEF7F4.


I love getcolorcode.com

Triadic colors

1 #0B1108 and #080B11 with #11080B are triadic colors.

2 #0B0811 and #08110B with #11080B are triadic colors.