COLOR #11051B

HEX: #11051B
RGB: (17,5,27)

Color info

#11051B contains red, green and blue colors in about the same proportion. Web safe color of #11051B is #000033 (or #003).

RGB color model

#11051B color RGB value is (17,5,27).

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

RGB channels and saturation

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

17
5
27

R + G + B ~ 7%. #11051B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 5 + 27 = 49 (100%)
R 17 of 49 ~ 34.69%
G 5 of 49 ~ 10.2%
B 27 of 49 ~ 55.1%

%34.69
%10.2
%55.1

CMYK color model

#11051B color CMYK value is (37,81,0,89).

  • cyan value is 37.04%
  • magenta value is 81.48%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(37,81,0,89)
C37M81Y0K89 
(37%,81%,0%,89%)
(0.37/0.81/0.00/0.89)	

CMYK percentages

%37.04
%81.48
%0
%89.41

Codes

Color #11051B in popluar color models

11051B
RGB17527
HSL273°68.75%6.27%
HSB/HSV273°81.48%10.59%
CMYK37.04%81.48%0.00%
89.41%

Color #11051B in popluar number systems.

HEX11051B
Decimal17527
Binary1000110111011
Octal21533

Shades and tints

Shades of #11051B

#11051B
(17,5,27)
#100519
(16,5,25)
#0F0517
(15,5,23)
#0E0515
(14,5,21)
#0D0513
(13,5,19)
#0C0511
(12,5,17)
#0B050F
(11,5,15)
#0A050D
(10,5,13)
#09050B
(9,5,11)
#080509
(8,5,9)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #11051B

#11051B
(17,5,27)
#261B2F
(38,27,47)
#3B3143
(59,49,67)
#504757
(80,71,87)
#655D6B
(101,93,107)
#7A737F
(122,115,127)
#8F8993
(143,137,147)
#A49FA7
(164,159,167)
#B9B5BB
(185,181,187)
#CECBCF
(206,203,207)
#E3E1E3
(227,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11051B; }

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

This text font color is #11051B.


Background Color

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

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

This div background color is #11051B.


Border color

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

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

This div border color is #11051B.


Opacity

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

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

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

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

This text has shadow with #11051B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11051B on black background.


Color preview on white background

This text has color #11051B on white background.



Black color preview on #11051B background

This text has black color on #11051B background.


White color preview on #11051B background

This text has white color on #11051B background.