COLOR #1B1918

HEX: #1B1918
RGB: (27,25,24)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

27
25
24

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

Portions of RGB colors in percentages

R + G + B =
27 + 25 + 24 = 76 (100%)
R 27 of 76 ~ 35.53%
G 25 of 76 ~ 32.89%
B 24 of 76 ~ 31.58%

%35.53
%32.89
%31.58

CMYK color model

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

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

CMYK percentages

%0
%7.41
%11.11
%89.41

Codes

Color #1B1918 in popluar color models

1B1918
RGB272524
HSL20°5.88%10.00%
HSB/HSV20°11.11%10.59%
CMYK0.00%7.41%11.11%
89.41%

Color #1B1918 in popluar number systems.

HEX1B1918
Decimal272524
Binary110111100111000
Octal333130

Shades and tints

Shades of #1B1918

#1B1918
(27,25,24)
#191716
(25,23,22)
#171514
(23,21,20)
#151312
(21,19,18)
#131110
(19,17,16)
#110F0E
(17,15,14)
#0F0D0C
(15,13,12)
#0D0B0A
(13,11,10)
#0B0908
(11,9,8)
#090706
(9,7,6)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #1B1918

#1B1918
(27,25,24)
#2F2D2D
(47,45,45)
#434142
(67,65,66)
#575557
(87,85,87)
#6B696C
(107,105,108)
#7F7D81
(127,125,129)
#939196
(147,145,150)
#A7A5AB
(167,165,171)
#BBB9C0
(187,185,192)
#CFCDD5
(207,205,213)
#E3E1EA
(227,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1918; }

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

This text font color is #1B1918.


Background Color

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

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

This div background color is #1B1918.


Border color

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

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

This div border color is #1B1918.


Opacity

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

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

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

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

This text has shadow with #1B1918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1918 on black background.


Color preview on white background

This text has color #1B1918 on white background.



Black color preview on #1B1918 background

This text has black color on #1B1918 background.


White color preview on #1B1918 background

This text has white color on #1B1918 background.