COLOR #1B1728

HEX: #1B1728
RGB: (27,23,40)

Color info

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

RGB color model

#1B1728 color RGB value is (27,23,40).

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

RGB channels and saturation

R 27 of 255 = 11%
G 23 of 255 = 9%
B 40 of 255 = 16%

27
23
40

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

Portions of RGB colors in percentages

R + G + B =
27 + 23 + 40 = 90 (100%)
R 27 of 90 ~ 30%
G 23 of 90 ~ 25.56%
B 40 of 90 ~ 44.44%

%30
%25.56
%44.44

CMYK color model

#1B1728 color CMYK value is (33,43,0,84).

  • cyan value is 32.50%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(33,43,0,84)
C33M43Y0K84 
(33%,43%,0%,84%)
(0.33/0.43/0.00/0.84)	

CMYK percentages

%32.5
%42.5
%0
%84.31

Codes

Color #1B1728 in popluar color models

1B1728
RGB272340
HSL254°26.98%12.35%
HSB/HSV254°42.50%15.69%
CMYK32.50%42.50%0.00%
84.31%

Color #1B1728 in popluar number systems.

HEX1B1728
Decimal272340
Binary1101110111101000
Octal332750

Shades and tints

Shades of #1B1728

#1B1728
(27,23,40)
#191525
(25,21,37)
#171322
(23,19,34)
#15111F
(21,17,31)
#130F1C
(19,15,28)
#110D19
(17,13,25)
#0F0B16
(15,11,22)
#0D0913
(13,9,19)
#0B0710
(11,7,16)
#09050D
(9,5,13)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #1B1728

#1B1728
(27,23,40)
#2F2C3B
(47,44,59)
#43414E
(67,65,78)
#575661
(87,86,97)
#6B6B74
(107,107,116)
#7F8087
(127,128,135)
#93959A
(147,149,154)
#A7AAAD
(167,170,173)
#BBBFC0
(187,191,192)
#CFD4D3
(207,212,211)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B1728; }

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

This text font color is #1B1728.


Background Color

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

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

This div background color is #1B1728.


Border color

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

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

This div border color is #1B1728.


Opacity

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

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

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

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

This text has shadow with #1B1728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1728 on black background.


Color preview on white background

This text has color #1B1728 on white background.



Black color preview on #1B1728 background

This text has black color on #1B1728 background.


White color preview on #1B1728 background

This text has white color on #1B1728 background.