COLOR #100915

HEX: #100915 RGB: (16,9,21)

Color info

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

RGB color model

#100915 color RGB value is (16,9,21).

RGB: (16,9,21) (6%, 4%, 8%)

RGB channels and saturation

R 16 of 255 = 6%
G 9 of 255 = 4%
B 21 of 255 = 8%

16
9
21

R + G + B ~ 6%. #100915 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 9 + 21 = 46 (100%)
R 16 of 46 ~ 34.78%
G 9 of 46 ~ 19.57%
B 21 of 46 ~ 45.65'%

%34.78
%19.57
%45.65

CMYK color model

#100915 color CMYK value is (24,57,0,92).

  • cyan value is 23.81%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (24,57,0,92)
C24M57Y0K92 (24%, 57%, 0%, 92%)
(0.24 / 0.57 / 0.00 / 0.92)

CMYK percentages

%23.81
%57.14
%0
%91.76

Codes

Color #100915 in popluar color models

10 09 15
RGB 16 9 21
HSL 275° 40.00% 5.88%
HSB/HSV 275° 57.14% 8.24%
CMYK 23.81% 57.14% 0.00%
91.76%

Color #100915 in popluar number systems.

HEX 10 09 15
Decimal 16 9 21
Binary 10000 1001 10101
Octal 20 11 25

Shades and tints

Shades of #100915

#100915
(16,9,21)
#0F0914
(15,9,20)
#0E0913
(14,9,19)
#0D0912
(13,9,18)
#0C0911
(12,9,17)
#0B0910
(11,9,16)
#0A090F
(10,9,15)
#09090E
(9,9,14)
#08090D
(8,9,13)
#07090C
(7,9,12)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #100915

#100915
(16,9,21)
#251F2A
(37,31,42)
#3A353F
(58,53,63)
#4F4B54
(79,75,84)
#646169
(100,97,105)
#79777E
(121,119,126)
#8E8D93
(142,141,147)
#A3A3A8
(163,163,168)
#B8B9BD
(184,185,189)
#CDCFD2
(205,207,210)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #100915; }

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

This text font color is #100915.

Background Color

.myBgColor { background-color: #100915; }

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

This div background color is #100915.

Border color

.myBorderColor { border: 1px solid #100915; }

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

This div border color is #100915.

Opacity

.myOpacity80 { color: #100915; opacity: 0.8; }

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

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

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

This text has shadow with #100915 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #100915.

Preview

Color preview on black background

This text has color #100915 on black background.


Color preview on white background

This text has color #100915 on white background.


Black color preview on #100915 background

This text has black color on #100915 background.


White color preview on #100915 background

This text has white color on #100915 background.


Related colors

Complementary color

Complementary color for #hex is #EFF6EA.


I love getcolorcode.com

Triadic colors

1 #151009 and #091510 with #100915 are triadic colors.

2 #150910 and #091015 with #100915 are triadic colors.