COLOR #011404

HEX: #011404
RGB: (1,20,4)

Color info

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

RGB color model

#011404 color RGB value is (1,20,4).

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

RGB channels and saturation

R 1 of 255 = 0%
G 20 of 255 = 8%
B 4 of 255 = 2%

1
20
4

R + G + B ~ 3%. #011404 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 20 + 4 = 25 (100%)
R 1 of 25 ~ 4%
G 20 of 25 ~ 80%
B 4 of 25 ~ 16%

%80
%16

CMYK color model

#011404 color CMYK value is (95,0,80,92).

  • cyan value is 95.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 92.16%
CMYK:
(95,0,80,92)
C95M0Y80K92 
(95%,0%,80%,92%)
(0.95/0.00/0.80/0.92)	

CMYK percentages

%95
%0
%80
%92.16

Codes

Color #011404 in popluar color models

011404
RGB1204
HSL129°90.48%4.12%
HSB/HSV129°95.00%7.84%
CMYK95.00%0.00%80.00%
92.16%

Color #011404 in popluar number systems.

HEX011404
Decimal1204
Binary110100100
Octal1244

Shades and tints

Shades of #011404

#011404
(1,20,4)
#011304
(1,19,4)
#011204
(1,18,4)
#011104
(1,17,4)
#011004
(1,16,4)
#010F04
(1,15,4)
#010E04
(1,14,4)
#010D04
(1,13,4)
#010C04
(1,12,4)
#010B04
(1,11,4)
#010A04
(1,10,4)
#000000
(0,0,0)

Tints of #011404

#011404
(1,20,4)
#18291A
(24,41,26)
#2F3E30
(47,62,48)
#465346
(70,83,70)
#5D685C
(93,104,92)
#747D72
(116,125,114)
#8B9288
(139,146,136)
#A2A79E
(162,167,158)
#B9BCB4
(185,188,180)
#D0D1CA
(208,209,202)
#E7E6E0
(231,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011404; }

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

This text font color is #011404.


Background Color

.myBgColor { background-color: #011404; }

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

This div background color is #011404.


Border color

.myBorderColor { border: 1px solid #011404; }

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

This div border color is #011404.


Opacity

.myOpacity80 { color: #011404; opacity: 0.8; }

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

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

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

This text has shadow with #011404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011404 on black background.


Color preview on white background

This text has color #011404 on white background.



Black color preview on #011404 background

This text has black color on #011404 background.


White color preview on #011404 background

This text has white color on #011404 background.