COLOR #181731

HEX: #181731
RGB: (24,23,49)

Color info

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

RGB color model

#181731 color RGB value is (24,23,49).

  • red value is 24;
  • green value is 23;
  • blue value is 49.
RGB:
(24,23,49)
(9%,9%,19%)

RGB channels and saturation

R 24 of 255 = 9%
G 23 of 255 = 9%
B 49 of 255 = 19%

24
23
49

R + G + B ~ 12%. #181731 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 23 + 49 = 96 (100%)
R 24 of 96 ~ 25%
G 23 of 96 ~ 23.96%
B 49 of 96 ~ 51.04%

%25
%23.96
%51.04

CMYK color model

#181731 color CMYK value is (51,53,0,81).

  • cyan value is 51.02%
  • magenta value is 53.06%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(51,53,0,81)
C51M53Y0K81 
(51%,53%,0%,81%)
(0.51/0.53/0.00/0.81)	

CMYK percentages

%51.02
%53.06
%0
%80.78

Codes

Color #181731 in popluar color models

181731
RGB242349
HSL242°36.11%14.12%
HSB/HSV242°53.06%19.22%
CMYK51.02%53.06%0.00%
80.78%

Color #181731 in popluar number systems.

HEX181731
Decimal242349
Binary1100010111110001
Octal302761

Shades and tints

Shades of #181731

#181731
(24,23,49)
#16152D
(22,21,45)
#141329
(20,19,41)
#121125
(18,17,37)
#100F21
(16,15,33)
#0E0D1D
(14,13,29)
#0C0B19
(12,11,25)
#0A0915
(10,9,21)
#080711
(8,7,17)
#06050D
(6,5,13)
#040309
(4,3,9)
#000000
(0,0,0)

Tints of #181731

#181731
(24,23,49)
#2D2C43
(45,44,67)
#424155
(66,65,85)
#575667
(87,86,103)
#6C6B79
(108,107,121)
#81808B
(129,128,139)
#96959D
(150,149,157)
#ABAAAF
(171,170,175)
#C0BFC1
(192,191,193)
#D5D4D3
(213,212,211)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #181731 color. Also use rgb(24,23,49) instead hex code.

Text Font Color

.myTextColor { color: #181731; }

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

This text font color is #181731.


Background Color

.myBgColor { background-color: #181731; }

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

This div background color is #181731.


Border color

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

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

This div border color is #181731.


Opacity

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

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

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

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

This text has shadow with #181731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181731 on black background.


Color preview on white background

This text has color #181731 on white background.



Black color preview on #181731 background

This text has black color on #181731 background.


White color preview on #181731 background

This text has white color on #181731 background.