COLOR #241417

HEX: #241417
RGB: (36,20,23)

Color info

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

RGB color model

#241417 color RGB value is (36,20,23).

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

RGB channels and saturation

R 36 of 255 = 14%
G 20 of 255 = 8%
B 23 of 255 = 9%

36
20
23

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

Portions of RGB colors in percentages

R + G + B =
36 + 20 + 23 = 79 (100%)
R 36 of 79 ~ 45.57%
G 20 of 79 ~ 25.32%
B 23 of 79 ~ 29.11%

%45.57
%25.32
%29.11

CMYK color model

#241417 color CMYK value is (0,44,36,86).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 36.11%
  • key color value is 85.88%
CMYK:
(0,44,36,86)
C0M44Y36K86 
(0%,44%,36%,86%)
(0.00/0.44/0.36/0.86)	

CMYK percentages

%0
%44.44
%36.11
%85.88

Codes

Color #241417 in popluar color models

241417
RGB362023
HSL349°28.57%10.98%
HSB/HSV349°44.44%14.12%
CMYK0.00%44.44%36.11%
85.88%

Color #241417 in popluar number systems.

HEX241417
Decimal362023
Binary1001001010010111
Octal442427

Shades and tints

Shades of #241417

#241417
(36,20,23)
#211315
(33,19,21)
#1E1213
(30,18,19)
#1B1111
(27,17,17)
#18100F
(24,16,15)
#150F0D
(21,15,13)
#120E0B
(18,14,11)
#0F0D09
(15,13,9)
#0C0C07
(12,12,7)
#090B05
(9,11,5)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #241417

#241417
(36,20,23)
#37292C
(55,41,44)
#4A3E41
(74,62,65)
#5D5356
(93,83,86)
#70686B
(112,104,107)
#837D80
(131,125,128)
#969295
(150,146,149)
#A9A7AA
(169,167,170)
#BCBCBF
(188,188,191)
#CFD1D4
(207,209,212)
#E2E6E9
(226,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241417; }

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

This text font color is #241417.


Background Color

.myBgColor { background-color: #241417; }

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

This div background color is #241417.


Border color

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

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

This div border color is #241417.


Opacity

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

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

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

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

This text has shadow with #241417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241417 on black background.


Color preview on white background

This text has color #241417 on white background.



Black color preview on #241417 background

This text has black color on #241417 background.


White color preview on #241417 background

This text has white color on #241417 background.