COLOR #091828

HEX: #091828 RGB: (9,24,40)

Color info

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

RGB color model

#091828 color RGB value is (9,24,40).

RGB: (9,24,40) (4%, 9%, 16%)

RGB channels and saturation

R 9 of 255 = 4%
G 24 of 255 = 9%
B 40 of 255 = 16%

9
24
40

R + G + B ~ 10%. #091828 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 24 + 40 = 73 (100%)
R 9 of 73 ~ 12.33%
G 24 of 73 ~ 32.88%
B 40 of 73 ~ 54.79'%

%12.33
%32.88
%54.79

CMYK color model

#091828 color CMYK value is (78,40,0,84).

  • cyan value is 77.50%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (78,40,0,84)
C78M40Y0K84 (78%, 40%, 0%, 84%)
(0.78 / 0.40 / 0.00 / 0.84)

CMYK percentages

%77.5
%40
%0
%84.31

Codes

Color #091828 in popluar color models

09 18 28
RGB 9 24 40
HSL 211° 63.27% 9.61%
HSB/HSV 211° 77.50% 15.69%
CMYK 77.50% 40.00% 0.00%
84.31%

Color #091828 in popluar number systems.

HEX 09 18 28
Decimal 9 24 40
Binary 1001 11000 101000
Octal 11 30 50

Shades and tints

Shades of #091828

#091828
(9,24,40)
#091625
(9,22,37)
#091422
(9,20,34)
#09121F
(9,18,31)
#09101C
(9,16,28)
#090E19
(9,14,25)
#090C16
(9,12,22)
#090A13
(9,10,19)
#090810
(9,8,16)
#09060D
(9,6,13)
#09040A
(9,4,10)
#000000
(0,0,0)

Tints of #091828

#091828
(9,24,40)
#1F2D3B
(31,45,59)
#35424E
(53,66,78)
#4B5761
(75,87,97)
#616C74
(97,108,116)
#778187
(119,129,135)
#8D969A
(141,150,154)
#A3ABAD
(163,171,173)
#B9C0C0
(185,192,192)
#CFD5D3
(207,213,211)
#E5EAE6
(229,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091828; }

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

This text font color is #091828.

Background Color

.myBgColor { background-color: #091828; }

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

This div background color is #091828.

Border color

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

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

This div border color is #091828.

Opacity

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

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

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

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

This text has shadow with #091828 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091828.

Preview

Color preview on black background

This text has color #091828 on black background.


Color preview on white background

This text has color #091828 on white background.


Black color preview on #091828 background

This text has black color on #091828 background.


White color preview on #091828 background

This text has white color on #091828 background.


Related colors

Complementary color

Complementary color for #hex is #F6E7D7.


I love getcolorcode.com

Triadic colors

1 #280918 and #182809 with #091828 are triadic colors.

2 #281809 and #180928 with #091828 are triadic colors.