COLOR #110F14

HEX: #110F14
RGB: (17,15,20)

Color info

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

RGB color model

#110F14 color RGB value is (17,15,20).

  • red value is 17;
  • green value is 15;
  • blue value is 20.
RGB:
(17,15,20)
(7%,6%,8%)

RGB channels and saturation

R 17 of 255 = 7%
G 15 of 255 = 6%
B 20 of 255 = 8%

17
15
20

R + G + B ~ 7%. #110F14 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 15 + 20 = 52 (100%)
R 17 of 52 ~ 32.69%
G 15 of 52 ~ 28.85%
B 20 of 52 ~ 38.46%

%32.69
%28.85
%38.46

CMYK color model

#110F14 color CMYK value is (15,25,0,92).

  • cyan value is 15.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(15,25,0,92)
C15M25Y0K92 
(15%,25%,0%,92%)
(0.15/0.25/0.00/0.92)	

CMYK percentages

%15
%25
%0
%92.16

Codes

Color #110F14 in popluar color models

110F14
RGB171520
HSL264°14.29%6.86%
HSB/HSV264°25.00%7.84%
CMYK15.00%25.00%0.00%
92.16%

Color #110F14 in popluar number systems.

HEX110F14
Decimal171520
Binary10001111110100
Octal211724

Shades and tints

Shades of #110F14

#110F14
(17,15,20)
#100E13
(16,14,19)
#0F0D12
(15,13,18)
#0E0C11
(14,12,17)
#0D0B10
(13,11,16)
#0C0A0F
(12,10,15)
#0B090E
(11,9,14)
#0A080D
(10,8,13)
#09070C
(9,7,12)
#08060B
(8,6,11)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #110F14

#110F14
(17,15,20)
#262429
(38,36,41)
#3B393E
(59,57,62)
#504E53
(80,78,83)
#656368
(101,99,104)
#7A787D
(122,120,125)
#8F8D92
(143,141,146)
#A4A2A7
(164,162,167)
#B9B7BC
(185,183,188)
#CECCD1
(206,204,209)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110F14 color. Also use rgb(17,15,20) instead hex code.

Text Font Color

.myTextColor { color: #110F14; }

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

This text font color is #110F14.


Background Color

.myBgColor { background-color: #110F14; }

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

This div background color is #110F14.


Border color

.myBorderColor { border: 1px solid #110F14; }

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

This div border color is #110F14.


Opacity

.myOpacity80 { color: #110F14; opacity: 0.8; }

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

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

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

This text has shadow with #110F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110F14 on black background.


Color preview on white background

This text has color #110F14 on white background.



Black color preview on #110F14 background

This text has black color on #110F14 background.


White color preview on #110F14 background

This text has white color on #110F14 background.