COLOR #011004

HEX: #011004 RGB: (1,16,4)

Color info

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

RGB color model

#011004 color RGB value is (1,16,4).

RGB: (1,16,4) (0%, 6%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 16 of 255 = 6%
B 4 of 255 = 2%

1
16
4

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

Portions of RGB colors in percentages

R + G + B = 1 + 16 + 4 = 21 (100%)
R 1 of 21 ~ 4.76%
G 16 of 21 ~ 76.19%
B 4 of 21 ~ 19.05'%

%76.19
%19.05

CMYK color model

#011004 color CMYK value is (94,0,75,94).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 93.73%

CMYK: (94,0,75,94)
C94M0Y75K94 (94%, 0%, 75%, 94%)
(0.94 / 0.00 / 0.75 / 0.94)

CMYK percentages

%93.75
%0
%75
%93.73

Codes

Color #011004 in popluar color models

01 10 04
RGB 1 16 4
HSL 132° 88.24% 3.33%
HSB/HSV 132° 93.75% 6.27%
CMYK 93.75% 0.00% 75.00%
93.73%

Color #011004 in popluar number systems.

HEX 01 10 04
Decimal 1 16 4
Binary 1 10000 100
Octal 1 20 4

Shades and tints

Shades of #011004

#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)
#010904
(1,9,4)
#010804
(1,8,4)
#010704
(1,7,4)
#010604
(1,6,4)
#000000
(0,0,0)

Tints of #011004

#011004
(1,16,4)
#18251A
(24,37,26)
#2F3A30
(47,58,48)
#464F46
(70,79,70)
#5D645C
(93,100,92)
#747972
(116,121,114)
#8B8E88
(139,142,136)
#A2A39E
(162,163,158)
#B9B8B4
(185,184,180)
#D0CDCA
(208,205,202)
#E7E2E0
(231,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011004; }

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

This text font color is #011004.

Background Color

.myBgColor { background-color: #011004; }

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

This div background color is #011004.

Border color

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

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

This div border color is #011004.

Opacity

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

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

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

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

This text has shadow with #011004 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011004.

Preview

Color preview on black background

This text has color #011004 on black background.


Color preview on white background

This text has color #011004 on white background.


Black color preview on #011004 background

This text has black color on #011004 background.


White color preview on #011004 background

This text has white color on #011004 background.


Related colors

Complementary color

Complementary color for #hex is #FEEFFB.


I love getcolorcode.com

Triadic colors

1 #040110 and #100401 with #011004 are triadic colors.

2 #041001 and #100104 with #011004 are triadic colors.