COLOR #011113

HEX: #011113
RGB: (1,17,19)

Color info

#011113 contains red, green and blue colors in about the same proportion. Web safe color of #011113 is #000000 (or #000).

RGB color model

#011113 color RGB value is (1,17,19).

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

RGB channels and saturation

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

1
17
19

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

Portions of RGB colors in percentages

R + G + B =
1 + 17 + 19 = 37 (100%)
R 1 of 37 ~ 2.7%
G 17 of 37 ~ 45.95%
B 19 of 37 ~ 51.35%

%45.95
%51.35

CMYK color model

#011113 color CMYK value is (95,11,0,93).

  • cyan value is 94.74%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(95,11,0,93)
C95M11Y0K93 
(95%,11%,0%,93%)
(0.95/0.11/0.00/0.93)	

CMYK percentages

%94.74
%10.53
%0
%92.55

Codes

Color #011113 in popluar color models

011113
RGB11719
HSL187°90.00%3.92%
HSB/HSV187°94.74%7.45%
CMYK94.74%10.53%0.00%
92.55%

Color #011113 in popluar number systems.

HEX011113
Decimal11719
Binary11000110011
Octal12123

Shades and tints

Shades of #011113

#011113
(1,17,19)
#011012
(1,16,18)
#010F11
(1,15,17)
#010E10
(1,14,16)
#010D0F
(1,13,15)
#010C0E
(1,12,14)
#010B0D
(1,11,13)
#010A0C
(1,10,12)
#01090B
(1,9,11)
#01080A
(1,8,10)
#010709
(1,7,9)
#000000
(0,0,0)

Tints of #011113

#011113
(1,17,19)
#182628
(24,38,40)
#2F3B3D
(47,59,61)
#465052
(70,80,82)
#5D6567
(93,101,103)
#747A7C
(116,122,124)
#8B8F91
(139,143,145)
#A2A4A6
(162,164,166)
#B9B9BB
(185,185,187)
#D0CED0
(208,206,208)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011113; }

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

This text font color is #011113.


Background Color

.myBgColor { background-color: #011113; }

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

This div background color is #011113.


Border color

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

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

This div border color is #011113.


Opacity

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

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

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

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

This text has shadow with #011113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011113 on black background.


Color preview on white background

This text has color #011113 on white background.



Black color preview on #011113 background

This text has black color on #011113 background.


White color preview on #011113 background

This text has white color on #011113 background.