COLOR #090B0D

HEX: #090B0D
RGB: (9,11,13)

Color info

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

RGB color model

#090B0D color RGB value is (9,11,13).

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

RGB channels and saturation

R 9 of 255 = 4%
G 11 of 255 = 4%
B 13 of 255 = 5%

9
11
13

R + G + B ~ 4%. #090B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 11 + 13 = 33 (100%)
R 9 of 33 ~ 27.27%
G 11 of 33 ~ 33.33%
B 13 of 33 ~ 39.39%

%27.27
%33.33
%39.39

CMYK color model

#090B0D color CMYK value is (31,15,0,95).

  • cyan value is 30.77%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(31,15,0,95)
C31M15Y0K95 
(31%,15%,0%,95%)
(0.31/0.15/0.00/0.95)	

CMYK percentages

%30.77
%15.38
%0
%94.9

Codes

Color #090B0D in popluar color models

090B0D
RGB91113
HSL210°18.18%4.31%
HSB/HSV210°30.77%5.10%
CMYK30.77%15.38%0.00%
94.90%

Color #090B0D in popluar number systems.

HEX090B0D
Decimal91113
Binary100110111101
Octal111315

Shades and tints

Shades of #090B0D

#090B0D
(9,11,13)
#090A0C
(9,10,12)
#09090B
(9,9,11)
#09080A
(9,8,10)
#090709
(9,7,9)
#090608
(9,6,8)
#090507
(9,5,7)
#090406
(9,4,6)
#090305
(9,3,5)
#090204
(9,2,4)
#090103
(9,1,3)
#000000
(0,0,0)

Tints of #090B0D

#090B0D
(9,11,13)
#1F2123
(31,33,35)
#353739
(53,55,57)
#4B4D4F
(75,77,79)
#616365
(97,99,101)
#77797B
(119,121,123)
#8D8F91
(141,143,145)
#A3A5A7
(163,165,167)
#B9BBBD
(185,187,189)
#CFD1D3
(207,209,211)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090B0D; }

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

This text font color is #090B0D.


Background Color

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

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

This div background color is #090B0D.


Border color

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

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

This div border color is #090B0D.


Opacity

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

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

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

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

This text has shadow with #090B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090B0D on black background.


Color preview on white background

This text has color #090B0D on white background.



Black color preview on #090B0D background

This text has black color on #090B0D background.


White color preview on #090B0D background

This text has white color on #090B0D background.