COLOR #110C1D

HEX: #110C1D
RGB: (17,12,29)

Color info

#110C1D contains red, green and blue colors in about the same proportion. Web safe color of #110C1D is #000033 (or #003).

RGB color model

#110C1D color RGB value is (17,12,29).

  • red value is 17;
  • green value is 12;
  • blue value is 29.
RGB:
(17,12,29)
(7%,5%,11%)

RGB channels and saturation

R 17 of 255 = 7%
G 12 of 255 = 5%
B 29 of 255 = 11%

17
12
29

R + G + B ~ 8%. #110C1D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 12 + 29 = 58 (100%)
R 17 of 58 ~ 29.31%
G 12 of 58 ~ 20.69%
B 29 of 58 ~ 50%

%29.31
%20.69
%50

CMYK color model

#110C1D color CMYK value is (41,59,0,89).

  • cyan value is 41.38%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(41,59,0,89)
C41M59Y0K89 
(41%,59%,0%,89%)
(0.41/0.59/0.00/0.89)	

CMYK percentages

%41.38
%58.62
%0
%88.63

Codes

Color #110C1D in popluar color models

110C1D
RGB171229
HSL258°41.46%8.04%
HSB/HSV258°58.62%11.37%
CMYK41.38%58.62%0.00%
88.63%

Color #110C1D in popluar number systems.

HEX110C1D
Decimal171229
Binary10001110011101
Octal211435

Shades and tints

Shades of #110C1D

#110C1D
(17,12,29)
#100B1B
(16,11,27)
#0F0A19
(15,10,25)
#0E0917
(14,9,23)
#0D0815
(13,8,21)
#0C0713
(12,7,19)
#0B0611
(11,6,17)
#0A050F
(10,5,15)
#09040D
(9,4,13)
#08030B
(8,3,11)
#070209
(7,2,9)
#000000
(0,0,0)

Tints of #110C1D

#110C1D
(17,12,29)
#262231
(38,34,49)
#3B3845
(59,56,69)
#504E59
(80,78,89)
#65646D
(101,100,109)
#7A7A81
(122,122,129)
#8F9095
(143,144,149)
#A4A6A9
(164,166,169)
#B9BCBD
(185,188,189)
#CED2D1
(206,210,209)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110C1D; }

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

This text font color is #110C1D.


Background Color

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

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

This div background color is #110C1D.


Border color

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

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

This div border color is #110C1D.


Opacity

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

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

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

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

This text has shadow with #110C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110C1D on black background.


Color preview on white background

This text has color #110C1D on white background.



Black color preview on #110C1D background

This text has black color on #110C1D background.


White color preview on #110C1D background

This text has white color on #110C1D background.