COLOR #241415

HEX: #241415 RGB: (36,20,21)

Color info

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

RGB color model

#241415 color RGB value is (36,20,21).

RGB: (36,20,21) (14%, 8%, 8%)

RGB channels and saturation

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

36
20
21

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

Portions of RGB colors in percentages

R + G + B = 36 + 20 + 21 = 77 (100%)
R 36 of 77 ~ 46.75%
G 20 of 77 ~ 25.97%
B 21 of 77 ~ 27.27'%

%46.75
%25.97
%27.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 41.67%
  • key color value is 85.88%

CMYK: (0,44,42,86)
C0M44Y42K86 (0%, 44%, 42%, 86%)
(0.00 / 0.44 / 0.42 / 0.86)

CMYK percentages

%0
%44.44
%41.67
%85.88

Codes

Color #241415 in popluar color models

24 14 15
RGB 36 20 21
HSL 356° 28.57% 10.98%
HSB/HSV 356° 44.44% 14.12%
CMYK 0.00% 44.44% 41.67%
85.88%

Color #241415 in popluar number systems.

HEX 24 14 15
Decimal 36 20 21
Binary 100100 10100 10101
Octal 44 24 25

Shades and tints

Shades of #241415

#241415
(36,20,21)
#211314
(33,19,20)
#1E1213
(30,18,19)
#1B1112
(27,17,18)
#181011
(24,16,17)
#150F10
(21,15,16)
#120E0F
(18,14,15)
#0F0D0E
(15,13,14)
#0C0C0D
(12,12,13)
#090B0C
(9,11,12)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #241415

#241415
(36,20,21)
#37292A
(55,41,42)
#4A3E3F
(74,62,63)
#5D5354
(93,83,84)
#706869
(112,104,105)
#837D7E
(131,125,126)
#969293
(150,146,147)
#A9A7A8
(169,167,168)
#BCBCBD
(188,188,189)
#CFD1D2
(207,209,210)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241415; }

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

This text font color is #241415.

Background Color

.myBgColor { background-color: #241415; }

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

This div background color is #241415.

Border color

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

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

This div border color is #241415.

Opacity

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

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

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

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

This text has shadow with #241415 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #241415.

Preview

Color preview on black background

This text has color #241415 on black background.


Color preview on white background

This text has color #241415 on white background.


Black color preview on #241415 background

This text has black color on #241415 background.


White color preview on #241415 background

This text has white color on #241415 background.


Related colors

Complementary color

Complementary color for #hex is #DBEBEA.


I love getcolorcode.com

Triadic colors

1 #152414 and #141524 with #241415 are triadic colors.

2 #151424 and #142415 with #241415 are triadic colors.