COLOR #091C1F

HEX: #091C1F RGB: (9,28,31)

Color info

#091C1F contains red, green and blue colors in about the same proportion. Web safe color of #091C1F is #003333 (or #033).

RGB color model

#091C1F color RGB value is (9,28,31).

RGB: (9,28,31) (4%, 11%, 12%)

RGB channels and saturation

R 9 of 255 = 4%
G 28 of 255 = 11%
B 31 of 255 = 12%

9
28
31

R + G + B ~ 9%. #091C1F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 28 + 31 = 68 (100%)
R 9 of 68 ~ 13.24%
G 28 of 68 ~ 41.18%
B 31 of 68 ~ 45.59'%

%13.24
%41.18
%45.59

CMYK color model

#091C1F color CMYK value is (71,10,0,88).

  • cyan value is 70.97%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (71,10,0,88)
C71M10Y0K88 (71%, 10%, 0%, 88%)
(0.71 / 0.10 / 0.00 / 0.88)

CMYK percentages

%70.97
%9.68
%0
%87.84

Codes

Color #091C1F in popluar color models

09 1C 1F
RGB 9 28 31
HSL 188° 55.00% 7.84%
HSB/HSV 188° 70.97% 12.16%
CMYK 70.97% 9.68% 0.00%
87.84%

Color #091C1F in popluar number systems.

HEX 09 1C 1F
Decimal 9 28 31
Binary 1001 11100 11111
Octal 11 34 37

Shades and tints

Shades of #091C1F

#091C1F
(9,28,31)
#091A1D
(9,26,29)
#09181B
(9,24,27)
#091619
(9,22,25)
#091417
(9,20,23)
#091215
(9,18,21)
#091013
(9,16,19)
#090E11
(9,14,17)
#090C0F
(9,12,15)
#090A0D
(9,10,13)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #091C1F

#091C1F
(9,28,31)
#1F3033
(31,48,51)
#354447
(53,68,71)
#4B585B
(75,88,91)
#616C6F
(97,108,111)
#778083
(119,128,131)
#8D9497
(141,148,151)
#A3A8AB
(163,168,171)
#B9BCBF
(185,188,191)
#CFD0D3
(207,208,211)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091C1F color. Also use rgb(9,28,31) instead hex code.

Text Font Color

.myTextColor { color: #091C1F; }

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

This text font color is #091C1F.

Background Color

.myBgColor { background-color: #091C1F; }

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

This div background color is #091C1F.

Border color

.myBorderColor { border: 1px solid #091C1F; }

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

This div border color is #091C1F.

Opacity

.myOpacity80 { color: #091C1F; opacity: 0.8; }

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

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

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

This text has shadow with #091C1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091C1F.

Preview

Color preview on black background

This text has color #091C1F on black background.


Color preview on white background

This text has color #091C1F on white background.


Black color preview on #091C1F background

This text has black color on #091C1F background.


White color preview on #091C1F background

This text has white color on #091C1F background.


Related colors

Complementary color

Complementary color for #hex is #F6E3E0.


I love getcolorcode.com

Triadic colors

1 #1F091C and #1C1F09 with #091C1F are triadic colors.

2 #1F1C09 and #1C091F with #091C1F are triadic colors.