COLOR #1B1719

HEX: #1B1719
RGB: (27,23,25)

Color info

#1B1719 contains red, green and blue colors in about the same proportion. Web safe color of #1B1719 is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

27
23
25

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

Portions of RGB colors in percentages

R + G + B =
27 + 23 + 25 = 75 (100%)
R 27 of 75 ~ 36%
G 23 of 75 ~ 30.67%
B 25 of 75 ~ 33.33%

%36
%30.67
%33.33

CMYK color model

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

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

CMYK percentages

%0
%14.81
%7.41
%89.41

Codes

Color #1B1719 in popluar color models

1B1719
RGB272325
HSL330°8.00%9.80%
HSB/HSV330°14.81%10.59%
CMYK0.00%14.81%7.41%
89.41%

Color #1B1719 in popluar number systems.

HEX1B1719
Decimal272325
Binary110111011111001
Octal332731

Shades and tints

Shades of #1B1719

#1B1719
(27,23,25)
#191517
(25,21,23)
#171315
(23,19,21)
#151113
(21,17,19)
#130F11
(19,15,17)
#110D0F
(17,13,15)
#0F0B0D
(15,11,13)
#0D090B
(13,9,11)
#0B0709
(11,7,9)
#090507
(9,5,7)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #1B1719

#1B1719
(27,23,25)
#2F2C2D
(47,44,45)
#434141
(67,65,65)
#575655
(87,86,85)
#6B6B69
(107,107,105)
#7F807D
(127,128,125)
#939591
(147,149,145)
#A7AAA5
(167,170,165)
#BBBFB9
(187,191,185)
#CFD4CD
(207,212,205)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1719; }

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

This text font color is #1B1719.


Background Color

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

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

This div background color is #1B1719.


Border color

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

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

This div border color is #1B1719.


Opacity

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

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

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

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

This text has shadow with #1B1719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1719 on black background.


Color preview on white background

This text has color #1B1719 on white background.



Black color preview on #1B1719 background

This text has black color on #1B1719 background.


White color preview on #1B1719 background

This text has white color on #1B1719 background.