COLOR #241713

HEX: #241713
RGB: (36,23,19)

Color info

#241713 contains red, green and blue colors in about the same proportion. Web safe color of #241713 is #330000 (or #300).

RGB color model

#241713 color RGB value is (36,23,19).

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

RGB channels and saturation

R 36 of 255 = 14%
G 23 of 255 = 9%
B 19 of 255 = 7%

36
23
19

R + G + B ~ 10%. #241713 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 23 + 19 = 78 (100%)
R 36 of 78 ~ 46.15%
G 23 of 78 ~ 29.49%
B 19 of 78 ~ 24.36%

%46.15
%29.49
%24.36

CMYK color model

#241713 color CMYK value is (0,36,47,86).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 47.22%
  • key color value is 85.88%
CMYK:
(0,36,47,86)
C0M36Y47K86 
(0%,36%,47%,86%)
(0.00/0.36/0.47/0.86)	

CMYK percentages

%0
%36.11
%47.22
%85.88

Codes

Color #241713 in popluar color models

241713
RGB362319
HSL14°30.91%10.78%
HSB/HSV14°47.22%14.12%
CMYK0.00%36.11%47.22%
85.88%

Color #241713 in popluar number systems.

HEX241713
Decimal362319
Binary1001001011110011
Octal442723

Shades and tints

Shades of #241713

#241713
(36,23,19)
#211512
(33,21,18)
#1E1311
(30,19,17)
#1B1110
(27,17,16)
#180F0F
(24,15,15)
#150D0E
(21,13,14)
#120B0D
(18,11,13)
#0F090C
(15,9,12)
#0C070B
(12,7,11)
#09050A
(9,5,10)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #241713

#241713
(36,23,19)
#372C28
(55,44,40)
#4A413D
(74,65,61)
#5D5652
(93,86,82)
#706B67
(112,107,103)
#83807C
(131,128,124)
#969591
(150,149,145)
#A9AAA6
(169,170,166)
#BCBFBB
(188,191,187)
#CFD4D0
(207,212,208)
#E2E9E5
(226,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241713; }

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

This text font color is #241713.


Background Color

.myBgColor { background-color: #241713; }

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

This div background color is #241713.


Border color

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

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

This div border color is #241713.


Opacity

.myOpacity80 { color: #241713; opacity: 0.8; }

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

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

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

This text has shadow with #241713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241713 on black background.


Color preview on white background

This text has color #241713 on white background.



Black color preview on #241713 background

This text has black color on #241713 background.


White color preview on #241713 background

This text has white color on #241713 background.