COLOR #0D1218

HEX: #0D1218
RGB: (13,18,24)

Color info

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

RGB color model

#0D1218 color RGB value is (13,18,24).

  • red value is 13;
  • green value is 18;
  • blue value is 24.
RGB:
(13,18,24)
(5%,7%,9%)

RGB channels and saturation

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

13
18
24

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

Portions of RGB colors in percentages

R + G + B =
13 + 18 + 24 = 55 (100%)
R 13 of 55 ~ 23.64%
G 18 of 55 ~ 32.73%
B 24 of 55 ~ 43.64%

%23.64
%32.73
%43.64

CMYK color model

#0D1218 color CMYK value is (46,25,0,91).

  • cyan value is 45.83%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(46,25,0,91)
C46M25Y0K91 
(46%,25%,0%,91%)
(0.46/0.25/0.00/0.91)	

CMYK percentages

%45.83
%25
%0
%90.59

Codes

Color #0D1218 in popluar color models

0D1218
RGB131824
HSL213°29.73%7.25%
HSB/HSV213°45.83%9.41%
CMYK45.83%25.00%0.00%
90.59%

Color #0D1218 in popluar number systems.

HEX0D1218
Decimal131824
Binary11011001011000
Octal152230

Shades and tints

Shades of #0D1218

#0D1218
(13,18,24)
#0C1116
(12,17,22)
#0B1014
(11,16,20)
#0A0F12
(10,15,18)
#090E10
(9,14,16)
#080D0E
(8,13,14)
#070C0C
(7,12,12)
#060B0A
(6,11,10)
#050A08
(5,10,8)
#040906
(4,9,6)
#030804
(3,8,4)
#000000
(0,0,0)

Tints of #0D1218

#0D1218
(13,18,24)
#23272D
(35,39,45)
#393C42
(57,60,66)
#4F5157
(79,81,87)
#65666C
(101,102,108)
#7B7B81
(123,123,129)
#919096
(145,144,150)
#A7A5AB
(167,165,171)
#BDBAC0
(189,186,192)
#D3CFD5
(211,207,213)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1218; }

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

This text font color is #0D1218.


Background Color

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

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

This div background color is #0D1218.


Border color

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

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

This div border color is #0D1218.


Opacity

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

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

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

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

This text has shadow with #0D1218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1218 on black background.


Color preview on white background

This text has color #0D1218 on white background.



Black color preview on #0D1218 background

This text has black color on #0D1218 background.


White color preview on #0D1218 background

This text has white color on #0D1218 background.