COLOR #001410

HEX: #001410 RGB: (0,20,16)

Color info

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

RGB color model

#001410 color RGB value is (0,20,16).

RGB: (0,20,16) (0%, 8%, 6%)

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 16 of 255 = 6%

0
20
16

R + G + B ~ 5%. #001410 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 20 + 16 = 36 (100%)
R 0 of 36 ~ 0%
G 20 of 36 ~ 55.56%
B 16 of 36 ~ 44.44'%

%55.56
%44.44

CMYK color model

#001410 color CMYK value is (100,0,20,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 92.16%

CMYK: (100,0,20,92)
C100M0Y20K92 (100%, 0%, 20%, 92%)
(1.00 / 0.00 / 0.20 / 0.92)

CMYK percentages

%100
%0
%20
%92.16

Codes

Color #001410 in popluar color models

00 14 10
RGB 0 20 16
HSL 168° 100.00% 3.92%
HSB/HSV 168° 100.00% 7.84%
CMYK 100.00% 0.00% 20.00%
92.16%

Color #001410 in popluar number systems.

HEX 00 14 10
Decimal 0 20 16
Binary 0 10100 10000
Octal 0 24 20

Shades and tints

Shades of #001410

#001410
(0,20,16)
#00130F
(0,19,15)
#00120E
(0,18,14)
#00110D
(0,17,13)
#00100C
(0,16,12)
#000F0B
(0,15,11)
#000E0A
(0,14,10)
#000D09
(0,13,9)
#000C08
(0,12,8)
#000B07
(0,11,7)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #001410

#001410
(0,20,16)
#172925
(23,41,37)
#2E3E3A
(46,62,58)
#45534F
(69,83,79)
#5C6864
(92,104,100)
#737D79
(115,125,121)
#8A928E
(138,146,142)
#A1A7A3
(161,167,163)
#B8BCB8
(184,188,184)
#CFD1CD
(207,209,205)
#E6E6E2
(230,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001410; }

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

This text font color is #001410.

Background Color

.myBgColor { background-color: #001410; }

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

This div background color is #001410.

Border color

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

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

This div border color is #001410.

Opacity

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

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

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

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

This text has shadow with #001410 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001410.

Preview

Color preview on black background

This text has color #001410 on black background.


Color preview on white background

This text has color #001410 on white background.


Black color preview on #001410 background

This text has black color on #001410 background.


White color preview on #001410 background

This text has white color on #001410 background.


Related colors

Complementary color

Complementary color for #hex is #FFEBEF.


I love getcolorcode.com

Triadic colors

1 #100014 and #141000 with #001410 are triadic colors.

2 #101400 and #140010 with #001410 are triadic colors.