COLOR #00090F

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

Color info

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

RGB color model

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

RGB: (0,9,15) (0%, 4%, 6%)

RGB channels and saturation

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

0
9
15

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

Portions of RGB colors in percentages

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

%37.5
%62.5

CMYK color model

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

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

CMYK percentages

%100
%40
%0
%94.12

Codes

Color #00090F in popluar color models

00 09 0F
RGB 0 9 15
HSL 204° 100.00% 2.94%
HSB/HSV 204° 100.00% 5.88%
CMYK 100.00% 40.00% 0.00%
94.12%

Color #00090F in popluar number systems.

HEX 00 09 0F
Decimal 0 9 15
Binary 0 1001 1111
Octal 0 11 17

Shades and tints

Shades of #00090F

#00090F
(0,9,15)
#00090E
(0,9,14)
#00090D
(0,9,13)
#00090C
(0,9,12)
#00090B
(0,9,11)
#00090A
(0,9,10)
#000909
(0,9,9)
#000908
(0,9,8)
#000907
(0,9,7)
#000906
(0,9,6)
#000905
(0,9,5)
#000000
(0,0,0)

Tints of #00090F

#00090F
(0,9,15)
#171F24
(23,31,36)
#2E3539
(46,53,57)
#454B4E
(69,75,78)
#5C6163
(92,97,99)
#737778
(115,119,120)
#8A8D8D
(138,141,141)
#A1A3A2
(161,163,162)
#B8B9B7
(184,185,183)
#CFCFCC
(207,207,204)
#E6E5E1
(230,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00090F; }

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

This text font color is #00090F.

Background Color

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

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

This div background color is #00090F.

Border color

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

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

This div border color is #00090F.

Opacity

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

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

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

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

This text has shadow with #00090F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00090F.

Preview

Color preview on black background

This text has color #00090F on black background.


Color preview on white background

This text has color #00090F on white background.


Black color preview on #00090F background

This text has black color on #00090F background.


White color preview on #00090F background

This text has white color on #00090F background.


Related colors

Complementary color

Complementary color for #hex is #FFF6F0.


I love getcolorcode.com

Triadic colors

1 #0F0009 and #090F00 with #00090F are triadic colors.

2 #0F0900 and #09000F with #00090F are triadic colors.