COLOR #241E19

HEX: #241E19
RGB: (36,30,25)

Color info

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

RGB color model

#241E19 color RGB value is (36,30,25).

  • red value is 36;
  • green value is 30;
  • blue value is 25.
RGB:
(36,30,25)
(14%,12%,10%)

RGB channels and saturation

R 36 of 255 = 14%
G 30 of 255 = 12%
B 25 of 255 = 10%

36
30
25

R + G + B ~ 12%. #241E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 30 + 25 = 91 (100%)
R 36 of 91 ~ 39.56%
G 30 of 91 ~ 32.97%
B 25 of 91 ~ 27.47%

%39.56
%32.97
%27.47

CMYK color model

#241E19 color CMYK value is (0,17,31,86).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 30.56%
  • key color value is 85.88%
CMYK:
(0,17,31,86)
C0M17Y31K86 
(0%,17%,31%,86%)
(0.00/0.17/0.31/0.86)	

CMYK percentages

%0
%16.67
%30.56
%85.88

Codes

Color #241E19 in popluar color models

241E19
RGB363025
HSL27°18.03%11.96%
HSB/HSV27°30.56%14.12%
CMYK0.00%16.67%30.56%
85.88%

Color #241E19 in popluar number systems.

HEX241E19
Decimal363025
Binary1001001111011001
Octal443631

Shades and tints

Shades of #241E19

#241E19
(36,30,25)
#211C17
(33,28,23)
#1E1A15
(30,26,21)
#1B1813
(27,24,19)
#181611
(24,22,17)
#15140F
(21,20,15)
#12120D
(18,18,13)
#0F100B
(15,16,11)
#0C0E09
(12,14,9)
#090C07
(9,12,7)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #241E19

#241E19
(36,30,25)
#37322D
(55,50,45)
#4A4641
(74,70,65)
#5D5A55
(93,90,85)
#706E69
(112,110,105)
#83827D
(131,130,125)
#969691
(150,150,145)
#A9AAA5
(169,170,165)
#BCBEB9
(188,190,185)
#CFD2CD
(207,210,205)
#E2E6E1
(226,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241E19 color. Also use rgb(36,30,25) instead hex code.

Text Font Color

.myTextColor { color: #241E19; }

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

This text font color is #241E19.


Background Color

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

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

This div background color is #241E19.


Border color

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

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

This div border color is #241E19.


Opacity

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

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

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

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

This text has shadow with #241E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241E19 on black background.


Color preview on white background

This text has color #241E19 on white background.



Black color preview on #241E19 background

This text has black color on #241E19 background.


White color preview on #241E19 background

This text has white color on #241E19 background.