COLOR #1B1919

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

27
25
25

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

Portions of RGB colors in percentages

R + G + B =
27 + 25 + 25 = 77 (100%)
R 27 of 77 ~ 35.06%
G 25 of 77 ~ 32.47%
B 25 of 77 ~ 32.47%

%35.06
%32.47
%32.47

CMYK color model

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

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

CMYK percentages

%0
%7.41
%7.41
%89.41

Codes

Color #1B1919 in popluar color models

1B1919
RGB272525
HSL3.85%10.20%
HSB/HSV7.41%10.59%
CMYK0.00%7.41%7.41%
89.41%

Color #1B1919 in popluar number systems.

HEX1B1919
Decimal272525
Binary110111100111001
Octal333131

Shades and tints

Shades of #1B1919

#1B1919
(27,25,25)
#191717
(25,23,23)
#171515
(23,21,21)
#151313
(21,19,19)
#131111
(19,17,17)
#110F0F
(17,15,15)
#0F0D0D
(15,13,13)
#0D0B0B
(13,11,11)
#0B0909
(11,9,9)
#090707
(9,7,7)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #1B1919

#1B1919
(27,25,25)
#2F2D2D
(47,45,45)
#434141
(67,65,65)
#575555
(87,85,85)
#6B6969
(107,105,105)
#7F7D7D
(127,125,125)
#939191
(147,145,145)
#A7A5A5
(167,165,165)
#BBB9B9
(187,185,185)
#CFCDCD
(207,205,205)
#E3E1E1
(227,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1919; }

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

This text font color is #1B1919.


Background Color

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

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

This div background color is #1B1919.


Border color

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

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

This div border color is #1B1919.


Opacity

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

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

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

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

This text has shadow with #1B1919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1919 on black background.


Color preview on white background

This text has color #1B1919 on white background.



Black color preview on #1B1919 background

This text has black color on #1B1919 background.


White color preview on #1B1919 background

This text has white color on #1B1919 background.