COLOR #0D091C

HEX: #0D091C RGB: (13,9,28)

Color info

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

RGB color model

#0D091C color RGB value is (13,9,28).

RGB: (13,9,28) (5%, 4%, 11%)

RGB channels and saturation

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

13
9
28

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

Portions of RGB colors in percentages

R + G + B = 13 + 9 + 28 = 50 (100%)
R 13 of 50 ~ 26%
G 9 of 50 ~ 18%
B 28 of 50 ~ 56'%

%26
%18
%56

CMYK color model

#0D091C color CMYK value is (54,68,0,89).

  • cyan value is 53.57%
  • magenta value is 67.86%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (54,68,0,89)
C54M68Y0K89 (54%, 68%, 0%, 89%)
(0.54 / 0.68 / 0.00 / 0.89)

CMYK percentages

%53.57
%67.86
%0
%89.02

Codes

Color #0D091C in popluar color models

0D 09 1C
RGB 13 9 28
HSL 253° 51.35% 7.25%
HSB/HSV 253° 67.86% 10.98%
CMYK 53.57% 67.86% 0.00%
89.02%

Color #0D091C in popluar number systems.

HEX 0D 09 1C
Decimal 13 9 28
Binary 1101 1001 11100
Octal 15 11 34

Shades and tints

Shades of #0D091C

#0D091C
(13,9,28)
#0C091A
(12,9,26)
#0B0918
(11,9,24)
#0A0916
(10,9,22)
#090914
(9,9,20)
#080912
(8,9,18)
#070910
(7,9,16)
#06090E
(6,9,14)
#05090C
(5,9,12)
#04090A
(4,9,10)
#030908
(3,9,8)
#000000
(0,0,0)

Tints of #0D091C

#0D091C
(13,9,28)
#231F30
(35,31,48)
#393544
(57,53,68)
#4F4B58
(79,75,88)
#65616C
(101,97,108)
#7B7780
(123,119,128)
#918D94
(145,141,148)
#A7A3A8
(167,163,168)
#BDB9BC
(189,185,188)
#D3CFD0
(211,207,208)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D091C; }

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

This text font color is #0D091C.

Background Color

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

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

This div background color is #0D091C.

Border color

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

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

This div border color is #0D091C.

Opacity

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

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

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

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

This text has shadow with #0D091C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D091C.

Preview

Color preview on black background

This text has color #0D091C on black background.


Color preview on white background

This text has color #0D091C on white background.


Black color preview on #0D091C background

This text has black color on #0D091C background.


White color preview on #0D091C background

This text has white color on #0D091C background.


Related colors

Complementary color

Complementary color for #hex is #F2F6E3.


I love getcolorcode.com

Triadic colors

1 #1C0D09 and #091C0D with #0D091C are triadic colors.

2 #1C090D and #090D1C with #0D091C are triadic colors.