COLOR #01040D

HEX: #01040D
RGB: (1,4,13)

Color info

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

RGB color model

#01040D color RGB value is (1,4,13).

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

RGB channels and saturation

R 1 of 255 = 0%
G 4 of 255 = 2%
B 13 of 255 = 5%

1
4
13

R + G + B ~ 2%. #01040D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 4 + 13 = 18 (100%)
R 1 of 18 ~ 5.56%
G 4 of 18 ~ 22.22%
B 13 of 18 ~ 72.22%

%22.22
%72.22

CMYK color model

#01040D color CMYK value is (92,69,0,95).

  • cyan value is 92.31%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(92,69,0,95)
C92M69Y0K95 
(92%,69%,0%,95%)
(0.92/0.69/0.00/0.95)	

CMYK percentages

%92.31
%69.23
%0
%94.9

Codes

Color #01040D in popluar color models

01040D
RGB1413
HSL225°85.71%2.75%
HSB/HSV225°92.31%5.10%
CMYK92.31%69.23%0.00%
94.90%

Color #01040D in popluar number systems.

HEX01040D
Decimal1413
Binary11001101
Octal1415

Shades and tints

Shades of #01040D

#01040D
(1,4,13)
#01040C
(1,4,12)
#01040B
(1,4,11)
#01040A
(1,4,10)
#010409
(1,4,9)
#010408
(1,4,8)
#010407
(1,4,7)
#010406
(1,4,6)
#010405
(1,4,5)
#010404
(1,4,4)
#010403
(1,4,3)
#000000
(0,0,0)

Tints of #01040D

#01040D
(1,4,13)
#181A23
(24,26,35)
#2F3039
(47,48,57)
#46464F
(70,70,79)
#5D5C65
(93,92,101)
#74727B
(116,114,123)
#8B8891
(139,136,145)
#A29EA7
(162,158,167)
#B9B4BD
(185,180,189)
#D0CAD3
(208,202,211)
#E7E0E9
(231,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01040D color. Also use rgb(1,4,13) instead hex code.

Text Font Color

.myTextColor { color: #01040D; }

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

This text font color is #01040D.


Background Color

.myBgColor { background-color: #01040D; }

<div style="background-color:#01040D">Inner text</div>

This div background color is #01040D.


Border color

.myBorderColor { border: 1px solid #01040D; }

<div style="border:3px solid #01040D">Div</div>

This div border color is #01040D.


Opacity

.myOpacity80 { color: #01040D; opacity: 0.8; }

<p style="color:#01040D;opacity:0.8;">80%</p>

Text with #01040D 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 #01040D;}

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

This text has shadow with #01040D color.

.textShadow {text-shadow: 3px 3px 1px #01040D, 3px 3px 1px red;}

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

This text has shadow with #01040D primary color and red secondary color.


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

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

This text has shadow with #01040D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01040D on black background.


Color preview on white background

This text has color #01040D on white background.



Black color preview on #01040D background

This text has black color on #01040D background.


White color preview on #01040D background

This text has white color on #01040D background.