COLOR #090D1F

HEX: #090D1F
RGB: (9,13,31)

Color info

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

RGB color model

#090D1F color RGB value is (9,13,31).

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

RGB channels and saturation

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

9
13
31

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

Portions of RGB colors in percentages

R + G + B =
9 + 13 + 31 = 53 (100%)
R 9 of 53 ~ 16.98%
G 13 of 53 ~ 24.53%
B 31 of 53 ~ 58.49%

%16.98
%24.53
%58.49

CMYK color model

#090D1F color CMYK value is (71,58,0,88).

  • cyan value is 70.97%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(71,58,0,88)
C71M58Y0K88 
(71%,58%,0%,88%)
(0.71/0.58/0.00/0.88)	

CMYK percentages

%70.97
%58.06
%0
%87.84

Codes

Color #090D1F in popluar color models

090D1F
RGB91331
HSL229°55.00%7.84%
HSB/HSV229°70.97%12.16%
CMYK70.97%58.06%0.00%
87.84%

Color #090D1F in popluar number systems.

HEX090D1F
Decimal91331
Binary1001110111111
Octal111537

Shades and tints

Shades of #090D1F

#090D1F
(9,13,31)
#090C1D
(9,12,29)
#090B1B
(9,11,27)
#090A19
(9,10,25)
#090917
(9,9,23)
#090815
(9,8,21)
#090713
(9,7,19)
#090611
(9,6,17)
#09050F
(9,5,15)
#09040D
(9,4,13)
#09030B
(9,3,11)
#000000
(0,0,0)

Tints of #090D1F

#090D1F
(9,13,31)
#1F2333
(31,35,51)
#353947
(53,57,71)
#4B4F5B
(75,79,91)
#61656F
(97,101,111)
#777B83
(119,123,131)
#8D9197
(141,145,151)
#A3A7AB
(163,167,171)
#B9BDBF
(185,189,191)
#CFD3D3
(207,211,211)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090D1F; }

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

This text font color is #090D1F.


Background Color

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

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

This div background color is #090D1F.


Border color

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

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

This div border color is #090D1F.


Opacity

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

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

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

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

This text has shadow with #090D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090D1F on black background.


Color preview on white background

This text has color #090D1F on white background.



Black color preview on #090D1F background

This text has black color on #090D1F background.


White color preview on #090D1F background

This text has white color on #090D1F background.