COLOR #15110B

HEX: #15110B RGB: (21,17,11)

Color info

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

RGB color model

#15110B color RGB value is (21,17,11).

RGB: (21,17,11) (8%, 7%, 4%)

RGB channels and saturation

R 21 of 255 = 8%
G 17 of 255 = 7%
B 11 of 255 = 4%

21
17
11

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

Portions of RGB colors in percentages

R + G + B = 21 + 17 + 11 = 49 (100%)
R 21 of 49 ~ 42.86%
G 17 of 49 ~ 34.69%
B 11 of 49 ~ 22.45'%

%42.86
%34.69
%22.45

CMYK color model

#15110B color CMYK value is (0,19,48,92).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 47.62%
  • key color value is 91.76%
CMYK: (0,19,48,92) C0M19Y48K92 (0%,19%,48%,92%) (0.00/0.19/0.48/0.92) 

CMYK percentages

%0
%19.05
%47.62
%91.76

Codes

Color #15110B in popluar color models

15 11 0B
RGB 21 17 11
HSL 36° 31.25% 6.27%
HSB/HSV 36° 47.62% 8.24%
CMYK 0.00% 19.05% 47.62%
91.76%

Color #15110B in popluar number systems.

HEX 15 11 0B
Decimal 21 17 11
Binary 10101 10001 1011
Octal 25 21 13

Shades and tints

Shades of #15110B

#15110B
(21,17,11)
#14100A
(20,16,10)
#130F09
(19,15,9)
#120E08
(18,14,8)
#110D07
(17,13,7)
#100C06
(16,12,6)
#0F0B05
(15,11,5)
#0E0A04
(14,10,4)
#0D0903
(13,9,3)
#0C0802
(12,8,2)
#0B0701
(11,7,1)
#000000
(0,0,0)

Tints of #15110B

#15110B
(21,17,11)
#2A2621
(42,38,33)
#3F3B37
(63,59,55)
#54504D
(84,80,77)
#696563
(105,101,99)
#7E7A79
(126,122,121)
#938F8F
(147,143,143)
#A8A4A5
(168,164,165)
#BDB9BB
(189,185,187)
#D2CED1
(210,206,209)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15110B color. Also use rgb(21,17,11) instead hex code.

Text Font Color

.myTextColor { color: #15110B; }

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

This text font color is #15110B.

Background Color

.myBgColor { background-color: #15110B; }

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

This div background color is #15110B.

Border color

.myBorderColor { border: 1px solid #15110B; }

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

This div border color is #15110B.

Opacity

.myOpacity80 { color: #15110B; opacity: 0.8; }

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

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

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

This text has shadow with #15110B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15110B.

Preview

Color preview on black background

This text has color #15110B on black background.


Color preview on white background

This text has color #15110B on white background.


Black color preview on #15110B background

This text has black color on #15110B background.


White color preview on #15110B background

This text has white color on #15110B background.


Related colors

Complementary color

Complementary color for #hex is #EAEEF4.


I love getcolorcode.com

Triadic colors

1 #0B1511 and #110B15 with #15110B are triadic colors.

2 #0B1115 and #11150B with #15110B are triadic colors.