COLOR #0D0915

HEX: #0D0915
RGB: (13,9,21)

Color info

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

RGB color model

#0D0915 color RGB value is (13,9,21).

  • red value is 13;
  • green value is 9;
  • blue value is 21.
RGB:
(13,9,21)
(5%,4%,8%)

RGB channels and saturation

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

13
9
21

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

Portions of RGB colors in percentages

R + G + B =
13 + 9 + 21 = 43 (100%)
R 13 of 43 ~ 30.23%
G 9 of 43 ~ 20.93%
B 21 of 43 ~ 48.84%

%30.23
%20.93
%48.84

CMYK color model

#0D0915 color CMYK value is (38,57,0,92).

  • cyan value is 38.10%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(38,57,0,92)
C38M57Y0K92 
(38%,57%,0%,92%)
(0.38/0.57/0.00/0.92)	

CMYK percentages

%38.1
%57.14
%0
%91.76

Codes

Color #0D0915 in popluar color models

0D0915
RGB13921
HSL260°40.00%5.88%
HSB/HSV260°57.14%8.24%
CMYK38.10%57.14%0.00%
91.76%

Color #0D0915 in popluar number systems.

HEX0D0915
Decimal13921
Binary1101100110101
Octal151125

Shades and tints

Shades of #0D0915

#0D0915
(13,9,21)
#0C0914
(12,9,20)
#0B0913
(11,9,19)
#0A0912
(10,9,18)
#090911
(9,9,17)
#080910
(8,9,16)
#07090F
(7,9,15)
#06090E
(6,9,14)
#05090D
(5,9,13)
#04090C
(4,9,12)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #0D0915

#0D0915
(13,9,21)
#231F2A
(35,31,42)
#39353F
(57,53,63)
#4F4B54
(79,75,84)
#656169
(101,97,105)
#7B777E
(123,119,126)
#918D93
(145,141,147)
#A7A3A8
(167,163,168)
#BDB9BD
(189,185,189)
#D3CFD2
(211,207,210)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0915; }

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

This text font color is #0D0915.


Background Color

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

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

This div background color is #0D0915.


Border color

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

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

This div border color is #0D0915.


Opacity

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

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

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

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

This text has shadow with #0D0915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0915 on black background.


Color preview on white background

This text has color #0D0915 on white background.



Black color preview on #0D0915 background

This text has black color on #0D0915 background.


White color preview on #0D0915 background

This text has white color on #0D0915 background.