COLOR #09101D

HEX: #09101D RGB: (9,16,29)

Color info

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

RGB color model

#09101D color RGB value is (9,16,29).

RGB: (9,16,29) (4%, 6%, 11%)

RGB channels and saturation

R 9 of 255 = 4%
G 16 of 255 = 6%
B 29 of 255 = 11%

9
16
29

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

Portions of RGB colors in percentages

R + G + B = 9 + 16 + 29 = 54 (100%)
R 9 of 54 ~ 16.67%
G 16 of 54 ~ 29.63%
B 29 of 54 ~ 53.7'%

%16.67
%29.63
%53.7

CMYK color model

#09101D color CMYK value is (69,45,0,89).

  • cyan value is 68.97%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (69,45,0,89)
C69M45Y0K89 (69%, 45%, 0%, 89%)
(0.69 / 0.45 / 0.00 / 0.89)

CMYK percentages

%68.97
%44.83
%0
%88.63

Codes

Color #09101D in popluar color models

09 10 1D
RGB 9 16 29
HSL 219° 52.63% 7.45%
HSB/HSV 219° 68.97% 11.37%
CMYK 68.97% 44.83% 0.00%
88.63%

Color #09101D in popluar number systems.

HEX 09 10 1D
Decimal 9 16 29
Binary 1001 10000 11101
Octal 11 20 35

Shades and tints

Shades of #09101D

#09101D
(9,16,29)
#090F1B
(9,15,27)
#090E19
(9,14,25)
#090D17
(9,13,23)
#090C15
(9,12,21)
#090B13
(9,11,19)
#090A11
(9,10,17)
#09090F
(9,9,15)
#09080D
(9,8,13)
#09070B
(9,7,11)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #09101D

#09101D
(9,16,29)
#1F2531
(31,37,49)
#353A45
(53,58,69)
#4B4F59
(75,79,89)
#61646D
(97,100,109)
#777981
(119,121,129)
#8D8E95
(141,142,149)
#A3A3A9
(163,163,169)
#B9B8BD
(185,184,189)
#CFCDD1
(207,205,209)
#E5E2E5
(229,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09101D; }

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

This text font color is #09101D.

Background Color

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

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

This div background color is #09101D.

Border color

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

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

This div border color is #09101D.

Opacity

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

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

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

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

This text has shadow with #09101D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09101D.

Preview

Color preview on black background

This text has color #09101D on black background.


Color preview on white background

This text has color #09101D on white background.


Black color preview on #09101D background

This text has black color on #09101D background.


White color preview on #09101D background

This text has white color on #09101D background.


Related colors

Complementary color

Complementary color for #hex is #F6EFE2.


I love getcolorcode.com

Triadic colors

1 #1D0910 and #101D09 with #09101D are triadic colors.

2 #1D1009 and #10091D with #09101D are triadic colors.