COLOR #0D1315

HEX: #0D1315 RGB: (13,19,21)

Color info

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

RGB color model

#0D1315 color RGB value is (13,19,21).

RGB: (13,19,21) (5%, 7%, 8%)

RGB channels and saturation

R 13 of 255 = 5%
G 19 of 255 = 7%
B 21 of 255 = 8%

13
19
21

R + G + B ~ 7%. #0D1315 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 19 + 21 = 53 (100%)
R 13 of 53 ~ 24.53%
G 19 of 53 ~ 35.85%
B 21 of 53 ~ 39.62'%

%24.53
%35.85
%39.62

CMYK color model

#0D1315 color CMYK value is (38,10,0,92).

  • cyan value is 38.10%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK: (38,10,0,92) C38M10Y0K92 (38%,10%,0%,92%) (0.38/0.10/0.00/0.92) 

CMYK percentages

%38.1
%9.52
%0
%91.76

Codes

Color #0D1315 in popluar color models

0D 13 15
RGB 13 19 21
HSL 195° 23.53% 6.67%
HSB/HSV 195° 38.10% 8.24%
CMYK 38.10% 9.52% 0.00%
91.76%

Color #0D1315 in popluar number systems.

HEX 0D 13 15
Decimal 13 19 21
Binary 1101 10011 10101
Octal 15 23 25

Shades and tints

Shades of #0D1315

#0D1315
(13,19,21)
#0C1214
(12,18,20)
#0B1113
(11,17,19)
#0A1012
(10,16,18)
#090F11
(9,15,17)
#080E10
(8,14,16)
#070D0F
(7,13,15)
#060C0E
(6,12,14)
#050B0D
(5,11,13)
#040A0C
(4,10,12)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #0D1315

#0D1315
(13,19,21)
#23282A
(35,40,42)
#393D3F
(57,61,63)
#4F5254
(79,82,84)
#656769
(101,103,105)
#7B7C7E
(123,124,126)
#919193
(145,145,147)
#A7A6A8
(167,166,168)
#BDBBBD
(189,187,189)
#D3D0D2
(211,208,210)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1315; }

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

This text font color is #0D1315.

Background Color

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

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

This div background color is #0D1315.

Border color

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

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

This div border color is #0D1315.

Opacity

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

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

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

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

This text has shadow with #0D1315 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D1315.

Preview

Color preview on black background

This text has color #0D1315 on black background.


Color preview on white background

This text has color #0D1315 on white background.


Black color preview on #0D1315 background

This text has black color on #0D1315 background.


White color preview on #0D1315 background

This text has white color on #0D1315 background.


Related colors

Complementary color

Complementary color for #hex is #F2ECEA.


I love getcolorcode.com

Triadic colors

1 #150D13 and #13150D with #0D1315 are triadic colors.

2 #15130D and #130D15 with #0D1315 are triadic colors.