COLOR #181320

HEX: #181320 RGB: (24,19,32)

Color info

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

RGB color model

#181320 color RGB value is (24,19,32).

RGB: (24,19,32) (9%, 7%, 13%)

RGB channels and saturation

R 24 of 255 = 9%
G 19 of 255 = 7%
B 32 of 255 = 13%

24
19
32

R + G + B ~ 10%. #181320 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 19 + 32 = 75 (100%)
R 24 of 75 ~ 32%
G 19 of 75 ~ 25.33%
B 32 of 75 ~ 42.67'%

%32
%25.33
%42.67

CMYK color model

#181320 color CMYK value is (25,41,0,87).

  • cyan value is 25.00%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (25,41,0,87)
C25M41Y0K87 (25%, 41%, 0%, 87%)
(0.25 / 0.41 / 0.00 / 0.87)

CMYK percentages

%25
%40.63
%0
%87.45

Codes

Color #181320 in popluar color models

18 13 20
RGB 24 19 32
HSL 263° 25.49% 10.00%
HSB/HSV 263° 40.63% 12.55%
CMYK 25.00% 40.63% 0.00%
87.45%

Color #181320 in popluar number systems.

HEX 18 13 20
Decimal 24 19 32
Binary 11000 10011 100000
Octal 30 23 40

Shades and tints

Shades of #181320

#181320
(24,19,32)
#16121E
(22,18,30)
#14111C
(20,17,28)
#12101A
(18,16,26)
#100F18
(16,15,24)
#0E0E16
(14,14,22)
#0C0D14
(12,13,20)
#0A0C12
(10,12,18)
#080B10
(8,11,16)
#060A0E
(6,10,14)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #181320

#181320
(24,19,32)
#2D2834
(45,40,52)
#423D48
(66,61,72)
#57525C
(87,82,92)
#6C6770
(108,103,112)
#817C84
(129,124,132)
#969198
(150,145,152)
#ABA6AC
(171,166,172)
#C0BBC0
(192,187,192)
#D5D0D4
(213,208,212)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #181320 color. Also use rgb(24,19,32) instead hex code.

Text Font Color

.myTextColor { color: #181320; }

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

This text font color is #181320.

Background Color

.myBgColor { background-color: #181320; }

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

This div background color is #181320.

Border color

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

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

This div border color is #181320.

Opacity

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

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

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

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

This text has shadow with #181320 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #181320.

Preview

Color preview on black background

This text has color #181320 on black background.


Color preview on white background

This text has color #181320 on white background.


Black color preview on #181320 background

This text has black color on #181320 background.


White color preview on #181320 background

This text has white color on #181320 background.


Related colors

Complementary color

Complementary color for #hex is #E7ECDF.


I love getcolorcode.com

Triadic colors

1 #201813 and #132018 with #181320 are triadic colors.

2 #201318 and #131820 with #181320 are triadic colors.