COLOR #001416

HEX: #001416 RGB: (0,20,22)

Color info

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

RGB color model

#001416 color RGB value is (0,20,22).

RGB: (0,20,22) (0%, 8%, 9%)

RGB channels and saturation

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

0
20
22

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

Portions of RGB colors in percentages

R + G + B = 0 + 20 + 22 = 42 (100%)
R 0 of 42 ~ 0%
G 20 of 42 ~ 47.62%
B 22 of 42 ~ 52.38'%

%47.62
%52.38

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 91.37%

CMYK: (100,9,0,91)
C100M9Y0K91 (100%, 9%, 0%, 91%)
(1.00 / 0.09 / 0.00 / 0.91)

CMYK percentages

%100
%9.09
%0
%91.37

Codes

Color #001416 in popluar color models

00 14 16
RGB 0 20 22
HSL 185° 100.00% 4.31%
HSB/HSV 185° 100.00% 8.63%
CMYK 100.00% 9.09% 0.00%
91.37%

Color #001416 in popluar number systems.

HEX 00 14 16
Decimal 0 20 22
Binary 0 10100 10110
Octal 0 24 26

Shades and tints

Shades of #001416

#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)
#000A02
(0,10,2)
#000000
(0,0,0)

Tints of #001416

#001416
(0,20,22)
#17292B
(23,41,43)
#2E3E40
(46,62,64)
#455355
(69,83,85)
#5C686A
(92,104,106)
#737D7F
(115,125,127)
#8A9294
(138,146,148)
#A1A7A9
(161,167,169)
#B8BCBE
(184,188,190)
#CFD1D3
(207,209,211)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001416; }

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

This text font color is #001416.

Background Color

.myBgColor { background-color: #001416; }

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

This div background color is #001416.

Border color

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

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

This div border color is #001416.

Opacity

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

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

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

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

This text has shadow with #001416 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001416.

Preview

Color preview on black background

This text has color #001416 on black background.


Color preview on white background

This text has color #001416 on white background.


Black color preview on #001416 background

This text has black color on #001416 background.


White color preview on #001416 background

This text has white color on #001416 background.


Related colors

Complementary color

Complementary color for #hex is #FFEBE9.


I love getcolorcode.com

Triadic colors

1 #160014 and #141600 with #001416 are triadic colors.

2 #161400 and #140016 with #001416 are triadic colors.