COLOR #010204

HEX: #010204 RGB: (1,2,4)

Color info

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

RGB color model

#010204 color RGB value is (1,2,4).

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

RGB channels and saturation

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

1
2
4

R + G + B ~ 1%. #010204 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 2 + 4 = 7 (100%)
R 1 of 7 ~ 14.29%
G 2 of 7 ~ 28.57%
B 4 of 7 ~ 57.14'%

%14.29
%28.57
%57.14

CMYK color model

#010204 color CMYK value is (75,50,0,98).

  • cyan value is 75.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 98.43%

CMYK: (75,50,0,98)
C75M50Y0K98 (75%, 50%, 0%, 98%)
(0.75 / 0.50 / 0.00 / 0.98)

CMYK percentages

%75
%50
%0
%98.43

Codes

Color #010204 in popluar color models

01 02 04
RGB 1 2 4
HSL 220° 60.00% 0.98%
HSB/HSV 220° 75.00% 1.57%
CMYK 75.00% 50.00% 0.00%
98.43%

Color #010204 in popluar number systems.

HEX 01 02 04
Decimal 1 2 4
Binary 1 10 100
Octal 1 2 4

Shades and tints

Tints of #010204

#010204
(1,2,4)
#18191A
(24,25,26)
#2F3030
(47,48,48)
#464746
(70,71,70)
#5D5E5C
(93,94,92)
#747572
(116,117,114)
#8B8C88
(139,140,136)
#A2A39E
(162,163,158)
#B9BAB4
(185,186,180)
#D0D1CA
(208,209,202)
#E7E8E0
(231,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010204; }

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

This text font color is #010204.

Background Color

.myBgColor { background-color: #010204; }

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

This div background color is #010204.

Border color

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

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

This div border color is #010204.

Opacity

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

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

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

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

This text has shadow with #010204 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010204.

Preview

Color preview on black background

This text has color #010204 on black background.


Color preview on white background

This text has color #010204 on white background.


Black color preview on #010204 background

This text has black color on #010204 background.


White color preview on #010204 background

This text has white color on #010204 background.


Related colors

Complementary color

Complementary color for #hex is #FEFDFB.


I love getcolorcode.com

Triadic colors

1 #040102 and #020401 with #010204 are triadic colors.

2 #040201 and #020104 with #010204 are triadic colors.