COLOR #090109

HEX: #090109 RGB: (9,1,9)

Color info

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

RGB color model

#090109 color RGB value is (9,1,9).

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

RGB channels and saturation

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

9
1
9

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

Portions of RGB colors in percentages

R + G + B = 9 + 1 + 9 = 19 (100%)
R 9 of 19 ~ 47.37%
G 1 of 19 ~ 5.26%
B 9 of 19 ~ 47.37'%

%47.37
%47.37

CMYK color model

#090109 color CMYK value is (0,89,0,96).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 96.47%

CMYK: (0,89,0,96)
C0M89Y0K96 (0%, 89%, 0%, 96%)
(0.00 / 0.89 / 0.00 / 0.96)

CMYK percentages

%0
%88.89
%0
%96.47

Codes

Color #090109 in popluar color models

09 01 09
RGB 9 1 9
HSL 300° 80.00% 1.96%
HSB/HSV 300° 88.89% 3.53%
CMYK 0.00% 88.89% 0.00%
96.47%

Color #090109 in popluar number systems.

HEX 09 01 09
Decimal 9 1 9
Binary 1001 1 1001
Octal 11 1 11

Shades and tints

Tints of #090109

#090109
(9,1,9)
#1F181F
(31,24,31)
#352F35
(53,47,53)
#4B464B
(75,70,75)
#615D61
(97,93,97)
#777477
(119,116,119)
#8D8B8D
(141,139,141)
#A3A2A3
(163,162,163)
#B9B9B9
(185,185,185)
#CFD0CF
(207,208,207)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090109; }

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

This text font color is #090109.

Background Color

.myBgColor { background-color: #090109; }

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

This div background color is #090109.

Border color

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

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

This div border color is #090109.

Opacity

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

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

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

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

This text has shadow with #090109 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090109.

Preview

Color preview on black background

This text has color #090109 on black background.


Color preview on white background

This text has color #090109 on white background.


Black color preview on #090109 background

This text has black color on #090109 background.


White color preview on #090109 background

This text has white color on #090109 background.


Related colors

Complementary color

Complementary color for #hex is #F6FEF6.


I love getcolorcode.com

Triadic colors

1 #090901 and #010909 with #090109 are triadic colors.

2 #090109 and #010909 with #090109 are triadic colors.