COLOR #181924

HEX: #181924 RGB: (24,25,36)

Color info

#181924 contains red, green and blue colors in about the same proportion. Web safe color of #181924 is #000033 (or #003).

RGB color model

#181924 color RGB value is (24,25,36).

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

RGB channels and saturation

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

24
25
36

R + G + B ~ 11%. #181924 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 25 + 36 = 85 (100%)
R 24 of 85 ~ 28.24%
G 25 of 85 ~ 29.41%
B 36 of 85 ~ 42.35'%

%28.24
%29.41
%42.35

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (33,31,0,86)
C33M31Y0K86 (33%, 31%, 0%, 86%)
(0.33 / 0.31 / 0.00 / 0.86)

CMYK percentages

%33.33
%30.56
%0
%85.88

Codes

Color #181924 in popluar color models

18 19 24
RGB 24 25 36
HSL 235° 20.00% 11.76%
HSB/HSV 235° 33.33% 14.12%
CMYK 33.33% 30.56% 0.00%
85.88%

Color #181924 in popluar number systems.

HEX 18 19 24
Decimal 24 25 36
Binary 11000 11001 100100
Octal 30 31 44

Shades and tints

Shades of #181924

#181924
(24,25,36)
#161721
(22,23,33)
#14151E
(20,21,30)
#12131B
(18,19,27)
#101118
(16,17,24)
#0E0F15
(14,15,21)
#0C0D12
(12,13,18)
#0A0B0F
(10,11,15)
#08090C
(8,9,12)
#060709
(6,7,9)
#040506
(4,5,6)
#000000
(0,0,0)

Tints of #181924

#181924
(24,25,36)
#2D2D37
(45,45,55)
#42414A
(66,65,74)
#57555D
(87,85,93)
#6C6970
(108,105,112)
#817D83
(129,125,131)
#969196
(150,145,150)
#ABA5A9
(171,165,169)
#C0B9BC
(192,185,188)
#D5CDCF
(213,205,207)
#EAE1E2
(234,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181924; }

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

This text font color is #181924.

Background Color

.myBgColor { background-color: #181924; }

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

This div background color is #181924.

Border color

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

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

This div border color is #181924.

Opacity

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

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

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

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

This text has shadow with #181924 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #181924.

Preview

Color preview on black background

This text has color #181924 on black background.


Color preview on white background

This text has color #181924 on white background.


Black color preview on #181924 background

This text has black color on #181924 background.


White color preview on #181924 background

This text has white color on #181924 background.


Related colors

Complementary color

Complementary color for #hex is #E7E6DB.


I love getcolorcode.com

Triadic colors

1 #241819 and #192418 with #181924 are triadic colors.

2 #241918 and #191824 with #181924 are triadic colors.