COLOR #1B2728

HEX: #1B2728 RGB: (27,39,40)

Color info

#1B2728 contains red, green and blue colors in about the same proportion. Web safe color of #1B2728 is #333333 (or #333).

RGB color model

#1B2728 color RGB value is (27,39,40).

RGB: (27,39,40) (11%, 15%, 16%)

RGB channels and saturation

R 27 of 255 = 11%
G 39 of 255 = 15%
B 40 of 255 = 16%

27
39
40

R + G + B ~ 14%. #1B2728 is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 39 + 40 = 106 (100%)
R 27 of 106 ~ 25.47%
G 39 of 106 ~ 36.79%
B 40 of 106 ~ 37.74'%

%25.47
%36.79
%37.74

CMYK color model

#1B2728 color CMYK value is (33,2,0,84).

  • cyan value is 32.50%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (33,2,0,84)
C33M2Y0K84 (33%, 2%, 0%, 84%)
(0.33 / 0.02 / 0.00 / 0.84)

CMYK percentages

%32.5
%2.5
%0
%84.31

Codes

Color #1B2728 in popluar color models

1B 27 28
RGB 27 39 40
HSL 185° 19.40% 13.14%
HSB/HSV 185° 32.50% 15.69%
CMYK 32.50% 2.50% 0.00%
84.31%

Color #1B2728 in popluar number systems.

HEX 1B 27 28
Decimal 27 39 40
Binary 11011 100111 101000
Octal 33 47 50

Shades and tints

Shades of #1B2728

#1B2728
(27,39,40)
#192425
(25,36,37)
#172122
(23,33,34)
#151E1F
(21,30,31)
#131B1C
(19,27,28)
#111819
(17,24,25)
#0F1516
(15,21,22)
#0D1213
(13,18,19)
#0B0F10
(11,15,16)
#090C0D
(9,12,13)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #1B2728

#1B2728
(27,39,40)
#2F3A3B
(47,58,59)
#434D4E
(67,77,78)
#576061
(87,96,97)
#6B7374
(107,115,116)
#7F8687
(127,134,135)
#93999A
(147,153,154)
#A7ACAD
(167,172,173)
#BBBFC0
(187,191,192)
#CFD2D3
(207,210,211)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B2728; }

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

This text font color is #1B2728.

Background Color

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

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

This div background color is #1B2728.

Border color

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

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

This div border color is #1B2728.

Opacity

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

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

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

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

This text has shadow with #1B2728 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B2728.

Preview

Color preview on black background

This text has color #1B2728 on black background.


Color preview on white background

This text has color #1B2728 on white background.


Black color preview on #1B2728 background

This text has black color on #1B2728 background.


White color preview on #1B2728 background

This text has white color on #1B2728 background.


Related colors

Complementary color

Complementary color for #hex is #E4D8D7.


I love getcolorcode.com

Triadic colors

1 #281B27 and #27281B with #1B2728 are triadic colors.

2 #28271B and #271B28 with #1B2728 are triadic colors.