COLOR #090B13

HEX: #090B13
RGB: (9,11,19)

Color info

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

RGB color model

#090B13 color RGB value is (9,11,19).

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

RGB channels and saturation

R 9 of 255 = 4%
G 11 of 255 = 4%
B 19 of 255 = 7%

9
11
19

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

Portions of RGB colors in percentages

R + G + B =
9 + 11 + 19 = 39 (100%)
R 9 of 39 ~ 23.08%
G 11 of 39 ~ 28.21%
B 19 of 39 ~ 48.72%

%23.08
%28.21
%48.72

CMYK color model

#090B13 color CMYK value is (53,42,0,93).

  • cyan value is 52.63%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(53,42,0,93)
C53M42Y0K93 
(53%,42%,0%,93%)
(0.53/0.42/0.00/0.93)	

CMYK percentages

%52.63
%42.11
%0
%92.55

Codes

Color #090B13 in popluar color models

090B13
RGB91119
HSL228°35.71%5.49%
HSB/HSV228°52.63%7.45%
CMYK52.63%42.11%0.00%
92.55%

Color #090B13 in popluar number systems.

HEX090B13
Decimal91119
Binary1001101110011
Octal111323

Shades and tints

Shades of #090B13

#090B13
(9,11,19)
#090A12
(9,10,18)
#090911
(9,9,17)
#090810
(9,8,16)
#09070F
(9,7,15)
#09060E
(9,6,14)
#09050D
(9,5,13)
#09040C
(9,4,12)
#09030B
(9,3,11)
#09020A
(9,2,10)
#090109
(9,1,9)
#000000
(0,0,0)

Tints of #090B13

#090B13
(9,11,19)
#1F2128
(31,33,40)
#35373D
(53,55,61)
#4B4D52
(75,77,82)
#616367
(97,99,103)
#77797C
(119,121,124)
#8D8F91
(141,143,145)
#A3A5A6
(163,165,166)
#B9BBBB
(185,187,187)
#CFD1D0
(207,209,208)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090B13; }

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

This text font color is #090B13.


Background Color

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

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

This div background color is #090B13.


Border color

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

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

This div border color is #090B13.


Opacity

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

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

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

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

This text has shadow with #090B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090B13 on black background.


Color preview on white background

This text has color #090B13 on white background.



Black color preview on #090B13 background

This text has black color on #090B13 background.


White color preview on #090B13 background

This text has white color on #090B13 background.