COLOR #011D13

HEX: #011D13
RGB: (1,29,19)

Color info

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

RGB color model

#011D13 color RGB value is (1,29,19).

  • red value is 1;
  • green value is 29;
  • blue value is 19.
RGB:
(1,29,19)
(0%,11%,7%)

RGB channels and saturation

R 1 of 255 = 0%
G 29 of 255 = 11%
B 19 of 255 = 7%

1
29
19

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

Portions of RGB colors in percentages

R + G + B =
1 + 29 + 19 = 49 (100%)
R 1 of 49 ~ 2.04%
G 29 of 49 ~ 59.18%
B 19 of 49 ~ 38.78%

%59.18
%38.78

CMYK color model

#011D13 color CMYK value is (97,0,34,89).

  • cyan value is 96.55%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 88.63%
CMYK:
(97,0,34,89)
C97M0Y34K89 
(97%,0%,34%,89%)
(0.97/0.00/0.34/0.89)	

CMYK percentages

%96.55
%0
%34.48
%88.63

Codes

Color #011D13 in popluar color models

011D13
RGB12919
HSL159°93.33%5.88%
HSB/HSV159°96.55%11.37%
CMYK96.55%0.00%34.48%
88.63%

Color #011D13 in popluar number systems.

HEX011D13
Decimal12919
Binary11110110011
Octal13523

Shades and tints

Shades of #011D13

#011D13
(1,29,19)
#011B12
(1,27,18)
#011911
(1,25,17)
#011710
(1,23,16)
#01150F
(1,21,15)
#01130E
(1,19,14)
#01110D
(1,17,13)
#010F0C
(1,15,12)
#010D0B
(1,13,11)
#010B0A
(1,11,10)
#010909
(1,9,9)
#000000
(0,0,0)

Tints of #011D13

#011D13
(1,29,19)
#183128
(24,49,40)
#2F453D
(47,69,61)
#465952
(70,89,82)
#5D6D67
(93,109,103)
#74817C
(116,129,124)
#8B9591
(139,149,145)
#A2A9A6
(162,169,166)
#B9BDBB
(185,189,187)
#D0D1D0
(208,209,208)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011D13; }

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

This text font color is #011D13.


Background Color

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

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

This div background color is #011D13.


Border color

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

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

This div border color is #011D13.


Opacity

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

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

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

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

This text has shadow with #011D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011D13 on black background.


Color preview on white background

This text has color #011D13 on white background.



Black color preview on #011D13 background

This text has black color on #011D13 background.


White color preview on #011D13 background

This text has white color on #011D13 background.