COLOR #1B091B

HEX: #1B091B
RGB: (27,9,27)

Color info

#1B091B contains red, green and blue colors in about the same proportion. Web safe color of #1B091B is #330033 (or #303).

RGB color model

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

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

RGB channels and saturation

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

27
9
27

R + G + B ~ 9%. #1B091B is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 9 + 27 = 63 (100%)
R 27 of 63 ~ 42.86%
G 9 of 63 ~ 14.29%
B 27 of 63 ~ 42.86%

%42.86
%14.29
%42.86

CMYK color model

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

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

CMYK percentages

%0
%66.67
%0
%89.41

Codes

Color #1B091B in popluar color models

1B091B
RGB27927
HSL300°50.00%7.06%
HSB/HSV300°66.67%10.59%
CMYK0.00%66.67%0.00%
89.41%

Color #1B091B in popluar number systems.

HEX1B091B
Decimal27927
Binary11011100111011
Octal331133

Shades and tints

Shades of #1B091B

#1B091B
(27,9,27)
#190919
(25,9,25)
#170917
(23,9,23)
#150915
(21,9,21)
#130913
(19,9,19)
#110911
(17,9,17)
#0F090F
(15,9,15)
#0D090D
(13,9,13)
#0B090B
(11,9,11)
#090909
(9,9,9)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #1B091B

#1B091B
(27,9,27)
#2F1F2F
(47,31,47)
#433543
(67,53,67)
#574B57
(87,75,87)
#6B616B
(107,97,107)
#7F777F
(127,119,127)
#938D93
(147,141,147)
#A7A3A7
(167,163,167)
#BBB9BB
(187,185,187)
#CFCFCF
(207,207,207)
#E3E5E3
(227,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B091B; }

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

This text font color is #1B091B.


Background Color

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

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

This div background color is #1B091B.


Border color

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

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

This div border color is #1B091B.


Opacity

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

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

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

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

This text has shadow with #1B091B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B091B on black background.


Color preview on white background

This text has color #1B091B on white background.



Black color preview on #1B091B background

This text has black color on #1B091B background.


White color preview on #1B091B background

This text has white color on #1B091B background.