COLOR #1B111E

HEX: #1B111E
RGB: (27,17,30)

Color info

#1B111E contains red, green and blue colors in about the same proportion. Web safe color of #1B111E is #330033 (or #303).

RGB color model

#1B111E color RGB value is (27,17,30).

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

RGB channels and saturation

R 27 of 255 = 11%
G 17 of 255 = 7%
B 30 of 255 = 12%

27
17
30

R + G + B ~ 10%. #1B111E is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 17 + 30 = 74 (100%)
R 27 of 74 ~ 36.49%
G 17 of 74 ~ 22.97%
B 30 of 74 ~ 40.54%

%36.49
%22.97
%40.54

CMYK color model

#1B111E color CMYK value is (10,43,0,88).

  • cyan value is 10.00%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(10,43,0,88)
C10M43Y0K88 
(10%,43%,0%,88%)
(0.10/0.43/0.00/0.88)	

CMYK percentages

%10
%43.33
%0
%88.24

Codes

Color #1B111E in popluar color models

1B111E
RGB271730
HSL286°27.66%9.22%
HSB/HSV286°43.33%11.76%
CMYK10.00%43.33%0.00%
88.24%

Color #1B111E in popluar number systems.

HEX1B111E
Decimal271730
Binary110111000111110
Octal332136

Shades and tints

Shades of #1B111E

#1B111E
(27,17,30)
#19101C
(25,16,28)
#170F1A
(23,15,26)
#150E18
(21,14,24)
#130D16
(19,13,22)
#110C14
(17,12,20)
#0F0B12
(15,11,18)
#0D0A10
(13,10,16)
#0B090E
(11,9,14)
#09080C
(9,8,12)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #1B111E

#1B111E
(27,17,30)
#2F2632
(47,38,50)
#433B46
(67,59,70)
#57505A
(87,80,90)
#6B656E
(107,101,110)
#7F7A82
(127,122,130)
#938F96
(147,143,150)
#A7A4AA
(167,164,170)
#BBB9BE
(187,185,190)
#CFCED2
(207,206,210)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B111E; }

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

This text font color is #1B111E.


Background Color

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

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

This div background color is #1B111E.


Border color

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

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

This div border color is #1B111E.


Opacity

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

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

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

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

This text has shadow with #1B111E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B111E on black background.


Color preview on white background

This text has color #1B111E on white background.



Black color preview on #1B111E background

This text has black color on #1B111E background.


White color preview on #1B111E background

This text has white color on #1B111E background.