COLOR #001917

HEX: #001917
RGB: (0,25,23)

Color info

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

RGB color model

#001917 color RGB value is (0,25,23).

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

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 23 of 255 = 9%

0
25
23

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

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 23 = 48 (100%)
R 0 of 48 ~ 0%
G 25 of 48 ~ 52.08%
B 23 of 48 ~ 47.92%

%52.08
%47.92

CMYK color model

#001917 color CMYK value is (100,0,8,90).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 90.20%
CMYK:
(100,0,8,90)
C100M0Y8K90 
(100%,0%,8%,90%)
(1.00/0.00/0.08/0.90)	

CMYK percentages

%100
%0
%8
%90.2

Codes

Color #001917 in popluar color models

001917
RGB02523
HSL175°100.00%4.90%
HSB/HSV175°100.00%9.80%
CMYK100.00%0.00%8.00%
90.20%

Color #001917 in popluar number systems.

HEX001917
Decimal02523
Binary01100110111
Octal03127

Shades and tints

Shades of #001917

#001917
(0,25,23)
#001715
(0,23,21)
#001513
(0,21,19)
#001311
(0,19,17)
#00110F
(0,17,15)
#000F0D
(0,15,13)
#000D0B
(0,13,11)
#000B09
(0,11,9)
#000907
(0,9,7)
#000705
(0,7,5)
#000503
(0,5,3)
#000000
(0,0,0)

Tints of #001917

#001917
(0,25,23)
#172D2C
(23,45,44)
#2E4141
(46,65,65)
#455556
(69,85,86)
#5C696B
(92,105,107)
#737D80
(115,125,128)
#8A9195
(138,145,149)
#A1A5AA
(161,165,170)
#B8B9BF
(184,185,191)
#CFCDD4
(207,205,212)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001917; }

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

This text font color is #001917.


Background Color

.myBgColor { background-color: #001917; }

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

This div background color is #001917.


Border color

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

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

This div border color is #001917.


Opacity

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

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

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

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

This text has shadow with #001917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001917 on black background.


Color preview on white background

This text has color #001917 on white background.



Black color preview on #001917 background

This text has black color on #001917 background.


White color preview on #001917 background

This text has white color on #001917 background.