COLOR #1B2429

HEX: #1B2429
RGB: (27,36,41)

Color info

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

RGB color model

#1B2429 color RGB value is (27,36,41).

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

RGB channels and saturation

R 27 of 255 = 11%
G 36 of 255 = 14%
B 41 of 255 = 16%

27
36
41

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

Portions of RGB colors in percentages

R + G + B =
27 + 36 + 41 = 104 (100%)
R 27 of 104 ~ 25.96%
G 36 of 104 ~ 34.62%
B 41 of 104 ~ 39.42%

%25.96
%34.62
%39.42

CMYK color model

#1B2429 color CMYK value is (34,12,0,84).

  • cyan value is 34.15%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK: (34,12,0,84) C34M12Y0K84 (34%,12%,0%,84%) (0.34/0.12/0.00/0.84)

CMYK percentages

%34.15
%12.2
%0
%83.92

Codes

Color #1B2429 in popluar color models

1B2429
RGB273641
HSL201°20.59%13.33%
HSB/HSV201°34.15%16.08%
CMYK34.15%12.20%0.00%
83.92%

Color #1B2429 in popluar number systems.

HEX1B2429
Decimal273641
Binary11011100100101001
Octal334451

Shades and tints

Shades of #1B2429

#1B2429
(27,36,41)
#192126
(25,33,38)
#171E23
(23,30,35)
#151B20
(21,27,32)
#13181D
(19,24,29)
#11151A
(17,21,26)
#0F1217
(15,18,23)
#0D0F14
(13,15,20)
#0B0C11
(11,12,17)
#09090E
(9,9,14)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #1B2429

#1B2429
(27,36,41)
#2F373C
(47,55,60)
#434A4F
(67,74,79)
#575D62
(87,93,98)
#6B7075
(107,112,117)
#7F8388
(127,131,136)
#93969B
(147,150,155)
#A7A9AE
(167,169,174)
#BBBCC1
(187,188,193)
#CFCFD4
(207,207,212)
#E3E2E7
(227,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B2429; }

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

This text font color is #1B2429.


Background Color

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

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

This div background color is #1B2429.


Border color

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

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

This div border color is #1B2429.


Opacity

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

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

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

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

This text has shadow with #1B2429 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #1B2429 on black background.


Color preview on white background

This text has color #1B2429 on white background.



Black color preview on #1B2429 background

This text has black color on #1B2429 background.


White color preview on #1B2429 background

This text has white color on #1B2429 background.