COLOR #180009

HEX: #180009
RGB: (24,0,9)

Color info

#180009 contains only red and blue colors. Web safe color of #180009 is #000000 (or #000).

RGB color model

#180009 color RGB value is (24,0,9).

  • red value is 24;
  • green value is 0;
  • blue value is 9.
RGB:
(24,0,9)
(9%,0%,4%)

RGB channels and saturation

R 24 of 255 = 9%
G 0 of 255 = 0%
B 9 of 255 = 4%

24
0
9

R + G + B ~ 4%. #180009 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 0 + 9 = 33 (100%)
R 24 of 33 ~ 72.73%
G 0 of 33 ~ 0%
B 9 of 33 ~ 27.27%

%72.73
%27.27

CMYK color model

#180009 color CMYK value is (0,100,63,91).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 62.50%
  • key color value is 90.59%
CMYK:
(0,100,63,91)
C0M100Y63K91 
(0%,100%,63%,91%)
(0.00/1.00/0.63/0.91)	

CMYK percentages

%0
%100
%62.5
%90.59

Codes

Color #180009 in popluar color models

180009
RGB2409
HSL338°100.00%4.71%
HSB/HSV338°100.00%9.41%
CMYK0.00%100.00%62.50%
90.59%

Color #180009 in popluar number systems.

HEX180009
Decimal2409
Binary1100001001
Octal30011

Shades and tints

Shades of #180009

#180009
(24,0,9)
#160009
(22,0,9)
#140009
(20,0,9)
#120009
(18,0,9)
#100009
(16,0,9)
#0E0009
(14,0,9)
#0C0009
(12,0,9)
#0A0009
(10,0,9)
#080009
(8,0,9)
#060009
(6,0,9)
#040009
(4,0,9)
#000000
(0,0,0)

Tints of #180009

#180009
(24,0,9)
#2D171F
(45,23,31)
#422E35
(66,46,53)
#57454B
(87,69,75)
#6C5C61
(108,92,97)
#817377
(129,115,119)
#968A8D
(150,138,141)
#ABA1A3
(171,161,163)
#C0B8B9
(192,184,185)
#D5CFCF
(213,207,207)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180009 color. Also use rgb(24,0,9) instead hex code.

Text Font Color

.myTextColor { color: #180009; }

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

This text font color is #180009.


Background Color

.myBgColor { background-color: #180009; }

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

This div background color is #180009.


Border color

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

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

This div border color is #180009.


Opacity

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

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

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

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

This text has shadow with #180009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180009 on black background.


Color preview on white background

This text has color #180009 on white background.



Black color preview on #180009 background

This text has black color on #180009 background.


White color preview on #180009 background

This text has white color on #180009 background.