COLOR #09000F

HEX: #09000F
RGB: (9,0,15)

Color info

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

RGB color model

#09000F color RGB value is (9,0,15).

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

RGB channels and saturation

R 9 of 255 = 4%
G 0 of 255 = 0%
B 15 of 255 = 6%

9
0
15

R + G + B ~ 3%. #09000F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 0 + 15 = 24 (100%)
R 9 of 24 ~ 37.5%
G 0 of 24 ~ 0%
B 15 of 24 ~ 62.5%

%37.5
%62.5

CMYK color model

#09000F color CMYK value is (40,100,0,94).

  • cyan value is 40.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(40,100,0,94)
C40M100Y0K94 
(40%,100%,0%,94%)
(0.40/1.00/0.00/0.94)	

CMYK percentages

%40
%100
%0
%94.12

Codes

Color #09000F in popluar color models

09000F
RGB9015
HSL276°100.00%2.94%
HSB/HSV276°100.00%5.88%
CMYK40.00%100.00%0.00%
94.12%

Color #09000F in popluar number systems.

HEX09000F
Decimal9015
Binary100101111
Octal11017

Shades and tints

Shades of #09000F

#09000F
(9,0,15)
#09000E
(9,0,14)
#09000D
(9,0,13)
#09000C
(9,0,12)
#09000B
(9,0,11)
#09000A
(9,0,10)
#090009
(9,0,9)
#090008
(9,0,8)
#090007
(9,0,7)
#090006
(9,0,6)
#090005
(9,0,5)
#000000
(0,0,0)

Tints of #09000F

#09000F
(9,0,15)
#1F1724
(31,23,36)
#352E39
(53,46,57)
#4B454E
(75,69,78)
#615C63
(97,92,99)
#777378
(119,115,120)
#8D8A8D
(141,138,141)
#A3A1A2
(163,161,162)
#B9B8B7
(185,184,183)
#CFCFCC
(207,207,204)
#E5E6E1
(229,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09000F; }

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

This text font color is #09000F.


Background Color

.myBgColor { background-color: #09000F; }

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

This div background color is #09000F.


Border color

.myBorderColor { border: 1px solid #09000F; }

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

This div border color is #09000F.


Opacity

.myOpacity80 { color: #09000F; opacity: 0.8; }

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

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

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

This text has shadow with #09000F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09000F on black background.


Color preview on white background

This text has color #09000F on white background.



Black color preview on #09000F background

This text has black color on #09000F background.


White color preview on #09000F background

This text has white color on #09000F background.