COLOR #011D14

HEX: #011D14 RGB: (1,29,20)

Color info

#011D14 contains red, green and blue colors in about the same proportion. Web safe color of #011D14 is #003300 (or #030).

RGB color model

#011D14 color RGB value is (1,29,20).

RGB: (1,29,20) (0%, 11%, 8%)

RGB channels and saturation

R 1 of 255 = 0%
G 29 of 255 = 11%
B 20 of 255 = 8%

1
29
20

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

Portions of RGB colors in percentages

R + G + B = 1 + 29 + 20 = 50 (100%)
R 1 of 50 ~ 2%
G 29 of 50 ~ 58%
B 20 of 50 ~ 40'%

%58
%40

CMYK color model

#011D14 color CMYK value is (97,0,31,89).

  • cyan value is 96.55%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 88.63%

CMYK: (97,0,31,89)
C97M0Y31K89 (97%, 0%, 31%, 89%)
(0.97 / 0.00 / 0.31 / 0.89)

CMYK percentages

%96.55
%0
%31.03
%88.63

Codes

Color #011D14 in popluar color models

01 1D 14
RGB 1 29 20
HSL 161° 93.33% 5.88%
HSB/HSV 161° 96.55% 11.37%
CMYK 96.55% 0.00% 31.03%
88.63%

Color #011D14 in popluar number systems.

HEX 01 1D 14
Decimal 1 29 20
Binary 1 11101 10100
Octal 1 35 24

Shades and tints

Shades of #011D14

#011D14
(1,29,20)
#011B13
(1,27,19)
#011912
(1,25,18)
#011711
(1,23,17)
#011510
(1,21,16)
#01130F
(1,19,15)
#01110E
(1,17,14)
#010F0D
(1,15,13)
#010D0C
(1,13,12)
#010B0B
(1,11,11)
#01090A
(1,9,10)
#000000
(0,0,0)

Tints of #011D14

#011D14
(1,29,20)
#183129
(24,49,41)
#2F453E
(47,69,62)
#465953
(70,89,83)
#5D6D68
(93,109,104)
#74817D
(116,129,125)
#8B9592
(139,149,146)
#A2A9A7
(162,169,167)
#B9BDBC
(185,189,188)
#D0D1D1
(208,209,209)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011D14 color. Also use rgb(1,29,20) instead hex code.

Text Font Color

.myTextColor { color: #011D14; }

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

This text font color is #011D14.

Background Color

.myBgColor { background-color: #011D14; }

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

This div background color is #011D14.

Border color

.myBorderColor { border: 1px solid #011D14; }

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

This div border color is #011D14.

Opacity

.myOpacity80 { color: #011D14; opacity: 0.8; }

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

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

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

This text has shadow with #011D14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011D14.

Preview

Color preview on black background

This text has color #011D14 on black background.


Color preview on white background

This text has color #011D14 on white background.


Black color preview on #011D14 background

This text has black color on #011D14 background.


White color preview on #011D14 background

This text has white color on #011D14 background.


Related colors

Complementary color

Complementary color for #hex is #FEE2EB.


I love getcolorcode.com

Triadic colors

1 #14011D and #1D1401 with #011D14 are triadic colors.

2 #141D01 and #1D0114 with #011D14 are triadic colors.