COLOR #1B1429

HEX: #1B1429
RGB: (27,20,41)

Color info

#1B1429 contains red, green and blue colors in about the same proportion. Web safe color of #1B1429 is #330033 (or #303).

RGB color model

#1B1429 color RGB value is (27,20,41).

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

RGB channels and saturation

R 27 of 255 = 11%
G 20 of 255 = 8%
B 41 of 255 = 16%

27
20
41

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

Portions of RGB colors in percentages

R + G + B =
27 + 20 + 41 = 88 (100%)
R 27 of 88 ~ 30.68%
G 20 of 88 ~ 22.73%
B 41 of 88 ~ 46.59%

%30.68
%22.73
%46.59

CMYK color model

#1B1429 color CMYK value is (34,51,0,84).

  • cyan value is 34.15%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(34,51,0,84)
C34M51Y0K84 
(34%,51%,0%,84%)
(0.34/0.51/0.00/0.84)	

CMYK percentages

%34.15
%51.22
%0
%83.92

Codes

Color #1B1429 in popluar color models

1B1429
RGB272041
HSL260°34.43%11.96%
HSB/HSV260°51.22%16.08%
CMYK34.15%51.22%0.00%
83.92%

Color #1B1429 in popluar number systems.

HEX1B1429
Decimal272041
Binary1101110100101001
Octal332451

Shades and tints

Shades of #1B1429

#1B1429
(27,20,41)
#191326
(25,19,38)
#171223
(23,18,35)
#151120
(21,17,32)
#13101D
(19,16,29)
#110F1A
(17,15,26)
#0F0E17
(15,14,23)
#0D0D14
(13,13,20)
#0B0C11
(11,12,17)
#090B0E
(9,11,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #1B1429

#1B1429
(27,20,41)
#2F293C
(47,41,60)
#433E4F
(67,62,79)
#575362
(87,83,98)
#6B6875
(107,104,117)
#7F7D88
(127,125,136)
#93929B
(147,146,155)
#A7A7AE
(167,167,174)
#BBBCC1
(187,188,193)
#CFD1D4
(207,209,212)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1429; }

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

This text font color is #1B1429.


Background Color

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

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

This div background color is #1B1429.


Border color

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

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

This div border color is #1B1429.


Opacity

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

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

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

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

This text has shadow with #1B1429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1429 on black background.


Color preview on white background

This text has color #1B1429 on white background.



Black color preview on #1B1429 background

This text has black color on #1B1429 background.


White color preview on #1B1429 background

This text has white color on #1B1429 background.