COLOR #090A0B

HEX: #090A0B
RGB: (9,10,11)

Color info

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

RGB color model

#090A0B color RGB value is (9,10,11).

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

RGB channels and saturation

R 9 of 255 = 4%
G 10 of 255 = 4%
B 11 of 255 = 4%

9
10
11

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

Portions of RGB colors in percentages

R + G + B =
9 + 10 + 11 = 30 (100%)
R 9 of 30 ~ 30%
G 10 of 30 ~ 33.33%
B 11 of 30 ~ 36.67%

%30
%33.33
%36.67

CMYK color model

#090A0B color CMYK value is (18,9,0,96).

  • cyan value is 18.18%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(18,9,0,96)
C18M9Y0K96 
(18%,9%,0%,96%)
(0.18/0.09/0.00/0.96)	

CMYK percentages

%18.18
%9.09
%0
%95.69

Codes

Color #090A0B in popluar color models

090A0B
RGB91011
HSL210°10.00%3.92%
HSB/HSV210°18.18%4.31%
CMYK18.18%9.09%0.00%
95.69%

Color #090A0B in popluar number systems.

HEX090A0B
Decimal91011
Binary100110101011
Octal111213

Shades and tints

Shades of #090A0B

#090A0B
(9,10,11)
#090A0A
(9,10,10)
#090A09
(9,10,9)
#090A08
(9,10,8)
#090A07
(9,10,7)
#090A06
(9,10,6)
#090A05
(9,10,5)
#090A04
(9,10,4)
#090A03
(9,10,3)
#090A02
(9,10,2)
#090A01
(9,10,1)
#000000
(0,0,0)

Tints of #090A0B

#090A0B
(9,10,11)
#1F2021
(31,32,33)
#353637
(53,54,55)
#4B4C4D
(75,76,77)
#616263
(97,98,99)
#777879
(119,120,121)
#8D8E8F
(141,142,143)
#A3A4A5
(163,164,165)
#B9BABB
(185,186,187)
#CFD0D1
(207,208,209)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090A0B; }

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

This text font color is #090A0B.


Background Color

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

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

This div background color is #090A0B.


Border color

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

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

This div border color is #090A0B.


Opacity

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

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

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

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

This text has shadow with #090A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090A0B on black background.


Color preview on white background

This text has color #090A0B on white background.



Black color preview on #090A0B background

This text has black color on #090A0B background.


White color preview on #090A0B background

This text has white color on #090A0B background.