COLOR #001518

HEX: #001518 RGB: (0,21,24)

Color info

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

RGB color model

#001518 color RGB value is (0,21,24).

RGB: (0,21,24) (0%, 8%, 9%)

RGB channels and saturation

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

0
21
24

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

Portions of RGB colors in percentages

R + G + B = 0 + 21 + 24 = 45 (100%)
R 0 of 45 ~ 0%
G 21 of 45 ~ 46.67%
B 24 of 45 ~ 53.33'%

%46.67
%53.33

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (100,13,0,91)
C100M13Y0K91 (100%, 13%, 0%, 91%)
(1.00 / 0.13 / 0.00 / 0.91)

CMYK percentages

%100
%12.5
%0
%90.59

Codes

Color #001518 in popluar color models

00 15 18
RGB 0 21 24
HSL 188° 100.00% 4.71%
HSB/HSV 188° 100.00% 9.41%
CMYK 100.00% 12.50% 0.00%
90.59%

Color #001518 in popluar number systems.

HEX 00 15 18
Decimal 0 21 24
Binary 0 10101 11000
Octal 0 25 30

Shades and tints

Shades of #001518

#001518
(0,21,24)
#001416
(0,20,22)
#001314
(0,19,20)
#001212
(0,18,18)
#001110
(0,17,16)
#00100E
(0,16,14)
#000F0C
(0,15,12)
#000E0A
(0,14,10)
#000D08
(0,13,8)
#000C06
(0,12,6)
#000B04
(0,11,4)
#000000
(0,0,0)

Tints of #001518

#001518
(0,21,24)
#172A2D
(23,42,45)
#2E3F42
(46,63,66)
#455457
(69,84,87)
#5C696C
(92,105,108)
#737E81
(115,126,129)
#8A9396
(138,147,150)
#A1A8AB
(161,168,171)
#B8BDC0
(184,189,192)
#CFD2D5
(207,210,213)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001518; }

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

This text font color is #001518.

Background Color

.myBgColor { background-color: #001518; }

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

This div background color is #001518.

Border color

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

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

This div border color is #001518.

Opacity

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

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

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

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

This text has shadow with #001518 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001518.

Preview

Color preview on black background

This text has color #001518 on black background.


Color preview on white background

This text has color #001518 on white background.


Black color preview on #001518 background

This text has black color on #001518 background.


White color preview on #001518 background

This text has white color on #001518 background.


Related colors

Complementary color

Complementary color for #hex is #FFEAE7.


I love getcolorcode.com

Triadic colors

1 #180015 and #151800 with #001518 are triadic colors.

2 #181500 and #150018 with #001518 are triadic colors.