COLOR #09100C

HEX: #09100C RGB: (9,16,12)

Color info

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

RGB color model

#09100C color RGB value is (9,16,12).

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

RGB channels and saturation

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

9
16
12

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

Portions of RGB colors in percentages

R + G + B = 9 + 16 + 12 = 37 (100%)
R 9 of 37 ~ 24.32%
G 16 of 37 ~ 43.24%
B 12 of 37 ~ 32.43'%

%24.32
%43.24
%32.43

CMYK color model

#09100C color CMYK value is (44,0,25,94).

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

CMYK: (44,0,25,94)
C44M0Y25K94 (44%, 0%, 25%, 94%)
(0.44 / 0.00 / 0.25 / 0.94)

CMYK percentages

%43.75
%0
%25
%93.73

Codes

Color #09100C in popluar color models

09 10 0C
RGB 9 16 12
HSL 146° 28.00% 4.90%
HSB/HSV 146° 43.75% 6.27%
CMYK 43.75% 0.00% 25.00%
93.73%

Color #09100C in popluar number systems.

HEX 09 10 0C
Decimal 9 16 12
Binary 1001 10000 1100
Octal 11 20 14

Shades and tints

Shades of #09100C

#09100C
(9,16,12)
#090F0B
(9,15,11)
#090E0A
(9,14,10)
#090D09
(9,13,9)
#090C08
(9,12,8)
#090B07
(9,11,7)
#090A06
(9,10,6)
#090905
(9,9,5)
#090804
(9,8,4)
#090703
(9,7,3)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #09100C

#09100C
(9,16,12)
#1F2522
(31,37,34)
#353A38
(53,58,56)
#4B4F4E
(75,79,78)
#616464
(97,100,100)
#77797A
(119,121,122)
#8D8E90
(141,142,144)
#A3A3A6
(163,163,166)
#B9B8BC
(185,184,188)
#CFCDD2
(207,205,210)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09100C; }

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

This text font color is #09100C.

Background Color

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

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

This div background color is #09100C.

Border color

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

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

This div border color is #09100C.

Opacity

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

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

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

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

This text has shadow with #09100C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09100C.

Preview

Color preview on black background

This text has color #09100C on black background.


Color preview on white background

This text has color #09100C on white background.


Black color preview on #09100C background

This text has black color on #09100C background.


White color preview on #09100C background

This text has white color on #09100C background.


Related colors

Complementary color

Complementary color for #hex is #F6EFF3.


I love getcolorcode.com

Triadic colors

1 #0C0910 and #100C09 with #09100C are triadic colors.

2 #0C1009 and #10090C with #09100C are triadic colors.