COLOR #180D19

HEX: #180D19
RGB: (24,13,25)

Color info

#180D19 contains red, green and blue colors in about the same proportion. Web safe color of #180D19 is #000000 (or #000).

RGB color model

#180D19 color RGB value is (24,13,25).

  • red value is 24;
  • green value is 13;
  • blue value is 25.
RGB:
(24,13,25)
(9%,5%,10%)

RGB channels and saturation

R 24 of 255 = 9%
G 13 of 255 = 5%
B 25 of 255 = 10%

24
13
25

R + G + B ~ 8%. #180D19 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 13 + 25 = 62 (100%)
R 24 of 62 ~ 38.71%
G 13 of 62 ~ 20.97%
B 25 of 62 ~ 40.32%

%38.71
%20.97
%40.32

CMYK color model

#180D19 color CMYK value is (4,48,0,90).

  • cyan value is 4.00%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(4,48,0,90)
C4M48Y0K90 
(4%,48%,0%,90%)
(0.04/0.48/0.00/0.90)	

CMYK percentages

%4
%48
%0
%90.2

Codes

Color #180D19 in popluar color models

180D19
RGB241325
HSL295°31.58%7.45%
HSB/HSV295°48.00%9.80%
CMYK4.00%48.00%0.00%
90.20%

Color #180D19 in popluar number systems.

HEX180D19
Decimal241325
Binary11000110111001
Octal301531

Shades and tints

Shades of #180D19

#180D19
(24,13,25)
#160C17
(22,12,23)
#140B15
(20,11,21)
#120A13
(18,10,19)
#100911
(16,9,17)
#0E080F
(14,8,15)
#0C070D
(12,7,13)
#0A060B
(10,6,11)
#080509
(8,5,9)
#060407
(6,4,7)
#040305
(4,3,5)
#000000
(0,0,0)

Tints of #180D19

#180D19
(24,13,25)
#2D232D
(45,35,45)
#423941
(66,57,65)
#574F55
(87,79,85)
#6C6569
(108,101,105)
#817B7D
(129,123,125)
#969191
(150,145,145)
#ABA7A5
(171,167,165)
#C0BDB9
(192,189,185)
#D5D3CD
(213,211,205)
#EAE9E1
(234,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180D19; }

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

This text font color is #180D19.


Background Color

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

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

This div background color is #180D19.


Border color

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

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

This div border color is #180D19.


Opacity

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

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

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

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

This text has shadow with #180D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180D19 on black background.


Color preview on white background

This text has color #180D19 on white background.



Black color preview on #180D19 background

This text has black color on #180D19 background.


White color preview on #180D19 background

This text has white color on #180D19 background.