COLOR #24192A

HEX: #24192A RGB: (36,25,42)

Color info

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

RGB color model

#24192A color RGB value is (36,25,42).

RGB: (36,25,42) (14%, 10%, 16%)

RGB channels and saturation

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

36
25
42

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

Portions of RGB colors in percentages

R + G + B = 36 + 25 + 42 = 103 (100%)
R 36 of 103 ~ 34.95%
G 25 of 103 ~ 24.27%
B 42 of 103 ~ 40.78'%

%34.95
%24.27
%40.78

CMYK color model

#24192A color CMYK value is (14,40,0,84).

  • cyan value is 14.29%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (14,40,0,84)
C14M40Y0K84 (14%, 40%, 0%, 84%)
(0.14 / 0.40 / 0.00 / 0.84)

CMYK percentages

%14.29
%40.48
%0
%83.53

Codes

Color #24192A in popluar color models

24 19 2A
RGB 36 25 42
HSL 279° 25.37% 13.14%
HSB/HSV 279° 40.48% 16.47%
CMYK 14.29% 40.48% 0.00%
83.53%

Color #24192A in popluar number systems.

HEX 24 19 2A
Decimal 36 25 42
Binary 100100 11001 101010
Octal 44 31 52

Shades and tints

Shades of #24192A

#24192A
(36,25,42)
#211727
(33,23,39)
#1E1524
(30,21,36)
#1B1321
(27,19,33)
#18111E
(24,17,30)
#150F1B
(21,15,27)
#120D18
(18,13,24)
#0F0B15
(15,11,21)
#0C0912
(12,9,18)
#09070F
(9,7,15)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #24192A

#24192A
(36,25,42)
#372D3D
(55,45,61)
#4A4150
(74,65,80)
#5D5563
(93,85,99)
#706976
(112,105,118)
#837D89
(131,125,137)
#96919C
(150,145,156)
#A9A5AF
(169,165,175)
#BCB9C2
(188,185,194)
#CFCDD5
(207,205,213)
#E2E1E8
(226,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24192A; }

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

This text font color is #24192A.

Background Color

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

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

This div background color is #24192A.

Border color

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

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

This div border color is #24192A.

Opacity

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

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

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

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

This text has shadow with #24192A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24192A.

Preview

Color preview on black background

This text has color #24192A on black background.


Color preview on white background

This text has color #24192A on white background.


Black color preview on #24192A background

This text has black color on #24192A background.


White color preview on #24192A background

This text has white color on #24192A background.


Related colors

Complementary color

Complementary color for #hex is #DBE6D5.


I love getcolorcode.com

Triadic colors

1 #2A2419 and #192A24 with #24192A are triadic colors.

2 #2A1924 and #19242A with #24192A are triadic colors.