COLOR #110C17

HEX: #110C17 RGB: (17,12,23)

Color info

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

RGB color model

#110C17 color RGB value is (17,12,23).

RGB: (17,12,23) (7%, 5%, 9%)

RGB channels and saturation

R 17 of 255 = 7%
G 12 of 255 = 5%
B 23 of 255 = 9%

17
12
23

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

Portions of RGB colors in percentages

R + G + B = 17 + 12 + 23 = 52 (100%)
R 17 of 52 ~ 32.69%
G 12 of 52 ~ 23.08%
B 23 of 52 ~ 44.23'%

%32.69
%23.08
%44.23

CMYK color model

#110C17 color CMYK value is (26,48,0,91).

  • cyan value is 26.09%
  • magenta value is 47.83%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (26,48,0,91)
C26M48Y0K91 (26%, 48%, 0%, 91%)
(0.26 / 0.48 / 0.00 / 0.91)

CMYK percentages

%26.09
%47.83
%0
%90.98

Codes

Color #110C17 in popluar color models

11 0C 17
RGB 17 12 23
HSL 267° 31.43% 6.86%
HSB/HSV 267° 47.83% 9.02%
CMYK 26.09% 47.83% 0.00%
90.98%

Color #110C17 in popluar number systems.

HEX 11 0C 17
Decimal 17 12 23
Binary 10001 1100 10111
Octal 21 14 27

Shades and tints

Shades of #110C17

#110C17
(17,12,23)
#100B15
(16,11,21)
#0F0A13
(15,10,19)
#0E0911
(14,9,17)
#0D080F
(13,8,15)
#0C070D
(12,7,13)
#0B060B
(11,6,11)
#0A0509
(10,5,9)
#090407
(9,4,7)
#080305
(8,3,5)
#070203
(7,2,3)
#000000
(0,0,0)

Tints of #110C17

#110C17
(17,12,23)
#26222C
(38,34,44)
#3B3841
(59,56,65)
#504E56
(80,78,86)
#65646B
(101,100,107)
#7A7A80
(122,122,128)
#8F9095
(143,144,149)
#A4A6AA
(164,166,170)
#B9BCBF
(185,188,191)
#CED2D4
(206,210,212)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110C17 color. Also use rgb(17,12,23) instead hex code.

Text Font Color

.myTextColor { color: #110C17; }

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

This text font color is #110C17.

Background Color

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

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

This div background color is #110C17.

Border color

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

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

This div border color is #110C17.

Opacity

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

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

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

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

This text has shadow with #110C17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110C17.

Preview

Color preview on black background

This text has color #110C17 on black background.


Color preview on white background

This text has color #110C17 on white background.


Black color preview on #110C17 background

This text has black color on #110C17 background.


White color preview on #110C17 background

This text has white color on #110C17 background.


Related colors

Complementary color

Complementary color for #hex is #EEF3E8.


I love getcolorcode.com

Triadic colors

1 #17110C and #0C1711 with #110C17 are triadic colors.

2 #170C11 and #0C1117 with #110C17 are triadic colors.