COLOR #01110E

HEX: #01110E RGB: (1,17,14)

Color info

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

RGB color model

#01110E color RGB value is (1,17,14).

RGB: (1,17,14) (0%, 7%, 5%)

RGB channels and saturation

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

1
17
14

R + G + B ~ 4%. #01110E is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 17 + 14 = 32 (100%)
R 1 of 32 ~ 3.13%
G 17 of 32 ~ 53.13%
B 14 of 32 ~ 43.75'%

%53.13
%43.75

CMYK color model

#01110E color CMYK value is (94,0,18,93).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 93.33%

CMYK: (94,0,18,93)
C94M0Y18K93 (94%, 0%, 18%, 93%)
(0.94 / 0.00 / 0.18 / 0.93)

CMYK percentages

%94.12
%0
%17.65
%93.33

Codes

Color #01110E in popluar color models

01 11 0E
RGB 1 17 14
HSL 169° 88.89% 3.53%
HSB/HSV 169° 94.12% 6.67%
CMYK 94.12% 0.00% 17.65%
93.33%

Color #01110E in popluar number systems.

HEX 01 11 0E
Decimal 1 17 14
Binary 1 10001 1110
Octal 1 21 16

Shades and tints

Shades of #01110E

#01110E
(1,17,14)
#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)
#000000
(0,0,0)

Tints of #01110E

#01110E
(1,17,14)
#182623
(24,38,35)
#2F3B38
(47,59,56)
#46504D
(70,80,77)
#5D6562
(93,101,98)
#747A77
(116,122,119)
#8B8F8C
(139,143,140)
#A2A4A1
(162,164,161)
#B9B9B6
(185,185,182)
#D0CECB
(208,206,203)
#E7E3E0
(231,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01110E; }

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

This text font color is #01110E.

Background Color

.myBgColor { background-color: #01110E; }

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

This div background color is #01110E.

Border color

.myBorderColor { border: 1px solid #01110E; }

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

This div border color is #01110E.

Opacity

.myOpacity80 { color: #01110E; opacity: 0.8; }

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

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

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

This text has shadow with #01110E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01110E.

Preview

Color preview on black background

This text has color #01110E on black background.


Color preview on white background

This text has color #01110E on white background.


Black color preview on #01110E background

This text has black color on #01110E background.


White color preview on #01110E background

This text has white color on #01110E background.


Related colors

Complementary color

Complementary color for #hex is #FEEEF1.


I love getcolorcode.com

Triadic colors

1 #0E0111 and #110E01 with #01110E are triadic colors.

2 #0E1101 and #11010E with #01110E are triadic colors.