COLOR #1B1809

HEX: #1B1809
RGB: (27,24,9)

Color info

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

RGB color model

#1B1809 color RGB value is (27,24,9).

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

RGB channels and saturation

R 27 of 255 = 11%
G 24 of 255 = 9%
B 9 of 255 = 4%

27
24
9

R + G + B ~ 8%. #1B1809 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 24 + 9 = 60 (100%)
R 27 of 60 ~ 45%
G 24 of 60 ~ 40%
B 9 of 60 ~ 15%

%45
%40
%15

CMYK color model

#1B1809 color CMYK value is (0,11,67,89).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 66.67%
  • key color value is 89.41%
CMYK:
(0,11,67,89)
C0M11Y67K89 
(0%,11%,67%,89%)
(0.00/0.11/0.67/0.89)	

CMYK percentages

%0
%11.11
%66.67
%89.41

Codes

Color #1B1809 in popluar color models

1B1809
RGB27249
HSL50°50.00%7.06%
HSB/HSV50°66.67%10.59%
CMYK0.00%11.11%66.67%
89.41%

Color #1B1809 in popluar number systems.

HEX1B1809
Decimal27249
Binary11011110001001
Octal333011

Shades and tints

Shades of #1B1809

#1B1809
(27,24,9)
#191609
(25,22,9)
#171409
(23,20,9)
#151209
(21,18,9)
#131009
(19,16,9)
#110E09
(17,14,9)
#0F0C09
(15,12,9)
#0D0A09
(13,10,9)
#0B0809
(11,8,9)
#090609
(9,6,9)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #1B1809

#1B1809
(27,24,9)
#2F2D1F
(47,45,31)
#434235
(67,66,53)
#57574B
(87,87,75)
#6B6C61
(107,108,97)
#7F8177
(127,129,119)
#93968D
(147,150,141)
#A7ABA3
(167,171,163)
#BBC0B9
(187,192,185)
#CFD5CF
(207,213,207)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1809; }

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

This text font color is #1B1809.


Background Color

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

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

This div background color is #1B1809.


Border color

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

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

This div border color is #1B1809.


Opacity

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

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

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

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

This text has shadow with #1B1809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1809 on black background.


Color preview on white background

This text has color #1B1809 on white background.



Black color preview on #1B1809 background

This text has black color on #1B1809 background.


White color preview on #1B1809 background

This text has white color on #1B1809 background.