COLOR #09161C

HEX: #09161C RGB: (9,22,28)

Color info

#09161C contains red, green and blue colors in about the same proportion. Web safe color of #09161C is #000033 (or #003).

RGB color model

#09161C color RGB value is (9,22,28).

RGB: (9,22,28) (4%, 9%, 11%)

RGB channels and saturation

R 9 of 255 = 4%
G 22 of 255 = 9%
B 28 of 255 = 11%

9
22
28

R + G + B ~ 8%. #09161C is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 22 + 28 = 59 (100%)
R 9 of 59 ~ 15.25%
G 22 of 59 ~ 37.29%
B 28 of 59 ~ 47.46'%

%15.25
%37.29
%47.46

CMYK color model

#09161C color CMYK value is (68,21,0,89).

  • cyan value is 67.86%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (68,21,0,89)
C68M21Y0K89 (68%, 21%, 0%, 89%)
(0.68 / 0.21 / 0.00 / 0.89)

CMYK percentages

%67.86
%21.43
%0
%89.02

Codes

Color #09161C in popluar color models

09 16 1C
RGB 9 22 28
HSL 199° 51.35% 7.25%
HSB/HSV 199° 67.86% 10.98%
CMYK 67.86% 21.43% 0.00%
89.02%

Color #09161C in popluar number systems.

HEX 09 16 1C
Decimal 9 22 28
Binary 1001 10110 11100
Octal 11 26 34

Shades and tints

Shades of #09161C

#09161C
(9,22,28)
#09141A
(9,20,26)
#091218
(9,18,24)
#091016
(9,16,22)
#090E14
(9,14,20)
#090C12
(9,12,18)
#090A10
(9,10,16)
#09080E
(9,8,14)
#09060C
(9,6,12)
#09040A
(9,4,10)
#090208
(9,2,8)
#000000
(0,0,0)

Tints of #09161C

#09161C
(9,22,28)
#1F2B30
(31,43,48)
#354044
(53,64,68)
#4B5558
(75,85,88)
#616A6C
(97,106,108)
#777F80
(119,127,128)
#8D9494
(141,148,148)
#A3A9A8
(163,169,168)
#B9BEBC
(185,190,188)
#CFD3D0
(207,211,208)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09161C color. Also use rgb(9,22,28) instead hex code.

Text Font Color

.myTextColor { color: #09161C; }

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

This text font color is #09161C.

Background Color

.myBgColor { background-color: #09161C; }

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

This div background color is #09161C.

Border color

.myBorderColor { border: 1px solid #09161C; }

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

This div border color is #09161C.

Opacity

.myOpacity80 { color: #09161C; opacity: 0.8; }

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

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

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

This text has shadow with #09161C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09161C.

Preview

Color preview on black background

This text has color #09161C on black background.


Color preview on white background

This text has color #09161C on white background.


Black color preview on #09161C background

This text has black color on #09161C background.


White color preview on #09161C background

This text has white color on #09161C background.


Related colors

Complementary color

Complementary color for #hex is #F6E9E3.


I love getcolorcode.com

Triadic colors

1 #1C0916 and #161C09 with #09161C are triadic colors.

2 #1C1609 and #16091C with #09161C are triadic colors.