COLOR #091119

HEX: #091119 RGB: (9,17,25)

Color info

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

RGB color model

#091119 color RGB value is (9,17,25).

RGB: (9,17,25) (4%, 7%, 10%)

RGB channels and saturation

R 9 of 255 = 4%
G 17 of 255 = 7%
B 25 of 255 = 10%

9
17
25

R + G + B ~ 7%. #091119 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 17 + 25 = 51 (100%)
R 9 of 51 ~ 17.65%
G 17 of 51 ~ 33.33%
B 25 of 51 ~ 49.02'%

%17.65
%33.33
%49.02

CMYK color model

#091119 color CMYK value is (64,32,0,90).

  • cyan value is 64.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (64,32,0,90)
C64M32Y0K90 (64%, 32%, 0%, 90%)
(0.64 / 0.32 / 0.00 / 0.90)

CMYK percentages

%64
%32
%0
%90.2

Codes

Color #091119 in popluar color models

09 11 19
RGB 9 17 25
HSL 210° 47.06% 6.67%
HSB/HSV 210° 64.00% 9.80%
CMYK 64.00% 32.00% 0.00%
90.20%

Color #091119 in popluar number systems.

HEX 09 11 19
Decimal 9 17 25
Binary 1001 10001 11001
Octal 11 21 31

Shades and tints

Shades of #091119

#091119
(9,17,25)
#091017
(9,16,23)
#090F15
(9,15,21)
#090E13
(9,14,19)
#090D11
(9,13,17)
#090C0F
(9,12,15)
#090B0D
(9,11,13)
#090A0B
(9,10,11)
#090909
(9,9,9)
#090807
(9,8,7)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #091119

#091119
(9,17,25)
#1F262D
(31,38,45)
#353B41
(53,59,65)
#4B5055
(75,80,85)
#616569
(97,101,105)
#777A7D
(119,122,125)
#8D8F91
(141,143,145)
#A3A4A5
(163,164,165)
#B9B9B9
(185,185,185)
#CFCECD
(207,206,205)
#E5E3E1
(229,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091119; }

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

This text font color is #091119.

Background Color

.myBgColor { background-color: #091119; }

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

This div background color is #091119.

Border color

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

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

This div border color is #091119.

Opacity

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

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

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

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

This text has shadow with #091119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091119.

Preview

Color preview on black background

This text has color #091119 on black background.


Color preview on white background

This text has color #091119 on white background.


Black color preview on #091119 background

This text has black color on #091119 background.


White color preview on #091119 background

This text has white color on #091119 background.


Related colors

Complementary color

Complementary color for #hex is #F6EEE6.


I love getcolorcode.com

Triadic colors

1 #190911 and #111909 with #091119 are triadic colors.

2 #191109 and #110919 with #091119 are triadic colors.