COLOR #241B16

HEX: #241B16
RGB: (36,27,22)

Color info

#241B16 contains red, green and blue colors in about the same proportion. Web safe color of #241B16 is #333300 (or #330).

RGB color model

#241B16 color RGB value is (36,27,22).

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

RGB channels and saturation

R 36 of 255 = 14%
G 27 of 255 = 11%
B 22 of 255 = 9%

36
27
22

R + G + B ~ 11%. #241B16 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 27 + 22 = 85 (100%)
R 36 of 85 ~ 42.35%
G 27 of 85 ~ 31.76%
B 22 of 85 ~ 25.88%

%42.35
%31.76
%25.88

CMYK color model

#241B16 color CMYK value is (0,25,39,86).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 38.89%
  • key color value is 85.88%
CMYK:
(0,25,39,86)
C0M25Y39K86 
(0%,25%,39%,86%)
(0.00/0.25/0.39/0.86)	

CMYK percentages

%0
%25
%38.89
%85.88

Codes

Color #241B16 in popluar color models

241B16
RGB362722
HSL21°24.14%11.37%
HSB/HSV21°38.89%14.12%
CMYK0.00%25.00%38.89%
85.88%

Color #241B16 in popluar number systems.

HEX241B16
Decimal362722
Binary1001001101110110
Octal443326

Shades and tints

Shades of #241B16

#241B16
(36,27,22)
#211914
(33,25,20)
#1E1712
(30,23,18)
#1B1510
(27,21,16)
#18130E
(24,19,14)
#15110C
(21,17,12)
#120F0A
(18,15,10)
#0F0D08
(15,13,8)
#0C0B06
(12,11,6)
#090904
(9,9,4)
#060702
(6,7,2)
#000000
(0,0,0)

Tints of #241B16

#241B16
(36,27,22)
#372F2B
(55,47,43)
#4A4340
(74,67,64)
#5D5755
(93,87,85)
#706B6A
(112,107,106)
#837F7F
(131,127,127)
#969394
(150,147,148)
#A9A7A9
(169,167,169)
#BCBBBE
(188,187,190)
#CFCFD3
(207,207,211)
#E2E3E8
(226,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241B16; }

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

This text font color is #241B16.


Background Color

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

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

This div background color is #241B16.


Border color

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

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

This div border color is #241B16.


Opacity

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

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

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

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

This text has shadow with #241B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241B16 on black background.


Color preview on white background

This text has color #241B16 on white background.



Black color preview on #241B16 background

This text has black color on #241B16 background.


White color preview on #241B16 background

This text has white color on #241B16 background.