COLOR #09181D

HEX: #09181D
RGB: (9,24,29)

Color info

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

RGB color model

#09181D color RGB value is (9,24,29).

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

RGB channels and saturation

R 9 of 255 = 4%
G 24 of 255 = 9%
B 29 of 255 = 11%

9
24
29

R + G + B ~ 8%. #09181D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 24 + 29 = 62 (100%)
R 9 of 62 ~ 14.52%
G 24 of 62 ~ 38.71%
B 29 of 62 ~ 46.77%

%14.52
%38.71
%46.77

CMYK color model

#09181D color CMYK value is (69,17,0,89).

  • cyan value is 68.97%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(69,17,0,89)
C69M17Y0K89 
(69%,17%,0%,89%)
(0.69/0.17/0.00/0.89)	

CMYK percentages

%68.97
%17.24
%0
%88.63

Codes

Color #09181D in popluar color models

09181D
RGB92429
HSL195°52.63%7.45%
HSB/HSV195°68.97%11.37%
CMYK68.97%17.24%0.00%
88.63%

Color #09181D in popluar number systems.

HEX09181D
Decimal92429
Binary10011100011101
Octal113035

Shades and tints

Shades of #09181D

#09181D
(9,24,29)
#09161B
(9,22,27)
#091419
(9,20,25)
#091217
(9,18,23)
#091015
(9,16,21)
#090E13
(9,14,19)
#090C11
(9,12,17)
#090A0F
(9,10,15)
#09080D
(9,8,13)
#09060B
(9,6,11)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #09181D

#09181D
(9,24,29)
#1F2D31
(31,45,49)
#354245
(53,66,69)
#4B5759
(75,87,89)
#616C6D
(97,108,109)
#778181
(119,129,129)
#8D9695
(141,150,149)
#A3ABA9
(163,171,169)
#B9C0BD
(185,192,189)
#CFD5D1
(207,213,209)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09181D; }

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

This text font color is #09181D.


Background Color

.myBgColor { background-color: #09181D; }

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

This div background color is #09181D.


Border color

.myBorderColor { border: 1px solid #09181D; }

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

This div border color is #09181D.


Opacity

.myOpacity80 { color: #09181D; opacity: 0.8; }

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

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

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

This text has shadow with #09181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09181D on black background.


Color preview on white background

This text has color #09181D on white background.



Black color preview on #09181D background

This text has black color on #09181D background.


White color preview on #09181D background

This text has white color on #09181D background.