COLOR #1A111B

HEX: #1A111B RGB: (26,17,27)

Color info

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

RGB color model

#1A111B color RGB value is (26,17,27).

RGB: (26,17,27) (10%, 7%, 11%)

RGB channels and saturation

R 26 of 255 = 10%
G 17 of 255 = 7%
B 27 of 255 = 11%

26
17
27

R + G + B ~ 9%. #1A111B is dark color.

Portions of RGB colors in percentages

R + G + B = 26 + 17 + 27 = 70 (100%)
R 26 of 70 ~ 37.14%
G 17 of 70 ~ 24.29%
B 27 of 70 ~ 38.57'%

%37.14
%24.29
%38.57

CMYK color model

#1A111B color CMYK value is (4,37,0,89).

  • cyan value is 3.70%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (4,37,0,89)
C4M37Y0K89 (4%, 37%, 0%, 89%)
(0.04 / 0.37 / 0.00 / 0.89)

CMYK percentages

%3.7
%37.04
%0
%89.41

Codes

Color #1A111B in popluar color models

1A 11 1B
RGB 26 17 27
HSL 294° 22.73% 8.63%
HSB/HSV 294° 37.04% 10.59%
CMYK 3.70% 37.04% 0.00%
89.41%

Color #1A111B in popluar number systems.

HEX 1A 11 1B
Decimal 26 17 27
Binary 11010 10001 11011
Octal 32 21 33

Shades and tints

Shades of #1A111B

#1A111B
(26,17,27)
#181019
(24,16,25)
#160F17
(22,15,23)
#140E15
(20,14,21)
#120D13
(18,13,19)
#100C11
(16,12,17)
#0E0B0F
(14,11,15)
#0C0A0D
(12,10,13)
#0A090B
(10,9,11)
#080809
(8,8,9)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #1A111B

#1A111B
(26,17,27)
#2E262F
(46,38,47)
#423B43
(66,59,67)
#565057
(86,80,87)
#6A656B
(106,101,107)
#7E7A7F
(126,122,127)
#928F93
(146,143,147)
#A6A4A7
(166,164,167)
#BAB9BB
(186,185,187)
#CECECF
(206,206,207)
#E2E3E3
(226,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A111B color. Also use rgb(26,17,27) instead hex code.

Text Font Color

.myTextColor { color: #1A111B; }

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

This text font color is #1A111B.

Background Color

.myBgColor { background-color: #1A111B; }

<div style="background-color:#1A111B">Inner text</div>

This div background color is #1A111B.

Border color

.myBorderColor { border: 1px solid #1A111B; }

<div style="border:3px solid #1A111B">Div</div>

This div border color is #1A111B.

Opacity

.myOpacity80 { color: #1A111B; opacity: 0.8; }

<p style="color:#1A111B;opacity:0.8;">80%</p>

Text with #1A111B 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 #1A111B;}

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

This text has shadow with #1A111B color.


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

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

This text has shadow with #1A111B primary color and red secondary color.


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

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

This text has shadow with #1A111B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1A111B.

Preview

Color preview on black background

This text has color #1A111B on black background.


Color preview on white background

This text has color #1A111B on white background.


Black color preview on #1A111B background

This text has black color on #1A111B background.


White color preview on #1A111B background

This text has white color on #1A111B background.


Related colors

Complementary color

Complementary color for #hex is #E5EEE4.


I love getcolorcode.com

Triadic colors

1 #1B1A11 and #111B1A with #1A111B are triadic colors.

2 #1B111A and #111A1B with #1A111B are triadic colors.