COLOR #241515

HEX: #241515
RGB: (36,21,21)

Color info

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

RGB color model

#241515 color RGB value is (36,21,21).

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

RGB channels and saturation

R 36 of 255 = 14%
G 21 of 255 = 8%
B 21 of 255 = 8%

36
21
21

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

Portions of RGB colors in percentages

R + G + B =
36 + 21 + 21 = 78 (100%)
R 36 of 78 ~ 46.15%
G 21 of 78 ~ 26.92%
B 21 of 78 ~ 26.92%

%46.15
%26.92
%26.92

CMYK color model

#241515 color CMYK value is (0,42,42,86).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 41.67%
  • key color value is 85.88%
CMYK:
(0,42,42,86)
C0M42Y42K86 
(0%,42%,42%,86%)
(0.00/0.42/0.42/0.86)	

CMYK percentages

%0
%41.67
%41.67
%85.88

Codes

Color #241515 in popluar color models

241515
RGB362121
HSL26.32%11.18%
HSB/HSV41.67%14.12%
CMYK0.00%41.67%41.67%
85.88%

Color #241515 in popluar number systems.

HEX241515
Decimal362121
Binary1001001010110101
Octal442525

Shades and tints

Shades of #241515

#241515
(36,21,21)
#211414
(33,20,20)
#1E1313
(30,19,19)
#1B1212
(27,18,18)
#181111
(24,17,17)
#151010
(21,16,16)
#120F0F
(18,15,15)
#0F0E0E
(15,14,14)
#0C0D0D
(12,13,13)
#090C0C
(9,12,12)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #241515

#241515
(36,21,21)
#372A2A
(55,42,42)
#4A3F3F
(74,63,63)
#5D5454
(93,84,84)
#706969
(112,105,105)
#837E7E
(131,126,126)
#969393
(150,147,147)
#A9A8A8
(169,168,168)
#BCBDBD
(188,189,189)
#CFD2D2
(207,210,210)
#E2E7E7
(226,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241515; }

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

This text font color is #241515.


Background Color

.myBgColor { background-color: #241515; }

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

This div background color is #241515.


Border color

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

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

This div border color is #241515.


Opacity

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

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

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

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

This text has shadow with #241515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241515 on black background.


Color preview on white background

This text has color #241515 on white background.



Black color preview on #241515 background

This text has black color on #241515 background.


White color preview on #241515 background

This text has white color on #241515 background.