COLOR #241D13

HEX: #241D13
RGB: (36,29,19)

Color info

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

RGB color model

#241D13 color RGB value is (36,29,19).

  • red value is 36;
  • green value is 29;
  • blue value is 19.
RGB:
(36,29,19)
(14%,11%,7%)

RGB channels and saturation

R 36 of 255 = 14%
G 29 of 255 = 11%
B 19 of 255 = 7%

36
29
19

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

Portions of RGB colors in percentages

R + G + B =
36 + 29 + 19 = 84 (100%)
R 36 of 84 ~ 42.86%
G 29 of 84 ~ 34.52%
B 19 of 84 ~ 22.62%

%42.86
%34.52
%22.62

CMYK color model

#241D13 color CMYK value is (0,19,47,86).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 47.22%
  • key color value is 85.88%
CMYK:
(0,19,47,86)
C0M19Y47K86 
(0%,19%,47%,86%)
(0.00/0.19/0.47/0.86)	

CMYK percentages

%0
%19.44
%47.22
%85.88

Codes

Color #241D13 in popluar color models

241D13
RGB362919
HSL35°30.91%10.78%
HSB/HSV35°47.22%14.12%
CMYK0.00%19.44%47.22%
85.88%

Color #241D13 in popluar number systems.

HEX241D13
Decimal362919
Binary1001001110110011
Octal443523

Shades and tints

Shades of #241D13

#241D13
(36,29,19)
#211B12
(33,27,18)
#1E1911
(30,25,17)
#1B1710
(27,23,16)
#18150F
(24,21,15)
#15130E
(21,19,14)
#12110D
(18,17,13)
#0F0F0C
(15,15,12)
#0C0D0B
(12,13,11)
#090B0A
(9,11,10)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #241D13

#241D13
(36,29,19)
#373128
(55,49,40)
#4A453D
(74,69,61)
#5D5952
(93,89,82)
#706D67
(112,109,103)
#83817C
(131,129,124)
#969591
(150,149,145)
#A9A9A6
(169,169,166)
#BCBDBB
(188,189,187)
#CFD1D0
(207,209,208)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #241D13 color. Also use rgb(36,29,19) instead hex code.

Text Font Color

.myTextColor { color: #241D13; }

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

This text font color is #241D13.


Background Color

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

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

This div background color is #241D13.


Border color

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

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

This div border color is #241D13.


Opacity

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

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

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

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

This text has shadow with #241D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241D13 on black background.


Color preview on white background

This text has color #241D13 on white background.



Black color preview on #241D13 background

This text has black color on #241D13 background.


White color preview on #241D13 background

This text has white color on #241D13 background.