COLOR #1B1226

HEX: #1B1226
RGB: (27,18,38)

Color info

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

RGB color model

#1B1226 color RGB value is (27,18,38).

  • red value is 27;
  • green value is 18;
  • blue value is 38.
RGB:
(27,18,38)
(11%,7%,15%)

RGB channels and saturation

R 27 of 255 = 11%
G 18 of 255 = 7%
B 38 of 255 = 15%

27
18
38

R + G + B ~ 11%. #1B1226 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 18 + 38 = 83 (100%)
R 27 of 83 ~ 32.53%
G 18 of 83 ~ 21.69%
B 38 of 83 ~ 45.78%

%32.53
%21.69
%45.78

CMYK color model

#1B1226 color CMYK value is (29,53,0,85).

  • cyan value is 28.95%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(29,53,0,85)
C29M53Y0K85 
(29%,53%,0%,85%)
(0.29/0.53/0.00/0.85)	

CMYK percentages

%28.95
%52.63
%0
%85.1

Codes

Color #1B1226 in popluar color models

1B1226
RGB271838
HSL267°35.71%10.98%
HSB/HSV267°52.63%14.90%
CMYK28.95%52.63%0.00%
85.10%

Color #1B1226 in popluar number systems.

HEX1B1226
Decimal271838
Binary1101110010100110
Octal332246

Shades and tints

Shades of #1B1226

#1B1226
(27,18,38)
#191123
(25,17,35)
#171020
(23,16,32)
#150F1D
(21,15,29)
#130E1A
(19,14,26)
#110D17
(17,13,23)
#0F0C14
(15,12,20)
#0D0B11
(13,11,17)
#0B0A0E
(11,10,14)
#09090B
(9,9,11)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #1B1226

#1B1226
(27,18,38)
#2F2739
(47,39,57)
#433C4C
(67,60,76)
#57515F
(87,81,95)
#6B6672
(107,102,114)
#7F7B85
(127,123,133)
#939098
(147,144,152)
#A7A5AB
(167,165,171)
#BBBABE
(187,186,190)
#CFCFD1
(207,207,209)
#E3E4E4
(227,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B1226 color. Also use rgb(27,18,38) instead hex code.

Text Font Color

.myTextColor { color: #1B1226; }

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

This text font color is #1B1226.


Background Color

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

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

This div background color is #1B1226.


Border color

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

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

This div border color is #1B1226.


Opacity

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

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

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

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

This text has shadow with #1B1226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B1226 on black background.


Color preview on white background

This text has color #1B1226 on white background.



Black color preview on #1B1226 background

This text has black color on #1B1226 background.


White color preview on #1B1226 background

This text has white color on #1B1226 background.