COLOR #090E1F

HEX: #090E1F
RGB: (9,14,31)

Color info

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

RGB color model

#090E1F color RGB value is (9,14,31).

  • red value is 9;
  • green value is 14;
  • blue value is 31.
RGB:
(9,14,31)
(4%,5%,12%)

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 31 of 255 = 12%

9
14
31

R + G + B ~ 7%. #090E1F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 31 = 54 (100%)
R 9 of 54 ~ 16.67%
G 14 of 54 ~ 25.93%
B 31 of 54 ~ 57.41%

%16.67
%25.93
%57.41

CMYK color model

#090E1F color CMYK value is (71,55,0,88).

  • cyan value is 70.97%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(71,55,0,88)
C71M55Y0K88 
(71%,55%,0%,88%)
(0.71/0.55/0.00/0.88)	

CMYK percentages

%70.97
%54.84
%0
%87.84

Codes

Color #090E1F in popluar color models

090E1F
RGB91431
HSL226°55.00%7.84%
HSB/HSV226°70.97%12.16%
CMYK70.97%54.84%0.00%
87.84%

Color #090E1F in popluar number systems.

HEX090E1F
Decimal91431
Binary1001111011111
Octal111637

Shades and tints

Shades of #090E1F

#090E1F
(9,14,31)
#090D1D
(9,13,29)
#090C1B
(9,12,27)
#090B19
(9,11,25)
#090A17
(9,10,23)
#090915
(9,9,21)
#090813
(9,8,19)
#090711
(9,7,17)
#09060F
(9,6,15)
#09050D
(9,5,13)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #090E1F

#090E1F
(9,14,31)
#1F2333
(31,35,51)
#353847
(53,56,71)
#4B4D5B
(75,77,91)
#61626F
(97,98,111)
#777783
(119,119,131)
#8D8C97
(141,140,151)
#A3A1AB
(163,161,171)
#B9B6BF
(185,182,191)
#CFCBD3
(207,203,211)
#E5E0E7
(229,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E1F; }

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

This text font color is #090E1F.


Background Color

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

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

This div background color is #090E1F.


Border color

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

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

This div border color is #090E1F.


Opacity

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

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

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

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

This text has shadow with #090E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E1F on black background.


Color preview on white background

This text has color #090E1F on white background.



Black color preview on #090E1F background

This text has black color on #090E1F background.


White color preview on #090E1F background

This text has white color on #090E1F background.