COLOR #001918

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
25
24

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

Portions of RGB colors in percentages

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

%51.02
%48.98

CMYK color model

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

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

CMYK percentages

%100
%0
%4
%90.2

Codes

Color #001918 in popluar color models

001918
RGB02524
HSL178°100.00%4.90%
HSB/HSV178°100.00%9.80%
CMYK100.00%0.00%4.00%
90.20%

Color #001918 in popluar number systems.

HEX001918
Decimal02524
Binary01100111000
Octal03130

Shades and tints

Shades of #001918

#001918
(0,25,24)
#001716
(0,23,22)
#001514
(0,21,20)
#001312
(0,19,18)
#001110
(0,17,16)
#000F0E
(0,15,14)
#000D0C
(0,13,12)
#000B0A
(0,11,10)
#000908
(0,9,8)
#000706
(0,7,6)
#000504
(0,5,4)
#000000
(0,0,0)

Tints of #001918

#001918
(0,25,24)
#172D2D
(23,45,45)
#2E4142
(46,65,66)
#455557
(69,85,87)
#5C696C
(92,105,108)
#737D81
(115,125,129)
#8A9196
(138,145,150)
#A1A5AB
(161,165,171)
#B8B9C0
(184,185,192)
#CFCDD5
(207,205,213)
#E6E1EA
(230,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001918; }

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

This text font color is #001918.


Background Color

.myBgColor { background-color: #001918; }

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

This div background color is #001918.


Border color

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

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

This div border color is #001918.


Opacity

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

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

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

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

This text has shadow with #001918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001918 on black background.


Color preview on white background

This text has color #001918 on white background.



Black color preview on #001918 background

This text has black color on #001918 background.


White color preview on #001918 background

This text has white color on #001918 background.