COLOR #241B26

HEX: #241B26
RGB: (36,27,38)

Color info

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

RGB color model

#241B26 color RGB value is (36,27,38).

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

RGB channels and saturation

R 36 of 255 = 14%
G 27 of 255 = 11%
B 38 of 255 = 15%

36
27
38

R + G + B ~ 13%. #241B26 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 27 + 38 = 101 (100%)
R 36 of 101 ~ 35.64%
G 27 of 101 ~ 26.73%
B 38 of 101 ~ 37.62%

%35.64
%26.73
%37.62

CMYK color model

#241B26 color CMYK value is (5,29,0,85).

  • cyan value is 5.26%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(5,29,0,85)
C5M29Y0K85 
(5%,29%,0%,85%)
(0.05/0.29/0.00/0.85)	

CMYK percentages

%5.26
%28.95
%0
%85.1

Codes

Color #241B26 in popluar color models

241B26
RGB362738
HSL289°16.92%12.75%
HSB/HSV289°28.95%14.90%
CMYK5.26%28.95%0.00%
85.10%

Color #241B26 in popluar number systems.

HEX241B26
Decimal362738
Binary10010011011100110
Octal443346

Shades and tints

Shades of #241B26

#241B26
(36,27,38)
#211923
(33,25,35)
#1E1720
(30,23,32)
#1B151D
(27,21,29)
#18131A
(24,19,26)
#151117
(21,17,23)
#120F14
(18,15,20)
#0F0D11
(15,13,17)
#0C0B0E
(12,11,14)
#09090B
(9,9,11)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #241B26

#241B26
(36,27,38)
#372F39
(55,47,57)
#4A434C
(74,67,76)
#5D575F
(93,87,95)
#706B72
(112,107,114)
#837F85
(131,127,133)
#969398
(150,147,152)
#A9A7AB
(169,167,171)
#BCBBBE
(188,187,190)
#CFCFD1
(207,207,209)
#E2E3E4
(226,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241B26 color. Also use rgb(36,27,38) instead hex code.

Text Font Color

.myTextColor { color: #241B26; }

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

This text font color is #241B26.


Background Color

.myBgColor { background-color: #241B26; }

<div style="background-color:#241B26">Inner text</div>

This div background color is #241B26.


Border color

.myBorderColor { border: 1px solid #241B26; }

<div style="border:3px solid #241B26">Div</div>

This div border color is #241B26.


Opacity

.myOpacity80 { color: #241B26; opacity: 0.8; }

<p style="color:#241B26;opacity:0.8;">80%</p>

Text with #241B26 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 #241B26;}

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

This text has shadow with #241B26 color.

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

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

This text has shadow with #241B26 primary color and red secondary color.


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

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

This text has shadow with #241B26 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241B26 on black background.


Color preview on white background

This text has color #241B26 on white background.



Black color preview on #241B26 background

This text has black color on #241B26 background.


White color preview on #241B26 background

This text has white color on #241B26 background.