COLOR #0D091D

HEX: #0D091D
RGB: (13,9,29)

Color info

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

RGB color model

#0D091D color RGB value is (13,9,29).

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

RGB channels and saturation

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

13
9
29

R + G + B ~ 7%. #0D091D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 9 + 29 = 51 (100%)
R 13 of 51 ~ 25.49%
G 9 of 51 ~ 17.65%
B 29 of 51 ~ 56.86%

%25.49
%17.65
%56.86

CMYK color model

#0D091D color CMYK value is (55,69,0,89).

  • cyan value is 55.17%
  • magenta value is 68.97%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(55,69,0,89)
C55M69Y0K89 
(55%,69%,0%,89%)
(0.55/0.69/0.00/0.89)	

CMYK percentages

%55.17
%68.97
%0
%88.63

Codes

Color #0D091D in popluar color models

0D091D
RGB13929
HSL252°52.63%7.45%
HSB/HSV252°68.97%11.37%
CMYK55.17%68.97%0.00%
88.63%

Color #0D091D in popluar number systems.

HEX0D091D
Decimal13929
Binary1101100111101
Octal151135

Shades and tints

Shades of #0D091D

#0D091D
(13,9,29)
#0C091B
(12,9,27)
#0B0919
(11,9,25)
#0A0917
(10,9,23)
#090915
(9,9,21)
#080913
(8,9,19)
#070911
(7,9,17)
#06090F
(6,9,15)
#05090D
(5,9,13)
#04090B
(4,9,11)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #0D091D

#0D091D
(13,9,29)
#231F31
(35,31,49)
#393545
(57,53,69)
#4F4B59
(79,75,89)
#65616D
(101,97,109)
#7B7781
(123,119,129)
#918D95
(145,141,149)
#A7A3A9
(167,163,169)
#BDB9BD
(189,185,189)
#D3CFD1
(211,207,209)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D091D; }

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

This text font color is #0D091D.


Background Color

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

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

This div background color is #0D091D.


Border color

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

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

This div border color is #0D091D.


Opacity

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

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

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

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

This text has shadow with #0D091D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D091D on black background.


Color preview on white background

This text has color #0D091D on white background.



Black color preview on #0D091D background

This text has black color on #0D091D background.


White color preview on #0D091D background

This text has white color on #0D091D background.