COLOR #1B191B

HEX: #1B191B
RGB: (27,25,27)

Color info

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

RGB color model

#1B191B color RGB value is (27,25,27).

  • red value is 27;
  • green value is 25;
  • blue value is 27.
RGB:
(27,25,27)
(11%,10%,11%)

RGB channels and saturation

R 27 of 255 = 11%
G 25 of 255 = 10%
B 27 of 255 = 11%

27
25
27

R + G + B ~ 11%. #1B191B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 25 + 27 = 79 (100%)
R 27 of 79 ~ 34.18%
G 25 of 79 ~ 31.65%
B 27 of 79 ~ 34.18%

%34.18
%31.65
%34.18

CMYK color model

#1B191B color CMYK value is (0,7,0,89).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(0,7,0,89)
C0M7Y0K89 
(0%,7%,0%,89%)
(0.00/0.07/0.00/0.89)	

CMYK percentages

%0
%7.41
%0
%89.41

Codes

Color #1B191B in popluar color models

1B191B
RGB272527
HSL300°3.85%10.20%
HSB/HSV300°7.41%10.59%
CMYK0.00%7.41%0.00%
89.41%

Color #1B191B in popluar number systems.

HEX1B191B
Decimal272527
Binary110111100111011
Octal333133

Shades and tints

Shades of #1B191B

#1B191B
(27,25,27)
#191719
(25,23,25)
#171517
(23,21,23)
#151315
(21,19,21)
#131113
(19,17,19)
#110F11
(17,15,17)
#0F0D0F
(15,13,15)
#0D0B0D
(13,11,13)
#0B090B
(11,9,11)
#090709
(9,7,9)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #1B191B

#1B191B
(27,25,27)
#2F2D2F
(47,45,47)
#434143
(67,65,67)
#575557
(87,85,87)
#6B696B
(107,105,107)
#7F7D7F
(127,125,127)
#939193
(147,145,147)
#A7A5A7
(167,165,167)
#BBB9BB
(187,185,187)
#CFCDCF
(207,205,207)
#E3E1E3
(227,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B191B; }

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

This text font color is #1B191B.


Background Color

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

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

This div background color is #1B191B.


Border color

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

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

This div border color is #1B191B.


Opacity

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

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

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

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

This text has shadow with #1B191B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B191B on black background.


Color preview on white background

This text has color #1B191B on white background.



Black color preview on #1B191B background

This text has black color on #1B191B background.


White color preview on #1B191B background

This text has white color on #1B191B background.