COLOR #241824

HEX: #241824
RGB: (36,24,36)

Color info

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

RGB color model

#241824 color RGB value is (36,24,36).

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

RGB channels and saturation

R 36 of 255 = 14%
G 24 of 255 = 9%
B 36 of 255 = 14%

36
24
36

R + G + B ~ 12%. #241824 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 24 + 36 = 96 (100%)
R 36 of 96 ~ 37.5%
G 24 of 96 ~ 25%
B 36 of 96 ~ 37.5%

%37.5
%25
%37.5

CMYK color model

#241824 color CMYK value is (0,33,0,86).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(0,33,0,86)
C0M33Y0K86 
(0%,33%,0%,86%)
(0.00/0.33/0.00/0.86)	

CMYK percentages

%0
%33.33
%0
%85.88

Codes

Color #241824 in popluar color models

241824
RGB362436
HSL300°20.00%11.76%
HSB/HSV300°33.33%14.12%
CMYK0.00%33.33%0.00%
85.88%

Color #241824 in popluar number systems.

HEX241824
Decimal362436
Binary10010011000100100
Octal443044

Shades and tints

Shades of #241824

#241824
(36,24,36)
#211621
(33,22,33)
#1E141E
(30,20,30)
#1B121B
(27,18,27)
#181018
(24,16,24)
#150E15
(21,14,21)
#120C12
(18,12,18)
#0F0A0F
(15,10,15)
#0C080C
(12,8,12)
#090609
(9,6,9)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #241824

#241824
(36,24,36)
#372D37
(55,45,55)
#4A424A
(74,66,74)
#5D575D
(93,87,93)
#706C70
(112,108,112)
#838183
(131,129,131)
#969696
(150,150,150)
#A9ABA9
(169,171,169)
#BCC0BC
(188,192,188)
#CFD5CF
(207,213,207)
#E2EAE2
(226,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241824; }

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

This text font color is #241824.


Background Color

.myBgColor { background-color: #241824; }

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

This div background color is #241824.


Border color

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

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

This div border color is #241824.


Opacity

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

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

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

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

This text has shadow with #241824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241824 on black background.


Color preview on white background

This text has color #241824 on white background.



Black color preview on #241824 background

This text has black color on #241824 background.


White color preview on #241824 background

This text has white color on #241824 background.