COLOR #1B2028

HEX: #1B2028
RGB: (27,32,40)

Color info

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

RGB color model

#1B2028 color RGB value is (27,32,40).

  • red value is 27;
  • green value is 32;
  • blue value is 40.
RGB:
(27,32,40)
(11%,13%,16%)

RGB channels and saturation

R 27 of 255 = 11%
G 32 of 255 = 13%
B 40 of 255 = 16%

27
32
40

R + G + B ~ 13%. #1B2028 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 32 + 40 = 99 (100%)
R 27 of 99 ~ 27.27%
G 32 of 99 ~ 32.32%
B 40 of 99 ~ 40.4%

%27.27
%32.32
%40.4

CMYK color model

#1B2028 color CMYK value is (33,20,0,84).

  • cyan value is 32.50%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(33,20,0,84)
C33M20Y0K84 
(33%,20%,0%,84%)
(0.33/0.20/0.00/0.84)	

CMYK percentages

%32.5
%20
%0
%84.31

Codes

Color #1B2028 in popluar color models

1B2028
RGB273240
HSL217°19.40%13.14%
HSB/HSV217°32.50%15.69%
CMYK32.50%20.00%0.00%
84.31%

Color #1B2028 in popluar number systems.

HEX1B2028
Decimal273240
Binary11011100000101000
Octal334050

Shades and tints

Shades of #1B2028

#1B2028
(27,32,40)
#191E25
(25,30,37)
#171C22
(23,28,34)
#151A1F
(21,26,31)
#13181C
(19,24,28)
#111619
(17,22,25)
#0F1416
(15,20,22)
#0D1213
(13,18,19)
#0B1010
(11,16,16)
#090E0D
(9,14,13)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #1B2028

#1B2028
(27,32,40)
#2F343B
(47,52,59)
#43484E
(67,72,78)
#575C61
(87,92,97)
#6B7074
(107,112,116)
#7F8487
(127,132,135)
#93989A
(147,152,154)
#A7ACAD
(167,172,173)
#BBC0C0
(187,192,192)
#CFD4D3
(207,212,211)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B2028; }

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

This text font color is #1B2028.


Background Color

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

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

This div background color is #1B2028.


Border color

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

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

This div border color is #1B2028.


Opacity

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

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

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

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

This text has shadow with #1B2028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B2028 on black background.


Color preview on white background

This text has color #1B2028 on white background.



Black color preview on #1B2028 background

This text has black color on #1B2028 background.


White color preview on #1B2028 background

This text has white color on #1B2028 background.