COLOR #111501

HEX: #111501 RGB: (17,21,1)

Color info

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

RGB color model

#111501 color RGB value is (17,21,1).

RGB: (17,21,1) (7%, 8%, 0%)

RGB channels and saturation

R 17 of 255 = 7%
G 21 of 255 = 8%
B 1 of 255 = 0%

17
21
1

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

Portions of RGB colors in percentages

R + G + B = 17 + 21 + 1 = 39 (100%)
R 17 of 39 ~ 43.59%
G 21 of 39 ~ 53.85%
B 1 of 39 ~ 2.56'%

%43.59
%53.85

CMYK color model

#111501 color CMYK value is (19,0,95,92).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 91.76%
CMYK: (19,0,95,92) C19M0Y95K92 (19%,0%,95%,92%) (0.19/0.00/0.95/0.92) 

CMYK percentages

%19.05
%0
%95.24
%91.76

Codes

Color #111501 in popluar color models

11 15 01
RGB 17 21 1
HSL 72° 90.91% 4.31%
HSB/HSV 72° 95.24% 8.24%
CMYK 19.05% 0.00% 95.24%
91.76%

Color #111501 in popluar number systems.

HEX 11 15 01
Decimal 17 21 1
Binary 10001 10101 1
Octal 21 25 1

Shades and tints

Shades of #111501

#111501
(17,21,1)
#101401
(16,20,1)
#0F1301
(15,19,1)
#0E1201
(14,18,1)
#0D1101
(13,17,1)
#0C1001
(12,16,1)
#0B0F01
(11,15,1)
#0A0E01
(10,14,1)
#090D01
(9,13,1)
#080C01
(8,12,1)
#070B01
(7,11,1)
#000000
(0,0,0)

Tints of #111501

#111501
(17,21,1)
#262A18
(38,42,24)
#3B3F2F
(59,63,47)
#505446
(80,84,70)
#65695D
(101,105,93)
#7A7E74
(122,126,116)
#8F938B
(143,147,139)
#A4A8A2
(164,168,162)
#B9BDB9
(185,189,185)
#CED2D0
(206,210,208)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111501; }

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

This text font color is #111501.

Background Color

.myBgColor { background-color: #111501; }

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

This div background color is #111501.

Border color

.myBorderColor { border: 1px solid #111501; }

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

This div border color is #111501.

Opacity

.myOpacity80 { color: #111501; opacity: 0.8; }

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

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

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

This text has shadow with #111501 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111501.

Preview

Color preview on black background

This text has color #111501 on black background.


Color preview on white background

This text has color #111501 on white background.


Black color preview on #111501 background

This text has black color on #111501 background.


White color preview on #111501 background

This text has white color on #111501 background.


Related colors

Complementary color

Complementary color for #hex is #EEEAFE.


I love getcolorcode.com

Triadic colors

1 #011115 and #150111 with #111501 are triadic colors.

2 #011511 and #151101 with #111501 are triadic colors.