COLOR #091B0D

HEX: #091B0D RGB: (9,27,13)

Color info

#091B0D contains red, green and blue colors in about the same proportion. Web safe color of #091B0D is #003300 (or #030).

RGB color model

#091B0D color RGB value is (9,27,13).

RGB: (9,27,13) (4%, 11%, 5%)

RGB channels and saturation

R 9 of 255 = 4%
G 27 of 255 = 11%
B 13 of 255 = 5%

9
27
13

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

Portions of RGB colors in percentages

R + G + B = 9 + 27 + 13 = 49 (100%)
R 9 of 49 ~ 18.37%
G 27 of 49 ~ 55.1%
B 13 of 49 ~ 26.53'%

%18.37
%55.1
%26.53

CMYK color model

#091B0D color CMYK value is (67,0,52,89).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 89.41%

CMYK: (67,0,52,89)
C67M0Y52K89 (67%, 0%, 52%, 89%)
(0.67 / 0.00 / 0.52 / 0.89)

CMYK percentages

%66.67
%0
%51.85
%89.41

Codes

Color #091B0D in popluar color models

09 1B 0D
RGB 9 27 13
HSL 133° 50.00% 7.06%
HSB/HSV 133° 66.67% 10.59%
CMYK 66.67% 0.00% 51.85%
89.41%

Color #091B0D in popluar number systems.

HEX 09 1B 0D
Decimal 9 27 13
Binary 1001 11011 1101
Octal 11 33 15

Shades and tints

Shades of #091B0D

#091B0D
(9,27,13)
#09190C
(9,25,12)
#09170B
(9,23,11)
#09150A
(9,21,10)
#091309
(9,19,9)
#091108
(9,17,8)
#090F07
(9,15,7)
#090D06
(9,13,6)
#090B05
(9,11,5)
#090904
(9,9,4)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #091B0D

#091B0D
(9,27,13)
#1F2F23
(31,47,35)
#354339
(53,67,57)
#4B574F
(75,87,79)
#616B65
(97,107,101)
#777F7B
(119,127,123)
#8D9391
(141,147,145)
#A3A7A7
(163,167,167)
#B9BBBD
(185,187,189)
#CFCFD3
(207,207,211)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091B0D color. Also use rgb(9,27,13) instead hex code.

Text Font Color

.myTextColor { color: #091B0D; }

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

This text font color is #091B0D.

Background Color

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

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

This div background color is #091B0D.

Border color

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

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

This div border color is #091B0D.

Opacity

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

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

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

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

This text has shadow with #091B0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091B0D.

Preview

Color preview on black background

This text has color #091B0D on black background.


Color preview on white background

This text has color #091B0D on white background.


Black color preview on #091B0D background

This text has black color on #091B0D background.


White color preview on #091B0D background

This text has white color on #091B0D background.


Related colors

Complementary color

Complementary color for #hex is #F6E4F2.


I love getcolorcode.com

Triadic colors

1 #0D091B and #1B0D09 with #091B0D are triadic colors.

2 #0D1B09 and #1B090D with #091B0D are triadic colors.