COLOR #09151D

HEX: #09151D
RGB: (9,21,29)

Color info

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

RGB color model

#09151D color RGB value is (9,21,29).

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

RGB channels and saturation

R 9 of 255 = 4%
G 21 of 255 = 8%
B 29 of 255 = 11%

9
21
29

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

Portions of RGB colors in percentages

R + G + B =
9 + 21 + 29 = 59 (100%)
R 9 of 59 ~ 15.25%
G 21 of 59 ~ 35.59%
B 29 of 59 ~ 49.15%

%15.25
%35.59
%49.15

CMYK color model

#09151D color CMYK value is (69,28,0,89).

  • cyan value is 68.97%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(69,28,0,89)
C69M28Y0K89 
(69%,28%,0%,89%)
(0.69/0.28/0.00/0.89)	

CMYK percentages

%68.97
%27.59
%0
%88.63

Codes

Color #09151D in popluar color models

09151D
RGB92129
HSL204°52.63%7.45%
HSB/HSV204°68.97%11.37%
CMYK68.97%27.59%0.00%
88.63%

Color #09151D in popluar number systems.

HEX09151D
Decimal92129
Binary10011010111101
Octal112535

Shades and tints

Shades of #09151D

#09151D
(9,21,29)
#09141B
(9,20,27)
#091319
(9,19,25)
#091217
(9,18,23)
#091115
(9,17,21)
#091013
(9,16,19)
#090F11
(9,15,17)
#090E0F
(9,14,15)
#090D0D
(9,13,13)
#090C0B
(9,12,11)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #09151D

#09151D
(9,21,29)
#1F2A31
(31,42,49)
#353F45
(53,63,69)
#4B5459
(75,84,89)
#61696D
(97,105,109)
#777E81
(119,126,129)
#8D9395
(141,147,149)
#A3A8A9
(163,168,169)
#B9BDBD
(185,189,189)
#CFD2D1
(207,210,209)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09151D; }

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

This text font color is #09151D.


Background Color

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

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

This div background color is #09151D.


Border color

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

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

This div border color is #09151D.


Opacity

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

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

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

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

This text has shadow with #09151D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09151D on black background.


Color preview on white background

This text has color #09151D on white background.



Black color preview on #09151D background

This text has black color on #09151D background.


White color preview on #09151D background

This text has white color on #09151D background.