COLOR #001818

HEX: #001818
RGB: (0,24,24)

Color info

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

RGB color model

#001818 color RGB value is (0,24,24).

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

RGB channels and saturation

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

0
24
24

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

Portions of RGB colors in percentages

R + G + B =
0 + 24 + 24 = 48 (100%)
R 0 of 48 ~ 0%
G 24 of 48 ~ 50%
B 24 of 48 ~ 50%

%50
%50

CMYK color model

#001818 color CMYK value is (100,0,0,91).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(100,0,0,91)
C100M0Y0K91 
(100%,0%,0%,91%)
(1.00/0.00/0.00/0.91)	

CMYK percentages

%100
%0
%0
%90.59

Codes

Color #001818 in popluar color models

001818
RGB02424
HSL180°100.00%4.71%
HSB/HSV180°100.00%9.41%
CMYK100.00%0.00%0.00%
90.59%

Color #001818 in popluar number systems.

HEX001818
Decimal02424
Binary01100011000
Octal03030

Shades and tints

Shades of #001818

#001818
(0,24,24)
#001616
(0,22,22)
#001414
(0,20,20)
#001212
(0,18,18)
#001010
(0,16,16)
#000E0E
(0,14,14)
#000C0C
(0,12,12)
#000A0A
(0,10,10)
#000808
(0,8,8)
#000606
(0,6,6)
#000404
(0,4,4)
#000000
(0,0,0)

Tints of #001818

#001818
(0,24,24)
#172D2D
(23,45,45)
#2E4242
(46,66,66)
#455757
(69,87,87)
#5C6C6C
(92,108,108)
#738181
(115,129,129)
#8A9696
(138,150,150)
#A1ABAB
(161,171,171)
#B8C0C0
(184,192,192)
#CFD5D5
(207,213,213)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001818; }

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

This text font color is #001818.


Background Color

.myBgColor { background-color: #001818; }

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

This div background color is #001818.


Border color

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

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

This div border color is #001818.


Opacity

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

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

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

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

This text has shadow with #001818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001818 on black background.


Color preview on white background

This text has color #001818 on white background.



Black color preview on #001818 background

This text has black color on #001818 background.


White color preview on #001818 background

This text has white color on #001818 background.