COLOR #1B151B

HEX: #1B151B RGB: (27,21,27)

Color info

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

RGB color model

#1B151B color RGB value is (27,21,27).

RGB: (27,21,27) (11%, 8%, 11%)

RGB channels and saturation

R 27 of 255 = 11%
G 21 of 255 = 8%
B 27 of 255 = 11%

27
21
27

R + G + B ~ 10%. #1B151B is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 21 + 27 = 75 (100%)
R 27 of 75 ~ 36%
G 21 of 75 ~ 28%
B 27 of 75 ~ 36'%

%36
%28
%36

CMYK color model

#1B151B color CMYK value is (0,22,0,89).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (0,22,0,89)
C0M22Y0K89 (0%, 22%, 0%, 89%)
(0.00 / 0.22 / 0.00 / 0.89)

CMYK percentages

%0
%22.22
%0
%89.41

Codes

Color #1B151B in popluar color models

1B 15 1B
RGB 27 21 27
HSL 300° 12.50% 9.41%
HSB/HSV 300° 22.22% 10.59%
CMYK 0.00% 22.22% 0.00%
89.41%

Color #1B151B in popluar number systems.

HEX 1B 15 1B
Decimal 27 21 27
Binary 11011 10101 11011
Octal 33 25 33

Shades and tints

Shades of #1B151B

#1B151B
(27,21,27)
#191419
(25,20,25)
#171317
(23,19,23)
#151215
(21,18,21)
#131113
(19,17,19)
#111011
(17,16,17)
#0F0F0F
(15,15,15)
#0D0E0D
(13,14,13)
#0B0D0B
(11,13,11)
#090C09
(9,12,9)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #1B151B

#1B151B
(27,21,27)
#2F2A2F
(47,42,47)
#433F43
(67,63,67)
#575457
(87,84,87)
#6B696B
(107,105,107)
#7F7E7F
(127,126,127)
#939393
(147,147,147)
#A7A8A7
(167,168,167)
#BBBDBB
(187,189,187)
#CFD2CF
(207,210,207)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B151B; }

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

This text font color is #1B151B.

Background Color

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

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

This div background color is #1B151B.

Border color

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

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

This div border color is #1B151B.

Opacity

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

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

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

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

This text has shadow with #1B151B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B151B.

Preview

Color preview on black background

This text has color #1B151B on black background.


Color preview on white background

This text has color #1B151B on white background.


Black color preview on #1B151B background

This text has black color on #1B151B background.


White color preview on #1B151B background

This text has white color on #1B151B background.


Related colors

Complementary color

Complementary color for #hex is #E4EAE4.


I love getcolorcode.com

Triadic colors

1 #1B1B15 and #151B1B with #1B151B are triadic colors.

2 #1B151B and #151B1B with #1B151B are triadic colors.