COLOR #24141E

HEX: #24141E
RGB: (36,20,30)

Color info

#24141E contains red, green and blue colors in about the same proportion. Web safe color of #24141E is #330033 (or #303).

RGB color model

#24141E color RGB value is (36,20,30).

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

RGB channels and saturation

R 36 of 255 = 14%
G 20 of 255 = 8%
B 30 of 255 = 12%

36
20
30

R + G + B ~ 11%. #24141E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 20 + 30 = 86 (100%)
R 36 of 86 ~ 41.86%
G 20 of 86 ~ 23.26%
B 30 of 86 ~ 34.88%

%41.86
%23.26
%34.88

CMYK color model

#24141E color CMYK value is (0,44,17,86).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 16.67%
  • key color value is 85.88%
CMYK:
(0,44,17,86)
C0M44Y17K86 
(0%,44%,17%,86%)
(0.00/0.44/0.17/0.86)	

CMYK percentages

%0
%44.44
%16.67
%85.88

Codes

Color #24141E in popluar color models

24141E
RGB362030
HSL323°28.57%10.98%
HSB/HSV323°44.44%14.12%
CMYK0.00%44.44%16.67%
85.88%

Color #24141E in popluar number systems.

HEX24141E
Decimal362030
Binary1001001010011110
Octal442436

Shades and tints

Shades of #24141E

#24141E
(36,20,30)
#21131C
(33,19,28)
#1E121A
(30,18,26)
#1B1118
(27,17,24)
#181016
(24,16,22)
#150F14
(21,15,20)
#120E12
(18,14,18)
#0F0D10
(15,13,16)
#0C0C0E
(12,12,14)
#090B0C
(9,11,12)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #24141E

#24141E
(36,20,30)
#372932
(55,41,50)
#4A3E46
(74,62,70)
#5D535A
(93,83,90)
#70686E
(112,104,110)
#837D82
(131,125,130)
#969296
(150,146,150)
#A9A7AA
(169,167,170)
#BCBCBE
(188,188,190)
#CFD1D2
(207,209,210)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24141E; }

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

This text font color is #24141E.


Background Color

.myBgColor { background-color: #24141E; }

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

This div background color is #24141E.


Border color

.myBorderColor { border: 1px solid #24141E; }

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

This div border color is #24141E.


Opacity

.myOpacity80 { color: #24141E; opacity: 0.8; }

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

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

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

This text has shadow with #24141E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24141E on black background.


Color preview on white background

This text has color #24141E on white background.



Black color preview on #24141E background

This text has black color on #24141E background.


White color preview on #24141E background

This text has white color on #24141E background.