COLOR #110F1F

HEX: #110F1F RGB: (17,15,31)

Color info

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

RGB color model

#110F1F color RGB value is (17,15,31).

RGB: (17,15,31) (7%, 6%, 12%)

RGB channels and saturation

R 17 of 255 = 7%
G 15 of 255 = 6%
B 31 of 255 = 12%

17
15
31

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

Portions of RGB colors in percentages

R + G + B = 17 + 15 + 31 = 63 (100%)
R 17 of 63 ~ 26.98%
G 15 of 63 ~ 23.81%
B 31 of 63 ~ 49.21'%

%26.98
%23.81
%49.21

CMYK color model

#110F1F color CMYK value is (45,52,0,88).

  • cyan value is 45.16%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (45,52,0,88)
C45M52Y0K88 (45%, 52%, 0%, 88%)
(0.45 / 0.52 / 0.00 / 0.88)

CMYK percentages

%45.16
%51.61
%0
%87.84

Codes

Color #110F1F in popluar color models

11 0F 1F
RGB 17 15 31
HSL 248° 34.78% 9.02%
HSB/HSV 248° 51.61% 12.16%
CMYK 45.16% 51.61% 0.00%
87.84%

Color #110F1F in popluar number systems.

HEX 11 0F 1F
Decimal 17 15 31
Binary 10001 1111 11111
Octal 21 17 37

Shades and tints

Shades of #110F1F

#110F1F
(17,15,31)
#100E1D
(16,14,29)
#0F0D1B
(15,13,27)
#0E0C19
(14,12,25)
#0D0B17
(13,11,23)
#0C0A15
(12,10,21)
#0B0913
(11,9,19)
#0A0811
(10,8,17)
#09070F
(9,7,15)
#08060D
(8,6,13)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #110F1F

#110F1F
(17,15,31)
#262433
(38,36,51)
#3B3947
(59,57,71)
#504E5B
(80,78,91)
#65636F
(101,99,111)
#7A7883
(122,120,131)
#8F8D97
(143,141,151)
#A4A2AB
(164,162,171)
#B9B7BF
(185,183,191)
#CECCD3
(206,204,211)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110F1F; }

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

This text font color is #110F1F.

Background Color

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

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

This div background color is #110F1F.

Border color

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

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

This div border color is #110F1F.

Opacity

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

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

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

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

This text has shadow with #110F1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110F1F.

Preview

Color preview on black background

This text has color #110F1F on black background.


Color preview on white background

This text has color #110F1F on white background.


Black color preview on #110F1F background

This text has black color on #110F1F background.


White color preview on #110F1F background

This text has white color on #110F1F background.


Related colors

Complementary color

Complementary color for #hex is #EEF0E0.


I love getcolorcode.com

Triadic colors

1 #1F110F and #0F1F11 with #110F1F are triadic colors.

2 #1F0F11 and #0F111F with #110F1F are triadic colors.