COLOR #111000

HEX: #111000 RGB: (17,16,0)

Color info

#111000 contains only red and green colors. Web safe color of #111000 is #000000 (or #000).

RGB color model

#111000 color RGB value is (17,16,0).

RGB: (17,16,0) (7%, 6%, 0%)

RGB channels and saturation

R 17 of 255 = 7%
G 16 of 255 = 6%
B 0 of 255 = 0%

17
16
0

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

Portions of RGB colors in percentages

R + G + B = 17 + 16 + 0 = 33 (100%)
R 17 of 33 ~ 51.52%
G 16 of 33 ~ 48.48%
B 0 of 33 ~ 0'%

%51.52
%48.48

CMYK color model

#111000 color CMYK value is (0,6,100,93).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 100.00%
  • key color value is 93.33%

CMYK: (0,6,100,93)
C0M6Y100K93 (0%, 6%, 100%, 93%)
(0.00 / 0.06 / 1.00 / 0.93)

CMYK percentages

%0
%5.88
%100
%93.33

Codes

Color #111000 in popluar color models

11 10 00
RGB 17 16 0
HSL 56° 100.00% 3.33%
HSB/HSV 56° 100.00% 6.67%
CMYK 0.00% 5.88% 100.00%
93.33%

Color #111000 in popluar number systems.

HEX 11 10 00
Decimal 17 16 0
Binary 10001 10000 0
Octal 21 20 0

Shades and tints

Shades of #111000

#111000
(17,16,0)
#100F00
(16,15,0)
#0F0E00
(15,14,0)
#0E0D00
(14,13,0)
#0D0C00
(13,12,0)
#0C0B00
(12,11,0)
#0B0A00
(11,10,0)
#0A0900
(10,9,0)
#090800
(9,8,0)
#080700
(8,7,0)
#070600
(7,6,0)
#000000
(0,0,0)

Tints of #111000

#111000
(17,16,0)
#262517
(38,37,23)
#3B3A2E
(59,58,46)
#504F45
(80,79,69)
#65645C
(101,100,92)
#7A7973
(122,121,115)
#8F8E8A
(143,142,138)
#A4A3A1
(164,163,161)
#B9B8B8
(185,184,184)
#CECDCF
(206,205,207)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111000 color. Also use rgb(17,16,0) instead hex code.

Text Font Color

.myTextColor { color: #111000; }

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

This text font color is #111000.

Background Color

.myBgColor { background-color: #111000; }

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

This div background color is #111000.

Border color

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

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

This div border color is #111000.

Opacity

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

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

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

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

This text has shadow with #111000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111000.

Preview

Color preview on black background

This text has color #111000 on black background.


Color preview on white background

This text has color #111000 on white background.


Black color preview on #111000 background

This text has black color on #111000 background.


White color preview on #111000 background

This text has white color on #111000 background.


Related colors

Complementary color

Complementary color for #hex is #EEEFFF.


I love getcolorcode.com

Triadic colors

1 #001110 and #100011 with #111000 are triadic colors.

2 #001011 and #101100 with #111000 are triadic colors.