COLOR #001113

HEX: #001113 RGB: (0,17,19)

Color info

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

RGB color model

#001113 color RGB value is (0,17,19).

RGB: (0,17,19) (0%, 7%, 7%)

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 19 of 255 = 7%

0
17
19

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

Portions of RGB colors in percentages

R + G + B = 0 + 17 + 19 = 36 (100%)
R 0 of 36 ~ 0%
G 17 of 36 ~ 47.22%
B 19 of 36 ~ 52.78'%

%47.22
%52.78

CMYK color model

#001113 color CMYK value is (100,11,0,93).

  • cyan value is 100.00%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK: (100,11,0,93) C100M11Y0K93 (100%,11%,0%,93%) (1.00/0.11/0.00/0.93) 

CMYK percentages

%100
%10.53
%0
%92.55

Codes

Color #001113 in popluar color models

00 11 13
RGB 0 17 19
HSL 186° 100.00% 3.73%
HSB/HSV 186° 100.00% 7.45%
CMYK 100.00% 10.53% 0.00%
92.55%

Color #001113 in popluar number systems.

HEX 00 11 13
Decimal 0 17 19
Binary 0 10001 10011
Octal 0 21 23

Shades and tints

Shades of #001113

#001113
(0,17,19)
#001012
(0,16,18)
#000F11
(0,15,17)
#000E10
(0,14,16)
#000D0F
(0,13,15)
#000C0E
(0,12,14)
#000B0D
(0,11,13)
#000A0C
(0,10,12)
#00090B
(0,9,11)
#00080A
(0,8,10)
#000709
(0,7,9)
#000000
(0,0,0)

Tints of #001113

#001113
(0,17,19)
#172628
(23,38,40)
#2E3B3D
(46,59,61)
#455052
(69,80,82)
#5C6567
(92,101,103)
#737A7C
(115,122,124)
#8A8F91
(138,143,145)
#A1A4A6
(161,164,166)
#B8B9BB
(184,185,187)
#CFCED0
(207,206,208)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001113 color. Also use rgb(0,17,19) instead hex code.

Text Font Color

.myTextColor { color: #001113; }

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

This text font color is #001113.

Background Color

.myBgColor { background-color: #001113; }

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

This div background color is #001113.

Border color

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

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

This div border color is #001113.

Opacity

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

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

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

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

This text has shadow with #001113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001113.

Preview

Color preview on black background

This text has color #001113 on black background.


Color preview on white background

This text has color #001113 on white background.


Black color preview on #001113 background

This text has black color on #001113 background.


White color preview on #001113 background

This text has white color on #001113 background.


Related colors

Complementary color

Complementary color for #hex is #FFEEEC.


I love getcolorcode.com

Triadic colors

1 #130011 and #111300 with #001113 are triadic colors.

2 #131100 and #110013 with #001113 are triadic colors.