COLOR #0D1401

HEX: #0D1401
RGB: (13,20,1)

Color info

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

RGB color model

#0D1401 color RGB value is (13,20,1).

  • red value is 13;
  • green value is 20;
  • blue value is 1.
RGB:
(13,20,1)
(5%,8%,0%)

RGB channels and saturation

R 13 of 255 = 5%
G 20 of 255 = 8%
B 1 of 255 = 0%

13
20
1

R + G + B ~ 4%. #0D1401 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 20 + 1 = 34 (100%)
R 13 of 34 ~ 38.24%
G 20 of 34 ~ 58.82%
B 1 of 34 ~ 2.94%

%38.24
%58.82

CMYK color model

#0D1401 color CMYK value is (35,0,95,92).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 95.00%
  • key color value is 92.16%
CMYK:
(35,0,95,92)
C35M0Y95K92 
(35%,0%,95%,92%)
(0.35/0.00/0.95/0.92)	

CMYK percentages

%35
%0
%95
%92.16

Codes

Color #0D1401 in popluar color models

0D1401
RGB13201
HSL82°90.48%4.12%
HSB/HSV82°95.00%7.84%
CMYK35.00%0.00%95.00%
92.16%

Color #0D1401 in popluar number systems.

HEX0D1401
Decimal13201
Binary1101101001
Octal15241

Shades and tints

Shades of #0D1401

#0D1401
(13,20,1)
#0C1301
(12,19,1)
#0B1201
(11,18,1)
#0A1101
(10,17,1)
#091001
(9,16,1)
#080F01
(8,15,1)
#070E01
(7,14,1)
#060D01
(6,13,1)
#050C01
(5,12,1)
#040B01
(4,11,1)
#030A01
(3,10,1)
#000000
(0,0,0)

Tints of #0D1401

#0D1401
(13,20,1)
#232918
(35,41,24)
#393E2F
(57,62,47)
#4F5346
(79,83,70)
#65685D
(101,104,93)
#7B7D74
(123,125,116)
#91928B
(145,146,139)
#A7A7A2
(167,167,162)
#BDBCB9
(189,188,185)
#D3D1D0
(211,209,208)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1401; }

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

This text font color is #0D1401.


Background Color

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

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

This div background color is #0D1401.


Border color

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

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

This div border color is #0D1401.


Opacity

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

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

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

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

This text has shadow with #0D1401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1401 on black background.


Color preview on white background

This text has color #0D1401 on white background.



Black color preview on #0D1401 background

This text has black color on #0D1401 background.


White color preview on #0D1401 background

This text has white color on #0D1401 background.