COLOR #090914

HEX: #090914 RGB: (9,9,20)

Color info

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

RGB color model

#090914 color RGB value is (9,9,20).

RGB: (9,9,20) (4%, 4%, 8%)

RGB channels and saturation

R 9 of 255 = 4%
G 9 of 255 = 4%
B 20 of 255 = 8%

9
9
20

R + G + B ~ 5%. #090914 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 9 + 20 = 38 (100%)
R 9 of 38 ~ 23.68%
G 9 of 38 ~ 23.68%
B 20 of 38 ~ 52.63'%

%23.68
%23.68
%52.63

CMYK color model

#090914 color CMYK value is (55,55,0,92).

  • cyan value is 55.00%
  • magenta value is 55.00%
  • yellow value is 0.00%
  • key color value is 92.16%

CMYK: (55,55,0,92)
C55M55Y0K92 (55%, 55%, 0%, 92%)
(0.55 / 0.55 / 0.00 / 0.92)

CMYK percentages

%55
%55
%0
%92.16

Codes

Color #090914 in popluar color models

09 09 14
RGB 9 9 20
HSL 240° 37.93% 5.69%
HSB/HSV 240° 55.00% 7.84%
CMYK 55.00% 55.00% 0.00%
92.16%

Color #090914 in popluar number systems.

HEX 09 09 14
Decimal 9 9 20
Binary 1001 1001 10100
Octal 11 11 24

Shades and tints

Shades of #090914

#090914
(9,9,20)
#090913
(9,9,19)
#090912
(9,9,18)
#090911
(9,9,17)
#090910
(9,9,16)
#09090F
(9,9,15)
#09090E
(9,9,14)
#09090D
(9,9,13)
#09090C
(9,9,12)
#09090B
(9,9,11)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #090914

#090914
(9,9,20)
#1F1F29
(31,31,41)
#35353E
(53,53,62)
#4B4B53
(75,75,83)
#616168
(97,97,104)
#77777D
(119,119,125)
#8D8D92
(141,141,146)
#A3A3A7
(163,163,167)
#B9B9BC
(185,185,188)
#CFCFD1
(207,207,209)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090914; }

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

This text font color is #090914.

Background Color

.myBgColor { background-color: #090914; }

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

This div background color is #090914.

Border color

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

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

This div border color is #090914.

Opacity

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

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

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

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

This text has shadow with #090914 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090914.

Preview

Color preview on black background

This text has color #090914 on black background.


Color preview on white background

This text has color #090914 on white background.


Black color preview on #090914 background

This text has black color on #090914 background.


White color preview on #090914 background

This text has white color on #090914 background.


Related colors

Complementary color

Complementary color for #hex is #F6F6EB.


I love getcolorcode.com