COLOR #11011E

HEX: #11011E
RGB: (17,1,30)

Color info

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

RGB color model

#11011E color RGB value is (17,1,30).

  • red value is 17;
  • green value is 1;
  • blue value is 30.
RGB:
(17,1,30)
(7%,0%,12%)

RGB channels and saturation

R 17 of 255 = 7%
G 1 of 255 = 0%
B 30 of 255 = 12%

17
1
30

R + G + B ~ 6%. #11011E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 1 + 30 = 48 (100%)
R 17 of 48 ~ 35.42%
G 1 of 48 ~ 2.08%
B 30 of 48 ~ 62.5%

%35.42
%62.5

CMYK color model

#11011E color CMYK value is (43,97,0,88).

  • cyan value is 43.33%
  • magenta value is 96.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(43,97,0,88)
C43M97Y0K88 
(43%,97%,0%,88%)
(0.43/0.97/0.00/0.88)	

CMYK percentages

%43.33
%96.67
%0
%88.24

Codes

Color #11011E in popluar color models

11011E
RGB17130
HSL273°93.55%6.08%
HSB/HSV273°96.67%11.76%
CMYK43.33%96.67%0.00%
88.24%

Color #11011E in popluar number systems.

HEX11011E
Decimal17130
Binary10001111110
Octal21136

Shades and tints

Shades of #11011E

#11011E
(17,1,30)
#10011C
(16,1,28)
#0F011A
(15,1,26)
#0E0118
(14,1,24)
#0D0116
(13,1,22)
#0C0114
(12,1,20)
#0B0112
(11,1,18)
#0A0110
(10,1,16)
#09010E
(9,1,14)
#08010C
(8,1,12)
#07010A
(7,1,10)
#000000
(0,0,0)

Tints of #11011E

#11011E
(17,1,30)
#261832
(38,24,50)
#3B2F46
(59,47,70)
#50465A
(80,70,90)
#655D6E
(101,93,110)
#7A7482
(122,116,130)
#8F8B96
(143,139,150)
#A4A2AA
(164,162,170)
#B9B9BE
(185,185,190)
#CED0D2
(206,208,210)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11011E color. Also use rgb(17,1,30) instead hex code.

Text Font Color

.myTextColor { color: #11011E; }

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

This text font color is #11011E.


Background Color

.myBgColor { background-color: #11011E; }

<div style="background-color:#11011E">Inner text</div>

This div background color is #11011E.


Border color

.myBorderColor { border: 1px solid #11011E; }

<div style="border:3px solid #11011E">Div</div>

This div border color is #11011E.


Opacity

.myOpacity80 { color: #11011E; opacity: 0.8; }

<p style="color:#11011E;opacity:0.8;">80%</p>

Text with #11011E 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 #11011E;}

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

This text has shadow with #11011E color.

.textShadow {text-shadow: 3px 3px 1px #11011E, 3px 3px 1px red;}

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

This text has shadow with #11011E primary color and red secondary color.


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

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

This text has shadow with #11011E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11011E on black background.


Color preview on white background

This text has color #11011E on white background.



Black color preview on #11011E background

This text has black color on #11011E background.


White color preview on #11011E background

This text has white color on #11011E background.