COLOR #110F18

HEX: #110F18 RGB: (17,15,24)

Color info

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

RGB color model

#110F18 color RGB value is (17,15,24).

RGB: (17,15,24) (7%, 6%, 9%)

RGB channels and saturation

R 17 of 255 = 7%
G 15 of 255 = 6%
B 24 of 255 = 9%

17
15
24

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

Portions of RGB colors in percentages

R + G + B = 17 + 15 + 24 = 56 (100%)
R 17 of 56 ~ 30.36%
G 15 of 56 ~ 26.79%
B 24 of 56 ~ 42.86'%

%30.36
%26.79
%42.86

CMYK color model

#110F18 color CMYK value is (29,38,0,91).

  • cyan value is 29.17%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (29,38,0,91)
C29M38Y0K91 (29%, 38%, 0%, 91%)
(0.29 / 0.38 / 0.00 / 0.91)

CMYK percentages

%29.17
%37.5
%0
%90.59

Codes

Color #110F18 in popluar color models

11 0F 18
RGB 17 15 24
HSL 253° 23.08% 7.65%
HSB/HSV 253° 37.50% 9.41%
CMYK 29.17% 37.50% 0.00%
90.59%

Color #110F18 in popluar number systems.

HEX 11 0F 18
Decimal 17 15 24
Binary 10001 1111 11000
Octal 21 17 30

Shades and tints

Shades of #110F18

#110F18
(17,15,24)
#100E16
(16,14,22)
#0F0D14
(15,13,20)
#0E0C12
(14,12,18)
#0D0B10
(13,11,16)
#0C0A0E
(12,10,14)
#0B090C
(11,9,12)
#0A080A
(10,8,10)
#090708
(9,7,8)
#080606
(8,6,6)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #110F18

#110F18
(17,15,24)
#26242D
(38,36,45)
#3B3942
(59,57,66)
#504E57
(80,78,87)
#65636C
(101,99,108)
#7A7881
(122,120,129)
#8F8D96
(143,141,150)
#A4A2AB
(164,162,171)
#B9B7C0
(185,183,192)
#CECCD5
(206,204,213)
#E3E1EA
(227,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110F18; }

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

This text font color is #110F18.

Background Color

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

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

This div background color is #110F18.

Border color

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

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

This div border color is #110F18.

Opacity

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

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

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

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

This text has shadow with #110F18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110F18.

Preview

Color preview on black background

This text has color #110F18 on black background.


Color preview on white background

This text has color #110F18 on white background.


Black color preview on #110F18 background

This text has black color on #110F18 background.


White color preview on #110F18 background

This text has white color on #110F18 background.


Related colors

Complementary color

Complementary color for #hex is #EEF0E7.


I love getcolorcode.com

Triadic colors

1 #18110F and #0F1811 with #110F18 are triadic colors.

2 #180F11 and #0F1118 with #110F18 are triadic colors.