COLOR #11050B

HEX: #11050B
RGB: (17,5,11)

Color info

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

RGB color model

#11050B color RGB value is (17,5,11).

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

RGB channels and saturation

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

17
5
11

R + G + B ~ 4%. #11050B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 5 + 11 = 33 (100%)
R 17 of 33 ~ 51.52%
G 5 of 33 ~ 15.15%
B 11 of 33 ~ 33.33%

%51.52
%15.15
%33.33

CMYK color model

#11050B color CMYK value is (0,71,35,93).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 35.29%
  • key color value is 93.33%
CMYK:
(0,71,35,93)
C0M71Y35K93 
(0%,71%,35%,93%)
(0.00/0.71/0.35/0.93)	

CMYK percentages

%0
%70.59
%35.29
%93.33

Codes

Color #11050B in popluar color models

11050B
RGB17511
HSL330°54.55%4.31%
HSB/HSV330°70.59%6.67%
CMYK0.00%70.59%35.29%
93.33%

Color #11050B in popluar number systems.

HEX11050B
Decimal17511
Binary100011011011
Octal21513

Shades and tints

Shades of #11050B

#11050B
(17,5,11)
#10050A
(16,5,10)
#0F0509
(15,5,9)
#0E0508
(14,5,8)
#0D0507
(13,5,7)
#0C0506
(12,5,6)
#0B0505
(11,5,5)
#0A0504
(10,5,4)
#090503
(9,5,3)
#080502
(8,5,2)
#070501
(7,5,1)
#000000
(0,0,0)

Tints of #11050B

#11050B
(17,5,11)
#261B21
(38,27,33)
#3B3137
(59,49,55)
#50474D
(80,71,77)
#655D63
(101,93,99)
#7A7379
(122,115,121)
#8F898F
(143,137,143)
#A49FA5
(164,159,165)
#B9B5BB
(185,181,187)
#CECBD1
(206,203,209)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11050B; }

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

This text font color is #11050B.


Background Color

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

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

This div background color is #11050B.


Border color

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

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

This div border color is #11050B.


Opacity

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

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

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

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

This text has shadow with #11050B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11050B on black background.


Color preview on white background

This text has color #11050B on white background.



Black color preview on #11050B background

This text has black color on #11050B background.


White color preview on #11050B background

This text has white color on #11050B background.