COLOR #001516

HEX: #001516
RGB: (0,21,22)

Color info

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

RGB color model

#001516 color RGB value is (0,21,22).

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

RGB channels and saturation

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

0
21
22

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

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 22 = 43 (100%)
R 0 of 43 ~ 0%
G 21 of 43 ~ 48.84%
B 22 of 43 ~ 51.16%

%48.84
%51.16

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(100,5,0,91)
C100M5Y0K91 
(100%,5%,0%,91%)
(1.00/0.05/0.00/0.91)	

CMYK percentages

%100
%4.55
%0
%91.37

Codes

Color #001516 in popluar color models

001516
RGB02122
HSL183°100.00%4.31%
HSB/HSV183°100.00%8.63%
CMYK100.00%4.55%0.00%
91.37%

Color #001516 in popluar number systems.

HEX001516
Decimal02122
Binary01010110110
Octal02526

Shades and tints

Shades of #001516

#001516
(0,21,22)
#001414
(0,20,20)
#001312
(0,19,18)
#001210
(0,18,16)
#00110E
(0,17,14)
#00100C
(0,16,12)
#000F0A
(0,15,10)
#000E08
(0,14,8)
#000D06
(0,13,6)
#000C04
(0,12,4)
#000B02
(0,11,2)
#000000
(0,0,0)

Tints of #001516

#001516
(0,21,22)
#172A2B
(23,42,43)
#2E3F40
(46,63,64)
#455455
(69,84,85)
#5C696A
(92,105,106)
#737E7F
(115,126,127)
#8A9394
(138,147,148)
#A1A8A9
(161,168,169)
#B8BDBE
(184,189,190)
#CFD2D3
(207,210,211)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001516; }

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

This text font color is #001516.


Background Color

.myBgColor { background-color: #001516; }

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

This div background color is #001516.


Border color

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

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

This div border color is #001516.


Opacity

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

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

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

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

This text has shadow with #001516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001516 on black background.


Color preview on white background

This text has color #001516 on white background.



Black color preview on #001516 background

This text has black color on #001516 background.


White color preview on #001516 background

This text has white color on #001516 background.