COLOR #110F15

HEX: #110F15 RGB: (17,15,21)

Color info

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

RGB color model

#110F15 color RGB value is (17,15,21).

RGB: (17,15,21) (7%, 6%, 8%)

RGB channels and saturation

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

17
15
21

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

Portions of RGB colors in percentages

R + G + B = 17 + 15 + 21 = 53 (100%)
R 17 of 53 ~ 32.08%
G 15 of 53 ~ 28.3%
B 21 of 53 ~ 39.62'%

%32.08
%28.3
%39.62

CMYK color model

#110F15 color CMYK value is (19,29,0,92).

  • cyan value is 19.05%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (19,29,0,92)
C19M29Y0K92 (19%, 29%, 0%, 92%)
(0.19 / 0.29 / 0.00 / 0.92)

CMYK percentages

%19.05
%28.57
%0
%91.76

Codes

Color #110F15 in popluar color models

11 0F 15
RGB 17 15 21
HSL 260° 16.67% 7.06%
HSB/HSV 260° 28.57% 8.24%
CMYK 19.05% 28.57% 0.00%
91.76%

Color #110F15 in popluar number systems.

HEX 11 0F 15
Decimal 17 15 21
Binary 10001 1111 10101
Octal 21 17 25

Shades and tints

Shades of #110F15

#110F15
(17,15,21)
#100E14
(16,14,20)
#0F0D13
(15,13,19)
#0E0C12
(14,12,18)
#0D0B11
(13,11,17)
#0C0A10
(12,10,16)
#0B090F
(11,9,15)
#0A080E
(10,8,14)
#09070D
(9,7,13)
#08060C
(8,6,12)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #110F15

#110F15
(17,15,21)
#26242A
(38,36,42)
#3B393F
(59,57,63)
#504E54
(80,78,84)
#656369
(101,99,105)
#7A787E
(122,120,126)
#8F8D93
(143,141,147)
#A4A2A8
(164,162,168)
#B9B7BD
(185,183,189)
#CECCD2
(206,204,210)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110F15; }

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

This text font color is #110F15.

Background Color

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

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

This div background color is #110F15.

Border color

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

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

This div border color is #110F15.

Opacity

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

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

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

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

This text has shadow with #110F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110F15.

Preview

Color preview on black background

This text has color #110F15 on black background.


Color preview on white background

This text has color #110F15 on white background.


Black color preview on #110F15 background

This text has black color on #110F15 background.


White color preview on #110F15 background

This text has white color on #110F15 background.


Related colors

Complementary color

Complementary color for #hex is #EEF0EA.


I love getcolorcode.com

Triadic colors

1 #15110F and #0F1511 with #110F15 are triadic colors.

2 #150F11 and #0F1115 with #110F15 are triadic colors.