COLOR #181321

HEX: #181321 RGB: (24,19,33)

Color info

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

RGB color model

#181321 color RGB value is (24,19,33).

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

RGB channels and saturation

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

24
19
33

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

Portions of RGB colors in percentages

R + G + B = 24 + 19 + 33 = 76 (100%)
R 24 of 76 ~ 31.58%
G 19 of 76 ~ 25%
B 33 of 76 ~ 43.42'%

%31.58
%25
%43.42

CMYK color model

#181321 color CMYK value is (27,42,0,87).

  • cyan value is 27.27%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (27,42,0,87)
C27M42Y0K87 (27%, 42%, 0%, 87%)
(0.27 / 0.42 / 0.00 / 0.87)

CMYK percentages

%27.27
%42.42
%0
%87.06

Codes

Color #181321 in popluar color models

18 13 21
RGB 24 19 33
HSL 261° 26.92% 10.20%
HSB/HSV 261° 42.42% 12.94%
CMYK 27.27% 42.42% 0.00%
87.06%

Color #181321 in popluar number systems.

HEX 18 13 21
Decimal 24 19 33
Binary 11000 10011 100001
Octal 30 23 41

Shades and tints

Shades of #181321

#181321
(24,19,33)
#16121E
(22,18,30)
#14111B
(20,17,27)
#121018
(18,16,24)
#100F15
(16,15,21)
#0E0E12
(14,14,18)
#0C0D0F
(12,13,15)
#0A0C0C
(10,12,12)
#080B09
(8,11,9)
#060A06
(6,10,6)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #181321

#181321
(24,19,33)
#2D2835
(45,40,53)
#423D49
(66,61,73)
#57525D
(87,82,93)
#6C6771
(108,103,113)
#817C85
(129,124,133)
#969199
(150,145,153)
#ABA6AD
(171,166,173)
#C0BBC1
(192,187,193)
#D5D0D5
(213,208,213)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181321; }

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

This text font color is #181321.

Background Color

.myBgColor { background-color: #181321; }

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

This div background color is #181321.

Border color

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

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

This div border color is #181321.

Opacity

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

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

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

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

This text has shadow with #181321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #181321.

Preview

Color preview on black background

This text has color #181321 on black background.


Color preview on white background

This text has color #181321 on white background.


Black color preview on #181321 background

This text has black color on #181321 background.


White color preview on #181321 background

This text has white color on #181321 background.


Related colors

Complementary color

Complementary color for #hex is #E7ECDE.


I love getcolorcode.com

Triadic colors

1 #211813 and #132118 with #181321 are triadic colors.

2 #211318 and #131821 with #181321 are triadic colors.