COLOR #1B1909

HEX: #1B1909
RGB: (27,25,9)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

27
25
9

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

Portions of RGB colors in percentages

R + G + B =
27 + 25 + 9 = 61 (100%)
R 27 of 61 ~ 44.26%
G 25 of 61 ~ 40.98%
B 9 of 61 ~ 14.75%

%44.26
%40.98
%14.75

CMYK color model

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

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

CMYK percentages

%0
%7.41
%66.67
%89.41

Codes

Color #1B1909 in popluar color models

1B1909
RGB27259
HSL53°50.00%7.06%
HSB/HSV53°66.67%10.59%
CMYK0.00%7.41%66.67%
89.41%

Color #1B1909 in popluar number systems.

HEX1B1909
Decimal27259
Binary11011110011001
Octal333111

Shades and tints

Shades of #1B1909

#1B1909
(27,25,9)
#191709
(25,23,9)
#171509
(23,21,9)
#151309
(21,19,9)
#131109
(19,17,9)
#110F09
(17,15,9)
#0F0D09
(15,13,9)
#0D0B09
(13,11,9)
#0B0909
(11,9,9)
#090709
(9,7,9)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #1B1909

#1B1909
(27,25,9)
#2F2D1F
(47,45,31)
#434135
(67,65,53)
#57554B
(87,85,75)
#6B6961
(107,105,97)
#7F7D77
(127,125,119)
#93918D
(147,145,141)
#A7A5A3
(167,165,163)
#BBB9B9
(187,185,185)
#CFCDCF
(207,205,207)
#E3E1E5
(227,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1909; }

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

This text font color is #1B1909.


Background Color

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

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

This div background color is #1B1909.


Border color

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

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

This div border color is #1B1909.


Opacity

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

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

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

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

This text has shadow with #1B1909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1909 on black background.


Color preview on white background

This text has color #1B1909 on white background.



Black color preview on #1B1909 background

This text has black color on #1B1909 background.


White color preview on #1B1909 background

This text has white color on #1B1909 background.