COLOR #1B2127

HEX: #1B2127
RGB: (27,33,39)

Color info

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

RGB color model

#1B2127 color RGB value is (27,33,39).

  • red value is 27;
  • green value is 33;
  • blue value is 39.
RGB:
(27,33,39)
(11%,13%,15%)

RGB channels and saturation

R 27 of 255 = 11%
G 33 of 255 = 13%
B 39 of 255 = 15%

27
33
39

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

Portions of RGB colors in percentages

R + G + B =
27 + 33 + 39 = 99 (100%)
R 27 of 99 ~ 27.27%
G 33 of 99 ~ 33.33%
B 39 of 99 ~ 39.39%

%27.27
%33.33
%39.39

CMYK color model

#1B2127 color CMYK value is (31,15,0,85).

  • cyan value is 30.77%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(31,15,0,85)
C31M15Y0K85 
(31%,15%,0%,85%)
(0.31/0.15/0.00/0.85)	

CMYK percentages

%30.77
%15.38
%0
%84.71

Codes

Color #1B2127 in popluar color models

1B2127
RGB273339
HSL210°18.18%12.94%
HSB/HSV210°30.77%15.29%
CMYK30.77%15.38%0.00%
84.71%

Color #1B2127 in popluar number systems.

HEX1B2127
Decimal273339
Binary11011100001100111
Octal334147

Shades and tints

Shades of #1B2127

#1B2127
(27,33,39)
#191E24
(25,30,36)
#171B21
(23,27,33)
#15181E
(21,24,30)
#13151B
(19,21,27)
#111218
(17,18,24)
#0F0F15
(15,15,21)
#0D0C12
(13,12,18)
#0B090F
(11,9,15)
#09060C
(9,6,12)
#070309
(7,3,9)
#000000
(0,0,0)

Tints of #1B2127

#1B2127
(27,33,39)
#2F353A
(47,53,58)
#43494D
(67,73,77)
#575D60
(87,93,96)
#6B7173
(107,113,115)
#7F8586
(127,133,134)
#939999
(147,153,153)
#A7ADAC
(167,173,172)
#BBC1BF
(187,193,191)
#CFD5D2
(207,213,210)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B2127; }

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

This text font color is #1B2127.


Background Color

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

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

This div background color is #1B2127.


Border color

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

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

This div border color is #1B2127.


Opacity

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

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

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

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

This text has shadow with #1B2127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B2127 on black background.


Color preview on white background

This text has color #1B2127 on white background.



Black color preview on #1B2127 background

This text has black color on #1B2127 background.


White color preview on #1B2127 background

This text has white color on #1B2127 background.