COLOR #1B1009

HEX: #1B1009 RGB: (27,16,9)

Color info

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

RGB color model

#1B1009 color RGB value is (27,16,9).

RGB: (27,16,9) (11%, 6%, 4%)

RGB channels and saturation

R 27 of 255 = 11%
G 16 of 255 = 6%
B 9 of 255 = 4%

27
16
9

R + G + B ~ 7%. #1B1009 is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 16 + 9 = 52 (100%)
R 27 of 52 ~ 51.92%
G 16 of 52 ~ 30.77%
B 9 of 52 ~ 17.31'%

%51.92
%30.77
%17.31

CMYK color model

#1B1009 color CMYK value is (0,41,67,89).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 66.67%
  • key color value is 89.41%

CMYK: (0,41,67,89)
C0M41Y67K89 (0%, 41%, 67%, 89%)
(0.00 / 0.41 / 0.67 / 0.89)

CMYK percentages

%0
%40.74
%66.67
%89.41

Codes

Color #1B1009 in popluar color models

1B 10 09
RGB 27 16 9
HSL 23° 50.00% 7.06%
HSB/HSV 23° 66.67% 10.59%
CMYK 0.00% 40.74% 66.67%
89.41%

Color #1B1009 in popluar number systems.

HEX 1B 10 09
Decimal 27 16 9
Binary 11011 10000 1001
Octal 33 20 11

Shades and tints

Shades of #1B1009

#1B1009
(27,16,9)
#190F09
(25,15,9)
#170E09
(23,14,9)
#150D09
(21,13,9)
#130C09
(19,12,9)
#110B09
(17,11,9)
#0F0A09
(15,10,9)
#0D0909
(13,9,9)
#0B0809
(11,8,9)
#090709
(9,7,9)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #1B1009

#1B1009
(27,16,9)
#2F251F
(47,37,31)
#433A35
(67,58,53)
#574F4B
(87,79,75)
#6B6461
(107,100,97)
#7F7977
(127,121,119)
#938E8D
(147,142,141)
#A7A3A3
(167,163,163)
#BBB8B9
(187,184,185)
#CFCDCF
(207,205,207)
#E3E2E5
(227,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1009; }

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

This text font color is #1B1009.

Background Color

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

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

This div background color is #1B1009.

Border color

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

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

This div border color is #1B1009.

Opacity

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

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

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

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

This text has shadow with #1B1009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B1009.

Preview

Color preview on black background

This text has color #1B1009 on black background.


Color preview on white background

This text has color #1B1009 on white background.


Black color preview on #1B1009 background

This text has black color on #1B1009 background.


White color preview on #1B1009 background

This text has white color on #1B1009 background.


Related colors

Complementary color

Complementary color for #hex is #E4EFF6.


I love getcolorcode.com

Triadic colors

1 #091B10 and #10091B with #1B1009 are triadic colors.

2 #09101B and #101B09 with #1B1009 are triadic colors.