COLOR #09100D

HEX: #09100D RGB: (9,16,13)

Color info

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

RGB color model

#09100D color RGB value is (9,16,13).

RGB: (9,16,13) (4%, 6%, 5%)

RGB channels and saturation

R 9 of 255 = 4%
G 16 of 255 = 6%
B 13 of 255 = 5%

9
16
13

R + G + B ~ 5%. #09100D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 16 + 13 = 38 (100%)
R 9 of 38 ~ 23.68%
G 16 of 38 ~ 42.11%
B 13 of 38 ~ 34.21'%

%23.68
%42.11
%34.21

CMYK color model

#09100D color CMYK value is (44,0,19,94).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 93.73%

CMYK: (44,0,19,94)
C44M0Y19K94 (44%, 0%, 19%, 94%)
(0.44 / 0.00 / 0.19 / 0.94)

CMYK percentages

%43.75
%0
%18.75
%93.73

Codes

Color #09100D in popluar color models

09 10 0D
RGB 9 16 13
HSL 154° 28.00% 4.90%
HSB/HSV 154° 43.75% 6.27%
CMYK 43.75% 0.00% 18.75%
93.73%

Color #09100D in popluar number systems.

HEX 09 10 0D
Decimal 9 16 13
Binary 1001 10000 1101
Octal 11 20 15

Shades and tints

Shades of #09100D

#09100D
(9,16,13)
#090F0C
(9,15,12)
#090E0B
(9,14,11)
#090D0A
(9,13,10)
#090C09
(9,12,9)
#090B08
(9,11,8)
#090A07
(9,10,7)
#090906
(9,9,6)
#090805
(9,8,5)
#090704
(9,7,4)
#090603
(9,6,3)
#000000
(0,0,0)

Tints of #09100D

#09100D
(9,16,13)
#1F2523
(31,37,35)
#353A39
(53,58,57)
#4B4F4F
(75,79,79)
#616465
(97,100,101)
#77797B
(119,121,123)
#8D8E91
(141,142,145)
#A3A3A7
(163,163,167)
#B9B8BD
(185,184,189)
#CFCDD3
(207,205,211)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09100D color. Also use rgb(9,16,13) instead hex code.

Text Font Color

.myTextColor { color: #09100D; }

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

This text font color is #09100D.

Background Color

.myBgColor { background-color: #09100D; }

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

This div background color is #09100D.

Border color

.myBorderColor { border: 1px solid #09100D; }

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

This div border color is #09100D.

Opacity

.myOpacity80 { color: #09100D; opacity: 0.8; }

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

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

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

This text has shadow with #09100D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09100D.

Preview

Color preview on black background

This text has color #09100D on black background.


Color preview on white background

This text has color #09100D on white background.


Black color preview on #09100D background

This text has black color on #09100D background.


White color preview on #09100D background

This text has white color on #09100D background.


Related colors

Complementary color

Complementary color for #hex is #F6EFF2.


I love getcolorcode.com

Triadic colors

1 #0D0910 and #100D09 with #09100D are triadic colors.

2 #0D1009 and #10090D with #09100D are triadic colors.