COLOR #090410

HEX: #090410 RGB: (9,4,16)

Color info

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

RGB color model

#090410 color RGB value is (9,4,16).

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

RGB channels and saturation

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

9
4
16

R + G + B ~ 4%. #090410 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 4 + 16 = 29 (100%)
R 9 of 29 ~ 31.03%
G 4 of 29 ~ 13.79%
B 16 of 29 ~ 55.17'%

%31.03
%13.79
%55.17

CMYK color model

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

  • cyan value is 43.75%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK: (44,75,0,94) C44M75Y0K94 (44%,75%,0%,94%) (0.44/0.75/0.00/0.94) 

CMYK percentages

%43.75
%75
%0
%93.73

Codes

Color #090410 in popluar color models

09 04 10
RGB 9 4 16
HSL 265° 60.00% 3.92%
HSB/HSV 265° 75.00% 6.27%
CMYK 43.75% 75.00% 0.00%
93.73%

Color #090410 in popluar number systems.

HEX 09 04 10
Decimal 9 4 16
Binary 1001 100 10000
Octal 11 4 20

Shades and tints

Shades of #090410

#090410
(9,4,16)
#09040F
(9,4,15)
#09040E
(9,4,14)
#09040D
(9,4,13)
#09040C
(9,4,12)
#09040B
(9,4,11)
#09040A
(9,4,10)
#090409
(9,4,9)
#090408
(9,4,8)
#090407
(9,4,7)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #090410

#090410
(9,4,16)
#1F1A25
(31,26,37)
#35303A
(53,48,58)
#4B464F
(75,70,79)
#615C64
(97,92,100)
#777279
(119,114,121)
#8D888E
(141,136,142)
#A39EA3
(163,158,163)
#B9B4B8
(185,180,184)
#CFCACD
(207,202,205)
#E5E0E2
(229,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090410; }

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

This text font color is #090410.

Background Color

.myBgColor { background-color: #090410; }

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

This div background color is #090410.

Border color

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

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

This div border color is #090410.

Opacity

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

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

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

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

This text has shadow with #090410 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090410.

Preview

Color preview on black background

This text has color #090410 on black background.


Color preview on white background

This text has color #090410 on white background.


Black color preview on #090410 background

This text has black color on #090410 background.


White color preview on #090410 background

This text has white color on #090410 background.


Related colors

Complementary color

Complementary color for #hex is #F6FBEF.


I love getcolorcode.com

Triadic colors

1 #100904 and #041009 with #090410 are triadic colors.

2 #100409 and #040910 with #090410 are triadic colors.