COLOR #180E1F

HEX: #180E1F
RGB: (24,14,31)

Color info

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

RGB color model

#180E1F color RGB value is (24,14,31).

  • red value is 24;
  • green value is 14;
  • blue value is 31.
RGB:
(24,14,31)
(9%,5%,12%)

RGB channels and saturation

R 24 of 255 = 9%
G 14 of 255 = 5%
B 31 of 255 = 12%

24
14
31

R + G + B ~ 9%. #180E1F is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 14 + 31 = 69 (100%)
R 24 of 69 ~ 34.78%
G 14 of 69 ~ 20.29%
B 31 of 69 ~ 44.93%

%34.78
%20.29
%44.93

CMYK color model

#180E1F color CMYK value is (23,55,0,88).

  • cyan value is 22.58%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(23,55,0,88)
C23M55Y0K88 
(23%,55%,0%,88%)
(0.23/0.55/0.00/0.88)	

CMYK percentages

%22.58
%54.84
%0
%87.84

Codes

Color #180E1F in popluar color models

180E1F
RGB241431
HSL275°37.78%8.82%
HSB/HSV275°54.84%12.16%
CMYK22.58%54.84%0.00%
87.84%

Color #180E1F in popluar number systems.

HEX180E1F
Decimal241431
Binary11000111011111
Octal301637

Shades and tints

Shades of #180E1F

#180E1F
(24,14,31)
#160D1D
(22,13,29)
#140C1B
(20,12,27)
#120B19
(18,11,25)
#100A17
(16,10,23)
#0E0915
(14,9,21)
#0C0813
(12,8,19)
#0A0711
(10,7,17)
#08060F
(8,6,15)
#06050D
(6,5,13)
#04040B
(4,4,11)
#000000
(0,0,0)

Tints of #180E1F

#180E1F
(24,14,31)
#2D2333
(45,35,51)
#423847
(66,56,71)
#574D5B
(87,77,91)
#6C626F
(108,98,111)
#817783
(129,119,131)
#968C97
(150,140,151)
#ABA1AB
(171,161,171)
#C0B6BF
(192,182,191)
#D5CBD3
(213,203,211)
#EAE0E7
(234,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180E1F color. Also use rgb(24,14,31) instead hex code.

Text Font Color

.myTextColor { color: #180E1F; }

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

This text font color is #180E1F.


Background Color

.myBgColor { background-color: #180E1F; }

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

This div background color is #180E1F.


Border color

.myBorderColor { border: 1px solid #180E1F; }

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

This div border color is #180E1F.


Opacity

.myOpacity80 { color: #180E1F; opacity: 0.8; }

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

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

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

This text has shadow with #180E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180E1F on black background.


Color preview on white background

This text has color #180E1F on white background.



Black color preview on #180E1F background

This text has black color on #180E1F background.


White color preview on #180E1F background

This text has white color on #180E1F background.