COLOR #090E0F

HEX: #090E0F RGB: (9,14,15)

Color info

#090E0F contains red, green and blue colors in about the same proportion. Web safe color of #090E0F is #000000 (or #000).

RGB color model

#090E0F color RGB value is (9,14,15).

RGB: (9,14,15) (4%, 5%, 6%)

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 15 of 255 = 6%

9
14
15

R + G + B ~ 5%. #090E0F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 14 + 15 = 38 (100%)
R 9 of 38 ~ 23.68%
G 14 of 38 ~ 36.84%
B 15 of 38 ~ 39.47'%

%23.68
%36.84
%39.47

CMYK color model

#090E0F color CMYK value is (40,7,0,94).

  • cyan value is 40.00%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK: (40,7,0,94) C40M7Y0K94 (40%,7%,0%,94%) (0.40/0.07/0.00/0.94) 

CMYK percentages

%40
%6.67
%0
%94.12

Codes

Color #090E0F in popluar color models

09 0E 0F
RGB 9 14 15
HSL 190° 25.00% 4.71%
HSB/HSV 190° 40.00% 5.88%
CMYK 40.00% 6.67% 0.00%
94.12%

Color #090E0F in popluar number systems.

HEX 09 0E 0F
Decimal 9 14 15
Binary 1001 1110 1111
Octal 11 16 17

Shades and tints

Shades of #090E0F

#090E0F
(9,14,15)
#090D0E
(9,13,14)
#090C0D
(9,12,13)
#090B0C
(9,11,12)
#090A0B
(9,10,11)
#09090A
(9,9,10)
#090809
(9,8,9)
#090708
(9,7,8)
#090607
(9,6,7)
#090506
(9,5,6)
#090405
(9,4,5)
#000000
(0,0,0)

Tints of #090E0F

#090E0F
(9,14,15)
#1F2324
(31,35,36)
#353839
(53,56,57)
#4B4D4E
(75,77,78)
#616263
(97,98,99)
#777778
(119,119,120)
#8D8C8D
(141,140,141)
#A3A1A2
(163,161,162)
#B9B6B7
(185,182,183)
#CFCBCC
(207,203,204)
#E5E0E1
(229,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090E0F color. Also use rgb(9,14,15) instead hex code.

Text Font Color

.myTextColor { color: #090E0F; }

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

This text font color is #090E0F.

Background Color

.myBgColor { background-color: #090E0F; }

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

This div background color is #090E0F.

Border color

.myBorderColor { border: 1px solid #090E0F; }

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

This div border color is #090E0F.

Opacity

.myOpacity80 { color: #090E0F; opacity: 0.8; }

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

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

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

This text has shadow with #090E0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090E0F.

Preview

Color preview on black background

This text has color #090E0F on black background.


Color preview on white background

This text has color #090E0F on white background.


Black color preview on #090E0F background

This text has black color on #090E0F background.


White color preview on #090E0F background

This text has white color on #090E0F background.


Related colors

Complementary color

Complementary color for #hex is #F6F1F0.


I love getcolorcode.com

Triadic colors

1 #0F090E and #0E0F09 with #090E0F are triadic colors.

2 #0F0E09 and #0E090F with #090E0F are triadic colors.