COLOR #01100D

HEX: #01100D RGB: (1,16,13)

Color info

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

RGB color model

#01100D color RGB value is (1,16,13).

RGB: (1,16,13) (0%, 6%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 16 of 255 = 6%
B 13 of 255 = 5%

1
16
13

R + G + B ~ 4%. #01100D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 16 + 13 = 30 (100%)
R 1 of 30 ~ 3.33%
G 16 of 30 ~ 53.33%
B 13 of 30 ~ 43.33'%

%53.33
%43.33

CMYK color model

#01100D color CMYK value is (94,0,19,94).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 93.73%
CMYK: (94,0,19,94) C94M0Y19K94 (94%,0%,19%,94%) (0.94/0.00/0.19/0.94) 

CMYK percentages

%93.75
%0
%18.75
%93.73

Codes

Color #01100D in popluar color models

01 10 0D
RGB 1 16 13
HSL 168° 88.24% 3.33%
HSB/HSV 168° 93.75% 6.27%
CMYK 93.75% 0.00% 18.75%
93.73%

Color #01100D in popluar number systems.

HEX 01 10 0D
Decimal 1 16 13
Binary 1 10000 1101
Octal 1 20 15

Shades and tints

Shades of #01100D

#01100D
(1,16,13)
#010F0C
(1,15,12)
#010E0B
(1,14,11)
#010D0A
(1,13,10)
#010C09
(1,12,9)
#010B08
(1,11,8)
#010A07
(1,10,7)
#010906
(1,9,6)
#010805
(1,8,5)
#010704
(1,7,4)
#010603
(1,6,3)
#000000
(0,0,0)

Tints of #01100D

#01100D
(1,16,13)
#182523
(24,37,35)
#2F3A39
(47,58,57)
#464F4F
(70,79,79)
#5D6465
(93,100,101)
#74797B
(116,121,123)
#8B8E91
(139,142,145)
#A2A3A7
(162,163,167)
#B9B8BD
(185,184,189)
#D0CDD3
(208,205,211)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01100D color. Also use rgb(1,16,13) instead hex code.

Text Font Color

.myTextColor { color: #01100D; }

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

This text font color is #01100D.

Background Color

.myBgColor { background-color: #01100D; }

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

This div background color is #01100D.

Border color

.myBorderColor { border: 1px solid #01100D; }

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

This div border color is #01100D.

Opacity

.myOpacity80 { color: #01100D; opacity: 0.8; }

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

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

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

This text has shadow with #01100D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01100D.

Preview

Color preview on black background

This text has color #01100D on black background.


Color preview on white background

This text has color #01100D on white background.


Black color preview on #01100D background

This text has black color on #01100D background.


White color preview on #01100D background

This text has white color on #01100D background.


Related colors

Complementary color

Complementary color for #hex is #FEEFF2.


I love getcolorcode.com

Triadic colors

1 #0D0110 and #100D01 with #01100D are triadic colors.

2 #0D1001 and #10010D with #01100D are triadic colors.