COLOR #111900

HEX: #111900
RGB: (17,25,0)

Color info

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

RGB color model

#111900 color RGB value is (17,25,0).

  • red value is 17;
  • green value is 25;
  • blue value is 0.
RGB:
(17,25,0)
(7%,10%,0%)

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 0 of 255 = 0%

17
25
0

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

Portions of RGB colors in percentages

R + G + B =
17 + 25 + 0 = 42 (100%)
R 17 of 42 ~ 40.48%
G 25 of 42 ~ 59.52%
B 0 of 42 ~ 0%

%40.48
%59.52

CMYK color model

#111900 color CMYK value is (32,0,100,90).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 90.20%
CMYK:
(32,0,100,90)
C32M0Y100K90 
(32%,0%,100%,90%)
(0.32/0.00/1.00/0.90)	

CMYK percentages

%32
%0
%100
%90.2

Codes

Color #111900 in popluar color models

111900
RGB17250
HSL79°100.00%4.90%
HSB/HSV79°100.00%9.80%
CMYK32.00%0.00%100.00%
90.20%

Color #111900 in popluar number systems.

HEX111900
Decimal17250
Binary10001110010
Octal21310

Shades and tints

Shades of #111900

#111900
(17,25,0)
#101700
(16,23,0)
#0F1500
(15,21,0)
#0E1300
(14,19,0)
#0D1100
(13,17,0)
#0C0F00
(12,15,0)
#0B0D00
(11,13,0)
#0A0B00
(10,11,0)
#090900
(9,9,0)
#080700
(8,7,0)
#070500
(7,5,0)
#000000
(0,0,0)

Tints of #111900

#111900
(17,25,0)
#262D17
(38,45,23)
#3B412E
(59,65,46)
#505545
(80,85,69)
#65695C
(101,105,92)
#7A7D73
(122,125,115)
#8F918A
(143,145,138)
#A4A5A1
(164,165,161)
#B9B9B8
(185,185,184)
#CECDCF
(206,205,207)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111900; }

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

This text font color is #111900.


Background Color

.myBgColor { background-color: #111900; }

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

This div background color is #111900.


Border color

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

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

This div border color is #111900.


Opacity

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

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

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

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

This text has shadow with #111900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111900 on black background.


Color preview on white background

This text has color #111900 on white background.



Black color preview on #111900 background

This text has black color on #111900 background.


White color preview on #111900 background

This text has white color on #111900 background.