COLOR #241924

HEX: #241924
RGB: (36,25,36)

Color info

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

RGB color model

#241924 color RGB value is (36,25,36).

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

RGB channels and saturation

R 36 of 255 = 14%
G 25 of 255 = 10%
B 36 of 255 = 14%

36
25
36

R + G + B ~ 13%. #241924 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 25 + 36 = 97 (100%)
R 36 of 97 ~ 37.11%
G 25 of 97 ~ 25.77%
B 36 of 97 ~ 37.11%

%37.11
%25.77
%37.11

CMYK color model

#241924 color CMYK value is (0,31,0,86).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(0,31,0,86)
C0M31Y0K86 
(0%,31%,0%,86%)
(0.00/0.31/0.00/0.86)	

CMYK percentages

%0
%30.56
%0
%85.88

Codes

Color #241924 in popluar color models

241924
RGB362536
HSL300°18.03%11.96%
HSB/HSV300°30.56%14.12%
CMYK0.00%30.56%0.00%
85.88%

Color #241924 in popluar number systems.

HEX241924
Decimal362536
Binary10010011001100100
Octal443144

Shades and tints

Shades of #241924

#241924
(36,25,36)
#211721
(33,23,33)
#1E151E
(30,21,30)
#1B131B
(27,19,27)
#181118
(24,17,24)
#150F15
(21,15,21)
#120D12
(18,13,18)
#0F0B0F
(15,11,15)
#0C090C
(12,9,12)
#090709
(9,7,9)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #241924

#241924
(36,25,36)
#372D37
(55,45,55)
#4A414A
(74,65,74)
#5D555D
(93,85,93)
#706970
(112,105,112)
#837D83
(131,125,131)
#969196
(150,145,150)
#A9A5A9
(169,165,169)
#BCB9BC
(188,185,188)
#CFCDCF
(207,205,207)
#E2E1E2
(226,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #241924; }

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

This text font color is #241924.


Background Color

.myBgColor { background-color: #241924; }

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

This div background color is #241924.


Border color

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

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

This div border color is #241924.


Opacity

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

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

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

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

This text has shadow with #241924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #241924 on black background.


Color preview on white background

This text has color #241924 on white background.



Black color preview on #241924 background

This text has black color on #241924 background.


White color preview on #241924 background

This text has white color on #241924 background.