COLOR #0D1424

HEX: #0D1424 RGB: (13,20,36)

Color info

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

RGB color model

#0D1424 color RGB value is (13,20,36).

RGB: (13,20,36) (5%, 8%, 14%)

RGB channels and saturation

R 13 of 255 = 5%
G 20 of 255 = 8%
B 36 of 255 = 14%

13
20
36

R + G + B ~ 9%. #0D1424 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 20 + 36 = 69 (100%)
R 13 of 69 ~ 18.84%
G 20 of 69 ~ 28.99%
B 36 of 69 ~ 52.17'%

%18.84
%28.99
%52.17

CMYK color model

#0D1424 color CMYK value is (64,44,0,86).

  • cyan value is 63.89%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (64,44,0,86)
C64M44Y0K86 (64%, 44%, 0%, 86%)
(0.64 / 0.44 / 0.00 / 0.86)

CMYK percentages

%63.89
%44.44
%0
%85.88

Codes

Color #0D1424 in popluar color models

0D 14 24
RGB 13 20 36
HSL 222° 46.94% 9.61%
HSB/HSV 222° 63.89% 14.12%
CMYK 63.89% 44.44% 0.00%
85.88%

Color #0D1424 in popluar number systems.

HEX 0D 14 24
Decimal 13 20 36
Binary 1101 10100 100100
Octal 15 24 44

Shades and tints

Shades of #0D1424

#0D1424
(13,20,36)
#0C1321
(12,19,33)
#0B121E
(11,18,30)
#0A111B
(10,17,27)
#091018
(9,16,24)
#080F15
(8,15,21)
#070E12
(7,14,18)
#060D0F
(6,13,15)
#050C0C
(5,12,12)
#040B09
(4,11,9)
#030A06
(3,10,6)
#000000
(0,0,0)

Tints of #0D1424

#0D1424
(13,20,36)
#232937
(35,41,55)
#393E4A
(57,62,74)
#4F535D
(79,83,93)
#656870
(101,104,112)
#7B7D83
(123,125,131)
#919296
(145,146,150)
#A7A7A9
(167,167,169)
#BDBCBC
(189,188,188)
#D3D1CF
(211,209,207)
#E9E6E2
(233,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1424 color. Also use rgb(13,20,36) instead hex code.

Text Font Color

.myTextColor { color: #0D1424; }

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

This text font color is #0D1424.

Background Color

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

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

This div background color is #0D1424.

Border color

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

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

This div border color is #0D1424.

Opacity

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

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

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

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

This text has shadow with #0D1424 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1424.

Preview

Color preview on black background

This text has color #0D1424 on black background.


Color preview on white background

This text has color #0D1424 on white background.


Black color preview on #0D1424 background

This text has black color on #0D1424 background.


White color preview on #0D1424 background

This text has white color on #0D1424 background.


Related colors

Complementary color

Complementary color for #hex is #F2EBDB.


I love getcolorcode.com

Triadic colors

1 #240D14 and #14240D with #0D1424 are triadic colors.

2 #24140D and #140D24 with #0D1424 are triadic colors.