COLOR #1B0B12

HEX: #1B0B12
RGB: (27,11,18)

Color info

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

RGB color model

#1B0B12 color RGB value is (27,11,18).

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

RGB channels and saturation

R 27 of 255 = 11%
G 11 of 255 = 4%
B 18 of 255 = 7%

27
11
18

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

Portions of RGB colors in percentages

R + G + B =
27 + 11 + 18 = 56 (100%)
R 27 of 56 ~ 48.21%
G 11 of 56 ~ 19.64%
B 18 of 56 ~ 32.14%

%48.21
%19.64
%32.14

CMYK color model

#1B0B12 color CMYK value is (0,59,33,89).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 33.33%
  • key color value is 89.41%
CMYK:
(0,59,33,89)
C0M59Y33K89 
(0%,59%,33%,89%)
(0.00/0.59/0.33/0.89)	

CMYK percentages

%0
%59.26
%33.33
%89.41

Codes

Color #1B0B12 in popluar color models

1B0B12
RGB271118
HSL334°42.11%7.45%
HSB/HSV334°59.26%10.59%
CMYK0.00%59.26%33.33%
89.41%

Color #1B0B12 in popluar number systems.

HEX1B0B12
Decimal271118
Binary11011101110010
Octal331322

Shades and tints

Shades of #1B0B12

#1B0B12
(27,11,18)
#190A11
(25,10,17)
#170910
(23,9,16)
#15080F
(21,8,15)
#13070E
(19,7,14)
#11060D
(17,6,13)
#0F050C
(15,5,12)
#0D040B
(13,4,11)
#0B030A
(11,3,10)
#090209
(9,2,9)
#070108
(7,1,8)
#000000
(0,0,0)

Tints of #1B0B12

#1B0B12
(27,11,18)
#2F2127
(47,33,39)
#43373C
(67,55,60)
#574D51
(87,77,81)
#6B6366
(107,99,102)
#7F797B
(127,121,123)
#938F90
(147,143,144)
#A7A5A5
(167,165,165)
#BBBBBA
(187,187,186)
#CFD1CF
(207,209,207)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0B12; }

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

This text font color is #1B0B12.


Background Color

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

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

This div background color is #1B0B12.


Border color

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

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

This div border color is #1B0B12.


Opacity

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

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

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

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

This text has shadow with #1B0B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B0B12 on black background.


Color preview on white background

This text has color #1B0B12 on white background.



Black color preview on #1B0B12 background

This text has black color on #1B0B12 background.


White color preview on #1B0B12 background

This text has white color on #1B0B12 background.