COLOR #1B0C09

HEX: #1B0C09
RGB: (27,12,9)

Color info

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

RGB color model

#1B0C09 color RGB value is (27,12,9).

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

RGB channels and saturation

R 27 of 255 = 11%
G 12 of 255 = 5%
B 9 of 255 = 4%

27
12
9

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

Portions of RGB colors in percentages

R + G + B =
27 + 12 + 9 = 48 (100%)
R 27 of 48 ~ 56.25%
G 12 of 48 ~ 25%
B 9 of 48 ~ 18.75%

%56.25
%25
%18.75

CMYK color model

#1B0C09 color CMYK value is (0,56,67,89).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 66.67%
  • key color value is 89.41%
CMYK:
(0,56,67,89)
C0M56Y67K89 
(0%,56%,67%,89%)
(0.00/0.56/0.67/0.89)	

CMYK percentages

%0
%55.56
%66.67
%89.41

Codes

Color #1B0C09 in popluar color models

1B0C09
RGB27129
HSL10°50.00%7.06%
HSB/HSV10°66.67%10.59%
CMYK0.00%55.56%66.67%
89.41%

Color #1B0C09 in popluar number systems.

HEX1B0C09
Decimal27129
Binary1101111001001
Octal331411

Shades and tints

Shades of #1B0C09

#1B0C09
(27,12,9)
#190B09
(25,11,9)
#170A09
(23,10,9)
#150909
(21,9,9)
#130809
(19,8,9)
#110709
(17,7,9)
#0F0609
(15,6,9)
#0D0509
(13,5,9)
#0B0409
(11,4,9)
#090309
(9,3,9)
#070209
(7,2,9)
#000000
(0,0,0)

Tints of #1B0C09

#1B0C09
(27,12,9)
#2F221F
(47,34,31)
#433835
(67,56,53)
#574E4B
(87,78,75)
#6B6461
(107,100,97)
#7F7A77
(127,122,119)
#93908D
(147,144,141)
#A7A6A3
(167,166,163)
#BBBCB9
(187,188,185)
#CFD2CF
(207,210,207)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0C09; }

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

This text font color is #1B0C09.


Background Color

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

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

This div background color is #1B0C09.


Border color

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

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

This div border color is #1B0C09.


Opacity

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

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

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

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

This text has shadow with #1B0C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B0C09 on black background.


Color preview on white background

This text has color #1B0C09 on white background.



Black color preview on #1B0C09 background

This text has black color on #1B0C09 background.


White color preview on #1B0C09 background

This text has white color on #1B0C09 background.