COLOR #000410

HEX: #000410 RGB: (0,4,16)

Color info

#000410 contains only green and blue colors. Web safe color of #000410 is #000000 (or #000).

RGB color model

#000410 color RGB value is (0,4,16).

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

RGB channels and saturation

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

0
4
16

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

Portions of RGB colors in percentages

R + G + B = 0 + 4 + 16 = 20 (100%)
R 0 of 20 ~ 0%
G 4 of 20 ~ 20%
B 16 of 20 ~ 80'%

%20
%80

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK: (100,75,0,94) C100M75Y0K94 (100%,75%,0%,94%) (1.00/0.75/0.00/0.94) 

CMYK percentages

%100
%75
%0
%93.73

Codes

Color #000410 in popluar color models

00 04 10
RGB 0 4 16
HSL 225° 100.00% 3.14%
HSB/HSV 225° 100.00% 6.27%
CMYK 100.00% 75.00% 0.00%
93.73%

Color #000410 in popluar number systems.

HEX 00 04 10
Decimal 0 4 16
Binary 0 100 10000
Octal 0 4 20

Shades and tints

Shades of #000410

#000410
(0,4,16)
#00040F
(0,4,15)
#00040E
(0,4,14)
#00040D
(0,4,13)
#00040C
(0,4,12)
#00040B
(0,4,11)
#00040A
(0,4,10)
#000409
(0,4,9)
#000408
(0,4,8)
#000407
(0,4,7)
#000406
(0,4,6)
#000000
(0,0,0)

Tints of #000410

#000410
(0,4,16)
#171A25
(23,26,37)
#2E303A
(46,48,58)
#45464F
(69,70,79)
#5C5C64
(92,92,100)
#737279
(115,114,121)
#8A888E
(138,136,142)
#A19EA3
(161,158,163)
#B8B4B8
(184,180,184)
#CFCACD
(207,202,205)
#E6E0E2
(230,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000410; }

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

This text font color is #000410.

Background Color

.myBgColor { background-color: #000410; }

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

This div background color is #000410.

Border color

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

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

This div border color is #000410.

Opacity

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

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

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

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

This text has shadow with #000410 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000410.

Preview

Color preview on black background

This text has color #000410 on black background.


Color preview on white background

This text has color #000410 on white background.


Black color preview on #000410 background

This text has black color on #000410 background.


White color preview on #000410 background

This text has white color on #000410 background.


Related colors

Complementary color

Complementary color for #hex is #FFFBEF.


I love getcolorcode.com

Triadic colors

1 #100004 and #041000 with #000410 are triadic colors.

2 #100400 and #040010 with #000410 are triadic colors.