COLOR #1B0B11

HEX: #1B0B11 RGB: (27,11,17)

Color info

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

RGB color model

#1B0B11 color RGB value is (27,11,17).

RGB: (27,11,17) (11%, 4%, 7%)

RGB channels and saturation

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

27
11
17

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

Portions of RGB colors in percentages

R + G + B = 27 + 11 + 17 = 55 (100%)
R 27 of 55 ~ 49.09%
G 11 of 55 ~ 20%
B 17 of 55 ~ 30.91'%

%49.09
%20
%30.91

CMYK color model

#1B0B11 color CMYK value is (0,59,37,89).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 37.04%
  • key color value is 89.41%

CMYK: (0,59,37,89)
C0M59Y37K89 (0%, 59%, 37%, 89%)
(0.00 / 0.59 / 0.37 / 0.89)

CMYK percentages

%0
%59.26
%37.04
%89.41

Codes

Color #1B0B11 in popluar color models

1B 0B 11
RGB 27 11 17
HSL 338° 42.11% 7.45%
HSB/HSV 338° 59.26% 10.59%
CMYK 0.00% 59.26% 37.04%
89.41%

Color #1B0B11 in popluar number systems.

HEX 1B 0B 11
Decimal 27 11 17
Binary 11011 1011 10001
Octal 33 13 21

Shades and tints

Shades of #1B0B11

#1B0B11
(27,11,17)
#190A10
(25,10,16)
#17090F
(23,9,15)
#15080E
(21,8,14)
#13070D
(19,7,13)
#11060C
(17,6,12)
#0F050B
(15,5,11)
#0D040A
(13,4,10)
#0B0309
(11,3,9)
#090208
(9,2,8)
#070107
(7,1,7)
#000000
(0,0,0)

Tints of #1B0B11

#1B0B11
(27,11,17)
#2F2126
(47,33,38)
#43373B
(67,55,59)
#574D50
(87,77,80)
#6B6365
(107,99,101)
#7F797A
(127,121,122)
#938F8F
(147,143,143)
#A7A5A4
(167,165,164)
#BBBBB9
(187,187,185)
#CFD1CE
(207,209,206)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B0B11; }

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

This text font color is #1B0B11.

Background Color

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

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

This div background color is #1B0B11.

Border color

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

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

This div border color is #1B0B11.

Opacity

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

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

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

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

This text has shadow with #1B0B11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B0B11.

Preview

Color preview on black background

This text has color #1B0B11 on black background.


Color preview on white background

This text has color #1B0B11 on white background.


Black color preview on #1B0B11 background

This text has black color on #1B0B11 background.


White color preview on #1B0B11 background

This text has white color on #1B0B11 background.


Related colors

Complementary color

Complementary color for #hex is #E4F4EE.


I love getcolorcode.com

Triadic colors

1 #111B0B and #0B111B with #1B0B11 are triadic colors.

2 #110B1B and #0B1B11 with #1B0B11 are triadic colors.