COLOR #0D1216

HEX: #0D1216 RGB: (13,18,22)

Color info

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

RGB color model

#0D1216 color RGB value is (13,18,22).

RGB: (13,18,22) (5%, 7%, 9%)

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 22 of 255 = 9%

13
18
22

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

Portions of RGB colors in percentages

R + G + B = 13 + 18 + 22 = 53 (100%)
R 13 of 53 ~ 24.53%
G 18 of 53 ~ 33.96%
B 22 of 53 ~ 41.51'%

%24.53
%33.96
%41.51

CMYK color model

#0D1216 color CMYK value is (41,18,0,91).

  • cyan value is 40.91%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 91.37%

CMYK: (41,18,0,91)
C41M18Y0K91 (41%, 18%, 0%, 91%)
(0.41 / 0.18 / 0.00 / 0.91)

CMYK percentages

%40.91
%18.18
%0
%91.37

Codes

Color #0D1216 in popluar color models

0D 12 16
RGB 13 18 22
HSL 207° 25.71% 6.86%
HSB/HSV 207° 40.91% 8.63%
CMYK 40.91% 18.18% 0.00%
91.37%

Color #0D1216 in popluar number systems.

HEX 0D 12 16
Decimal 13 18 22
Binary 1101 10010 10110
Octal 15 22 26

Shades and tints

Shades of #0D1216

#0D1216
(13,18,22)
#0C1114
(12,17,20)
#0B1012
(11,16,18)
#0A0F10
(10,15,16)
#090E0E
(9,14,14)
#080D0C
(8,13,12)
#070C0A
(7,12,10)
#060B08
(6,11,8)
#050A06
(5,10,6)
#040904
(4,9,4)
#030802
(3,8,2)
#000000
(0,0,0)

Tints of #0D1216

#0D1216
(13,18,22)
#23272B
(35,39,43)
#393C40
(57,60,64)
#4F5155
(79,81,85)
#65666A
(101,102,106)
#7B7B7F
(123,123,127)
#919094
(145,144,148)
#A7A5A9
(167,165,169)
#BDBABE
(189,186,190)
#D3CFD3
(211,207,211)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1216 color. Also use rgb(13,18,22) instead hex code.

Text Font Color

.myTextColor { color: #0D1216; }

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

This text font color is #0D1216.

Background Color

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

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

This div background color is #0D1216.

Border color

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

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

This div border color is #0D1216.

Opacity

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

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

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

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

This text has shadow with #0D1216 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1216.

Preview

Color preview on black background

This text has color #0D1216 on black background.


Color preview on white background

This text has color #0D1216 on white background.


Black color preview on #0D1216 background

This text has black color on #0D1216 background.


White color preview on #0D1216 background

This text has white color on #0D1216 background.


Related colors

Complementary color

Complementary color for #hex is #F2EDE9.


I love getcolorcode.com

Triadic colors

1 #160D12 and #12160D with #0D1216 are triadic colors.

2 #16120D and #120D16 with #0D1216 are triadic colors.