COLOR #1B1519

HEX: #1B1519 RGB: (27,21,25)

Color info

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

RGB color model

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

RGB: (27,21,25) (11%, 8%, 10%)

RGB channels and saturation

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

27
21
25

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

Portions of RGB colors in percentages

R + G + B = 27 + 21 + 25 = 73 (100%)
R 27 of 73 ~ 36.99%
G 21 of 73 ~ 28.77%
B 25 of 73 ~ 34.25'%

%36.99
%28.77
%34.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 7.41%
  • key color value is 89.41%

CMYK: (0,22,7,89)
C0M22Y7K89 (0%, 22%, 7%, 89%)
(0.00 / 0.22 / 0.07 / 0.89)

CMYK percentages

%0
%22.22
%7.41
%89.41

Codes

Color #1B1519 in popluar color models

1B 15 19
RGB 27 21 25
HSL 320° 12.50% 9.41%
HSB/HSV 320° 22.22% 10.59%
CMYK 0.00% 22.22% 7.41%
89.41%

Color #1B1519 in popluar number systems.

HEX 1B 15 19
Decimal 27 21 25
Binary 11011 10101 11001
Octal 33 25 31

Shades and tints

Shades of #1B1519

#1B1519
(27,21,25)
#191417
(25,20,23)
#171315
(23,19,21)
#151213
(21,18,19)
#131111
(19,17,17)
#11100F
(17,16,15)
#0F0F0D
(15,15,13)
#0D0E0B
(13,14,11)
#0B0D09
(11,13,9)
#090C07
(9,12,7)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #1B1519

#1B1519
(27,21,25)
#2F2A2D
(47,42,45)
#433F41
(67,63,65)
#575455
(87,84,85)
#6B6969
(107,105,105)
#7F7E7D
(127,126,125)
#939391
(147,147,145)
#A7A8A5
(167,168,165)
#BBBDB9
(187,189,185)
#CFD2CD
(207,210,205)
#E3E7E1
(227,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1519; }

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

This text font color is #1B1519.

Background Color

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

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

This div background color is #1B1519.

Border color

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

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

This div border color is #1B1519.

Opacity

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

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

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

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

This text has shadow with #1B1519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B1519.

Preview

Color preview on black background

This text has color #1B1519 on black background.


Color preview on white background

This text has color #1B1519 on white background.


Black color preview on #1B1519 background

This text has black color on #1B1519 background.


White color preview on #1B1519 background

This text has white color on #1B1519 background.


Related colors

Complementary color

Complementary color for #hex is #E4EAE6.


I love getcolorcode.com

Triadic colors

1 #191B15 and #15191B with #1B1519 are triadic colors.

2 #19151B and #151B19 with #1B1519 are triadic colors.