COLOR #24192D

HEX: #24192D
RGB: (36,25,45)

Color info

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

RGB color model

#24192D color RGB value is (36,25,45).

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

RGB channels and saturation

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

36
25
45

R + G + B ~ 14%. #24192D is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 25 + 45 = 106 (100%)
R 36 of 106 ~ 33.96%
G 25 of 106 ~ 23.58%
B 45 of 106 ~ 42.45%

%33.96
%23.58
%42.45

CMYK color model

#24192D color CMYK value is (20,44,0,82).

  • cyan value is 20.00%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(20,44,0,82)
C20M44Y0K82 
(20%,44%,0%,82%)
(0.20/0.44/0.00/0.82)	

CMYK percentages

%20
%44.44
%0
%82.35

Codes

Color #24192D in popluar color models

24192D
RGB362545
HSL273°28.57%13.73%
HSB/HSV273°44.44%17.65%
CMYK20.00%44.44%0.00%
82.35%

Color #24192D in popluar number systems.

HEX24192D
Decimal362545
Binary10010011001101101
Octal443155

Shades and tints

Shades of #24192D

#24192D
(36,25,45)
#211729
(33,23,41)
#1E1525
(30,21,37)
#1B1321
(27,19,33)
#18111D
(24,17,29)
#150F19
(21,15,25)
#120D15
(18,13,21)
#0F0B11
(15,11,17)
#0C090D
(12,9,13)
#090709
(9,7,9)
#060505
(6,5,5)
#000000
(0,0,0)

Tints of #24192D

#24192D
(36,25,45)
#372D40
(55,45,64)
#4A4153
(74,65,83)
#5D5566
(93,85,102)
#706979
(112,105,121)
#837D8C
(131,125,140)
#96919F
(150,145,159)
#A9A5B2
(169,165,178)
#BCB9C5
(188,185,197)
#CFCDD8
(207,205,216)
#E2E1EB
(226,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24192D; }

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

This text font color is #24192D.


Background Color

.myBgColor { background-color: #24192D; }

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

This div background color is #24192D.


Border color

.myBorderColor { border: 1px solid #24192D; }

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

This div border color is #24192D.


Opacity

.myOpacity80 { color: #24192D; opacity: 0.8; }

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

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

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

This text has shadow with #24192D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24192D on black background.


Color preview on white background

This text has color #24192D on white background.



Black color preview on #24192D background

This text has black color on #24192D background.


White color preview on #24192D background

This text has white color on #24192D background.