COLOR #010D11

HEX: #010D11
RGB: (1,13,17)

Color info

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

RGB color model

#010D11 color RGB value is (1,13,17).

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

RGB channels and saturation

R 1 of 255 = 0%
G 13 of 255 = 5%
B 17 of 255 = 7%

1
13
17

R + G + B ~ 4%. #010D11 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 13 + 17 = 31 (100%)
R 1 of 31 ~ 3.23%
G 13 of 31 ~ 41.94%
B 17 of 31 ~ 54.84%

%41.94
%54.84

CMYK color model

#010D11 color CMYK value is (94,24,0,93).

  • cyan value is 94.12%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(94,24,0,93)
C94M24Y0K93 
(94%,24%,0%,93%)
(0.94/0.24/0.00/0.93)	

CMYK percentages

%94.12
%23.53
%0
%93.33

Codes

Color #010D11 in popluar color models

010D11
RGB11317
HSL195°88.89%3.53%
HSB/HSV195°94.12%6.67%
CMYK94.12%23.53%0.00%
93.33%

Color #010D11 in popluar number systems.

HEX010D11
Decimal11317
Binary1110110001
Octal11521

Shades and tints

Shades of #010D11

#010D11
(1,13,17)
#010C10
(1,12,16)
#010B0F
(1,11,15)
#010A0E
(1,10,14)
#01090D
(1,9,13)
#01080C
(1,8,12)
#01070B
(1,7,11)
#01060A
(1,6,10)
#010509
(1,5,9)
#010408
(1,4,8)
#010307
(1,3,7)
#000000
(0,0,0)

Tints of #010D11

#010D11
(1,13,17)
#182326
(24,35,38)
#2F393B
(47,57,59)
#464F50
(70,79,80)
#5D6565
(93,101,101)
#747B7A
(116,123,122)
#8B918F
(139,145,143)
#A2A7A4
(162,167,164)
#B9BDB9
(185,189,185)
#D0D3CE
(208,211,206)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010D11; }

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

This text font color is #010D11.


Background Color

.myBgColor { background-color: #010D11; }

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

This div background color is #010D11.


Border color

.myBorderColor { border: 1px solid #010D11; }

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

This div border color is #010D11.


Opacity

.myOpacity80 { color: #010D11; opacity: 0.8; }

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

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

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

This text has shadow with #010D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010D11 on black background.


Color preview on white background

This text has color #010D11 on white background.



Black color preview on #010D11 background

This text has black color on #010D11 background.


White color preview on #010D11 background

This text has white color on #010D11 background.