COLOR #100B0F

HEX: #100B0F
RGB: (16,11,15)

Color info

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

RGB color model

#100B0F color RGB value is (16,11,15).

  • red value is 16;
  • green value is 11;
  • blue value is 15.
RGB:
(16,11,15)
(6%,4%,6%)

RGB channels and saturation

R 16 of 255 = 6%
G 11 of 255 = 4%
B 15 of 255 = 6%

16
11
15

R + G + B ~ 5%. #100B0F is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 11 + 15 = 42 (100%)
R 16 of 42 ~ 38.1%
G 11 of 42 ~ 26.19%
B 15 of 42 ~ 35.71%

%38.1
%26.19
%35.71

CMYK color model

#100B0F color CMYK value is (0,31,6,94).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 6.25%
  • key color value is 93.73%
CMYK:
(0,31,6,94)
C0M31Y6K94 
(0%,31%,6%,94%)
(0.00/0.31/0.06/0.94)	

CMYK percentages

%0
%31.25
%6.25
%93.73

Codes

Color #100B0F in popluar color models

100B0F
RGB161115
HSL312°18.52%5.29%
HSB/HSV312°31.25%6.27%
CMYK0.00%31.25%6.25%
93.73%

Color #100B0F in popluar number systems.

HEX100B0F
Decimal161115
Binary1000010111111
Octal201317

Shades and tints

Shades of #100B0F

#100B0F
(16,11,15)
#0F0A0E
(15,10,14)
#0E090D
(14,9,13)
#0D080C
(13,8,12)
#0C070B
(12,7,11)
#0B060A
(11,6,10)
#0A0509
(10,5,9)
#090408
(9,4,8)
#080307
(8,3,7)
#070206
(7,2,6)
#060105
(6,1,5)
#000000
(0,0,0)

Tints of #100B0F

#100B0F
(16,11,15)
#252124
(37,33,36)
#3A3739
(58,55,57)
#4F4D4E
(79,77,78)
#646363
(100,99,99)
#797978
(121,121,120)
#8E8F8D
(142,143,141)
#A3A5A2
(163,165,162)
#B8BBB7
(184,187,183)
#CDD1CC
(205,209,204)
#E2E7E1
(226,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #100B0F color. Also use rgb(16,11,15) instead hex code.

Text Font Color

.myTextColor { color: #100B0F; }

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

This text font color is #100B0F.


Background Color

.myBgColor { background-color: #100B0F; }

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

This div background color is #100B0F.


Border color

.myBorderColor { border: 1px solid #100B0F; }

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

This div border color is #100B0F.


Opacity

.myOpacity80 { color: #100B0F; opacity: 0.8; }

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

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

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

This text has shadow with #100B0F color.

.textShadow {text-shadow: 3px 3px 1px #100B0F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #100B0F;
-webkit-box-shadow: 1px 1px 3px 2px #100B0F;
box-shadow:1px 1px 3px 2px #100B0F;">
Div content here</div>
This div box has shadow with color #100B0F.

Preview

Color preview on black background

This text has color #100B0F on black background.


Color preview on white background

This text has color #100B0F on white background.



Black color preview on #100B0F background

This text has black color on #100B0F background.


White color preview on #100B0F background

This text has white color on #100B0F background.