COLOR #001911

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
25
17

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

Portions of RGB colors in percentages

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

%59.52
%40.48

CMYK color model

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

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

CMYK percentages

%100
%0
%32
%90.2

Codes

Color #001911 in popluar color models

001911
RGB02517
HSL161°100.00%4.90%
HSB/HSV161°100.00%9.80%
CMYK100.00%0.00%32.00%
90.20%

Color #001911 in popluar number systems.

HEX001911
Decimal02517
Binary01100110001
Octal03121

Shades and tints

Shades of #001911

#001911
(0,25,17)
#001710
(0,23,16)
#00150F
(0,21,15)
#00130E
(0,19,14)
#00110D
(0,17,13)
#000F0C
(0,15,12)
#000D0B
(0,13,11)
#000B0A
(0,11,10)
#000909
(0,9,9)
#000708
(0,7,8)
#000507
(0,5,7)
#000000
(0,0,0)

Tints of #001911

#001911
(0,25,17)
#172D26
(23,45,38)
#2E413B
(46,65,59)
#455550
(69,85,80)
#5C6965
(92,105,101)
#737D7A
(115,125,122)
#8A918F
(138,145,143)
#A1A5A4
(161,165,164)
#B8B9B9
(184,185,185)
#CFCDCE
(207,205,206)
#E6E1E3
(230,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001911; }

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

This text font color is #001911.


Background Color

.myBgColor { background-color: #001911; }

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

This div background color is #001911.


Border color

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

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

This div border color is #001911.


Opacity

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

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

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

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

This text has shadow with #001911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001911 on black background.


Color preview on white background

This text has color #001911 on white background.



Black color preview on #001911 background

This text has black color on #001911 background.


White color preview on #001911 background

This text has white color on #001911 background.