COLOR #1B1E24

HEX: #1B1E24
RGB: (27,30,36)

Color info

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

RGB color model

#1B1E24 color RGB value is (27,30,36).

  • red value is 27;
  • green value is 30;
  • blue value is 36.
RGB:
(27,30,36)
(11%,12%,14%)

RGB channels and saturation

R 27 of 255 = 11%
G 30 of 255 = 12%
B 36 of 255 = 14%

27
30
36

R + G + B ~ 12%. #1B1E24 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 30 + 36 = 93 (100%)
R 27 of 93 ~ 29.03%
G 30 of 93 ~ 32.26%
B 36 of 93 ~ 38.71%

%29.03
%32.26
%38.71

CMYK color model

#1B1E24 color CMYK value is (25,17,0,86).

  • cyan value is 25.00%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(25,17,0,86)
C25M17Y0K86 
(25%,17%,0%,86%)
(0.25/0.17/0.00/0.86)	

CMYK percentages

%25
%16.67
%0
%85.88

Codes

Color #1B1E24 in popluar color models

1B1E24
RGB273036
HSL220°14.29%12.35%
HSB/HSV220°25.00%14.12%
CMYK25.00%16.67%0.00%
85.88%

Color #1B1E24 in popluar number systems.

HEX1B1E24
Decimal273036
Binary1101111110100100
Octal333644

Shades and tints

Shades of #1B1E24

#1B1E24
(27,30,36)
#191C21
(25,28,33)
#171A1E
(23,26,30)
#15181B
(21,24,27)
#131618
(19,22,24)
#111415
(17,20,21)
#0F1212
(15,18,18)
#0D100F
(13,16,15)
#0B0E0C
(11,14,12)
#090C09
(9,12,9)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #1B1E24

#1B1E24
(27,30,36)
#2F3237
(47,50,55)
#43464A
(67,70,74)
#575A5D
(87,90,93)
#6B6E70
(107,110,112)
#7F8283
(127,130,131)
#939696
(147,150,150)
#A7AAA9
(167,170,169)
#BBBEBC
(187,190,188)
#CFD2CF
(207,210,207)
#E3E6E2
(227,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1E24; }

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

This text font color is #1B1E24.


Background Color

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

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

This div background color is #1B1E24.


Border color

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

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

This div border color is #1B1E24.


Opacity

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

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

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

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

This text has shadow with #1B1E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1E24 on black background.


Color preview on white background

This text has color #1B1E24 on white background.



Black color preview on #1B1E24 background

This text has black color on #1B1E24 background.


White color preview on #1B1E24 background

This text has white color on #1B1E24 background.