COLOR #0D150B

HEX: #0D150B RGB: (13,21,11)

Color info

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

RGB color model

#0D150B color RGB value is (13,21,11).

RGB: (13,21,11) (5%, 8%, 4%)

RGB channels and saturation

R 13 of 255 = 5%
G 21 of 255 = 8%
B 11 of 255 = 4%

13
21
11

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

Portions of RGB colors in percentages

R + G + B = 13 + 21 + 11 = 45 (100%)
R 13 of 45 ~ 28.89%
G 21 of 45 ~ 46.67%
B 11 of 45 ~ 24.44'%

%28.89
%46.67
%24.44

CMYK color model

#0D150B color CMYK value is (38,0,48,92).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 91.76%

CMYK: (38,0,48,92)
C38M0Y48K92 (38%, 0%, 48%, 92%)
(0.38 / 0.00 / 0.48 / 0.92)

CMYK percentages

%38.1
%0
%47.62
%91.76

Codes

Color #0D150B in popluar color models

0D 15 0B
RGB 13 21 11
HSL 108° 31.25% 6.27%
HSB/HSV 108° 47.62% 8.24%
CMYK 38.10% 0.00% 47.62%
91.76%

Color #0D150B in popluar number systems.

HEX 0D 15 0B
Decimal 13 21 11
Binary 1101 10101 1011
Octal 15 25 13

Shades and tints

Shades of #0D150B

#0D150B
(13,21,11)
#0C140A
(12,20,10)
#0B1309
(11,19,9)
#0A1208
(10,18,8)
#091107
(9,17,7)
#081006
(8,16,6)
#070F05
(7,15,5)
#060E04
(6,14,4)
#050D03
(5,13,3)
#040C02
(4,12,2)
#030B01
(3,11,1)
#000000
(0,0,0)

Tints of #0D150B

#0D150B
(13,21,11)
#232A21
(35,42,33)
#393F37
(57,63,55)
#4F544D
(79,84,77)
#656963
(101,105,99)
#7B7E79
(123,126,121)
#91938F
(145,147,143)
#A7A8A5
(167,168,165)
#BDBDBB
(189,189,187)
#D3D2D1
(211,210,209)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D150B color. Also use rgb(13,21,11) instead hex code.

Text Font Color

.myTextColor { color: #0D150B; }

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

This text font color is #0D150B.

Background Color

.myBgColor { background-color: #0D150B; }

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

This div background color is #0D150B.

Border color

.myBorderColor { border: 1px solid #0D150B; }

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

This div border color is #0D150B.

Opacity

.myOpacity80 { color: #0D150B; opacity: 0.8; }

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

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

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

This text has shadow with #0D150B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D150B.

Preview

Color preview on black background

This text has color #0D150B on black background.


Color preview on white background

This text has color #0D150B on white background.


Black color preview on #0D150B background

This text has black color on #0D150B background.


White color preview on #0D150B background

This text has white color on #0D150B background.


Related colors

Complementary color

Complementary color for #hex is #F2EAF4.


I love getcolorcode.com

Triadic colors

1 #0B0D15 and #150B0D with #0D150B are triadic colors.

2 #0B150D and #150D0B with #0D150B are triadic colors.