COLOR #0D1F31

HEX: #0D1F31 RGB: (13,31,49)

Color info

#0D1F31 contains red, green and blue colors in about the same proportion. Web safe color of #0D1F31 is #003333 (or #033).

RGB color model

#0D1F31 color RGB value is (13,31,49).

RGB: (13,31,49) (5%, 12%, 19%)

RGB channels and saturation

R 13 of 255 = 5%
G 31 of 255 = 12%
B 49 of 255 = 19%

13
31
49

R + G + B ~ 12%. #0D1F31 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 31 + 49 = 93 (100%)
R 13 of 93 ~ 13.98%
G 31 of 93 ~ 33.33%
B 49 of 93 ~ 52.69'%

%13.98
%33.33
%52.69

CMYK color model

#0D1F31 color CMYK value is (73,37,0,81).

  • cyan value is 73.47%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (73,37,0,81)
C73M37Y0K81 (73%, 37%, 0%, 81%)
(0.73 / 0.37 / 0.00 / 0.81)

CMYK percentages

%73.47
%36.73
%0
%80.78

Codes

Color #0D1F31 in popluar color models

0D 1F 31
RGB 13 31 49
HSL 210° 58.06% 12.16%
HSB/HSV 210° 73.47% 19.22%
CMYK 73.47% 36.73% 0.00%
80.78%

Color #0D1F31 in popluar number systems.

HEX 0D 1F 31
Decimal 13 31 49
Binary 1101 11111 110001
Octal 15 37 61

Shades and tints

Shades of #0D1F31

#0D1F31
(13,31,49)
#0C1D2D
(12,29,45)
#0B1B29
(11,27,41)
#0A1925
(10,25,37)
#091721
(9,23,33)
#08151D
(8,21,29)
#071319
(7,19,25)
#061115
(6,17,21)
#050F11
(5,15,17)
#040D0D
(4,13,13)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #0D1F31

#0D1F31
(13,31,49)
#233343
(35,51,67)
#394755
(57,71,85)
#4F5B67
(79,91,103)
#656F79
(101,111,121)
#7B838B
(123,131,139)
#91979D
(145,151,157)
#A7ABAF
(167,171,175)
#BDBFC1
(189,191,193)
#D3D3D3
(211,211,211)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1F31 color. Also use rgb(13,31,49) instead hex code.

Text Font Color

.myTextColor { color: #0D1F31; }

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

This text font color is #0D1F31.

Background Color

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

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

This div background color is #0D1F31.

Border color

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

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

This div border color is #0D1F31.

Opacity

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

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

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

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

This text has shadow with #0D1F31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1F31.

Preview

Color preview on black background

This text has color #0D1F31 on black background.


Color preview on white background

This text has color #0D1F31 on white background.


Black color preview on #0D1F31 background

This text has black color on #0D1F31 background.


White color preview on #0D1F31 background

This text has white color on #0D1F31 background.


Related colors

Complementary color

Complementary color for #hex is #F2E0CE.


I love getcolorcode.com

Triadic colors

1 #310D1F and #1F310D with #0D1F31 are triadic colors.

2 #311F0D and #1F0D31 with #0D1F31 are triadic colors.