COLOR #24193D

HEX: #24193D RGB: (36,25,61)

Color info

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

RGB color model

#24193D color RGB value is (36,25,61).

RGB: (36,25,61) (14%, 10%, 24%)

RGB channels and saturation

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

36
25
61

R + G + B ~ 16%. #24193D is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 25 + 61 = 122 (100%)
R 36 of 122 ~ 29.51%
G 25 of 122 ~ 20.49%
B 61 of 122 ~ 50'%

%29.51
%20.49
%50

CMYK color model

#24193D color CMYK value is (41,59,0,76).

  • cyan value is 40.98%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (41,59,0,76)
C41M59Y0K76 (41%, 59%, 0%, 76%)
(0.41 / 0.59 / 0.00 / 0.76)

CMYK percentages

%40.98
%59.02
%0
%76.08

Codes

Color #24193D in popluar color models

24 19 3D
RGB 36 25 61
HSL 258° 41.86% 16.86%
HSB/HSV 258° 59.02% 23.92%
CMYK 40.98% 59.02% 0.00%
76.08%

Color #24193D in popluar number systems.

HEX 24 19 3D
Decimal 36 25 61
Binary 100100 11001 111101
Octal 44 31 75

Shades and tints

Shades of #24193D

#24193D
(36,25,61)
#211738
(33,23,56)
#1E1533
(30,21,51)
#1B132E
(27,19,46)
#181129
(24,17,41)
#150F24
(21,15,36)
#120D1F
(18,13,31)
#0F0B1A
(15,11,26)
#0C0915
(12,9,21)
#090710
(9,7,16)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #24193D

#24193D
(36,25,61)
#372D4E
(55,45,78)
#4A415F
(74,65,95)
#5D5570
(93,85,112)
#706981
(112,105,129)
#837D92
(131,125,146)
#9691A3
(150,145,163)
#A9A5B4
(169,165,180)
#BCB9C5
(188,185,197)
#CFCDD6
(207,205,214)
#E2E1E7
(226,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24193D; }

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

This text font color is #24193D.

Background Color

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

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

This div background color is #24193D.

Border color

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

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

This div border color is #24193D.

Opacity

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

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

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

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

This text has shadow with #24193D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24193D.

Preview

Color preview on black background

This text has color #24193D on black background.


Color preview on white background

This text has color #24193D on white background.


Black color preview on #24193D background

This text has black color on #24193D background.


White color preview on #24193D background

This text has white color on #24193D background.


Related colors

Complementary color

Complementary color for #hex is #DBE6C2.


I love getcolorcode.com

Triadic colors

1 #3D2419 and #193D24 with #24193D are triadic colors.

2 #3D1924 and #19243D with #24193D are triadic colors.