COLOR #0D090B

HEX: #0D090B
RGB: (13,9,11)

Color info

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

RGB color model

#0D090B color RGB value is (13,9,11).

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

RGB channels and saturation

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

13
9
11

R + G + B ~ 4%. #0D090B is dark color.

Portions of RGB colors in percentages

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

%39.39
%27.27
%33.33

CMYK color model

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

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

CMYK percentages

%0
%30.77
%15.38
%94.9

Codes

Color #0D090B in popluar color models

0D090B
RGB13911
HSL330°18.18%4.31%
HSB/HSV330°30.77%5.10%
CMYK0.00%30.77%15.38%
94.90%

Color #0D090B in popluar number systems.

HEX0D090B
Decimal13911
Binary110110011011
Octal151113

Shades and tints

Shades of #0D090B

#0D090B
(13,9,11)
#0C090A
(12,9,10)
#0B0909
(11,9,9)
#0A0908
(10,9,8)
#090907
(9,9,7)
#080906
(8,9,6)
#070905
(7,9,5)
#060904
(6,9,4)
#050903
(5,9,3)
#040902
(4,9,2)
#030901
(3,9,1)
#000000
(0,0,0)

Tints of #0D090B

#0D090B
(13,9,11)
#231F21
(35,31,33)
#393537
(57,53,55)
#4F4B4D
(79,75,77)
#656163
(101,97,99)
#7B7779
(123,119,121)
#918D8F
(145,141,143)
#A7A3A5
(167,163,165)
#BDB9BB
(189,185,187)
#D3CFD1
(211,207,209)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D090B; }

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

This text font color is #0D090B.


Background Color

.myBgColor { background-color: #0D090B; }

<div style="background-color:#0D090B">Inner text</div>

This div background color is #0D090B.


Border color

.myBorderColor { border: 1px solid #0D090B; }

<div style="border:3px solid #0D090B">Div</div>

This div border color is #0D090B.


Opacity

.myOpacity80 { color: #0D090B; opacity: 0.8; }

<p style="color:#0D090B;opacity:0.8;">80%</p>

Text with #0D090B 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 #0D090B;}

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

This text has shadow with #0D090B color.

.textShadow {text-shadow: 3px 3px 1px #0D090B, 3px 3px 1px red;}

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

This text has shadow with #0D090B primary color and red secondary color.


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

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

This text has shadow with #0D090B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D090B on black background.


Color preview on white background

This text has color #0D090B on white background.



Black color preview on #0D090B background

This text has black color on #0D090B background.


White color preview on #0D090B background

This text has white color on #0D090B background.