COLOR #001819

HEX: #001819
RGB: (0,24,25)

Color info

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

RGB color model

#001819 color RGB value is (0,24,25).

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

RGB channels and saturation

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

0
24
25

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

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 25 = 49 (100%)
R 0 of 49 ~ 0%
G 24 of 49 ~ 48.98%
B 25 of 49 ~ 51.02%

%48.98
%51.02

CMYK color model

#001819 color CMYK value is (100,4,0,90).

  • cyan value is 100.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(100,4,0,90)
C100M4Y0K90 
(100%,4%,0%,90%)
(1.00/0.04/0.00/0.90)	

CMYK percentages

%100
%4
%0
%90.2

Codes

Color #001819 in popluar color models

001819
RGB02425
HSL182°100.00%4.90%
HSB/HSV182°100.00%9.80%
CMYK100.00%4.00%0.00%
90.20%

Color #001819 in popluar number systems.

HEX001819
Decimal02425
Binary01100011001
Octal03031

Shades and tints

Shades of #001819

#001819
(0,24,25)
#001617
(0,22,23)
#001415
(0,20,21)
#001213
(0,18,19)
#001011
(0,16,17)
#000E0F
(0,14,15)
#000C0D
(0,12,13)
#000A0B
(0,10,11)
#000809
(0,8,9)
#000607
(0,6,7)
#000405
(0,4,5)
#000000
(0,0,0)

Tints of #001819

#001819
(0,24,25)
#172D2D
(23,45,45)
#2E4241
(46,66,65)
#455755
(69,87,85)
#5C6C69
(92,108,105)
#73817D
(115,129,125)
#8A9691
(138,150,145)
#A1ABA5
(161,171,165)
#B8C0B9
(184,192,185)
#CFD5CD
(207,213,205)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001819; }

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

This text font color is #001819.


Background Color

.myBgColor { background-color: #001819; }

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

This div background color is #001819.


Border color

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

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

This div border color is #001819.


Opacity

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

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

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

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

This text has shadow with #001819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001819 on black background.


Color preview on white background

This text has color #001819 on white background.



Black color preview on #001819 background

This text has black color on #001819 background.


White color preview on #001819 background

This text has white color on #001819 background.