COLOR #001719

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
23
25

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

Portions of RGB colors in percentages

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

%47.92
%52.08

CMYK color model

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

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

CMYK percentages

%100
%8
%0
%90.2

Codes

Color #001719 in popluar color models

001719
RGB02325
HSL185°100.00%4.90%
HSB/HSV185°100.00%9.80%
CMYK100.00%8.00%0.00%
90.20%

Color #001719 in popluar number systems.

HEX001719
Decimal02325
Binary01011111001
Octal02731

Shades and tints

Shades of #001719

#001719
(0,23,25)
#001517
(0,21,23)
#001315
(0,19,21)
#001113
(0,17,19)
#000F11
(0,15,17)
#000D0F
(0,13,15)
#000B0D
(0,11,13)
#00090B
(0,9,11)
#000709
(0,7,9)
#000507
(0,5,7)
#000305
(0,3,5)
#000000
(0,0,0)

Tints of #001719

#001719
(0,23,25)
#172C2D
(23,44,45)
#2E4141
(46,65,65)
#455655
(69,86,85)
#5C6B69
(92,107,105)
#73807D
(115,128,125)
#8A9591
(138,149,145)
#A1AAA5
(161,170,165)
#B8BFB9
(184,191,185)
#CFD4CD
(207,212,205)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001719; }

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

This text font color is #001719.


Background Color

.myBgColor { background-color: #001719; }

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

This div background color is #001719.


Border color

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

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

This div border color is #001719.


Opacity

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

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

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

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

This text has shadow with #001719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001719 on black background.


Color preview on white background

This text has color #001719 on white background.



Black color preview on #001719 background

This text has black color on #001719 background.


White color preview on #001719 background

This text has white color on #001719 background.