COLOR #0D0F0B

HEX: #0D0F0B RGB: (13,15,11)

Color info

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

RGB color model

#0D0F0B color RGB value is (13,15,11).

RGB: (13,15,11) (5%, 6%, 4%)

RGB channels and saturation

R 13 of 255 = 5%
G 15 of 255 = 6%
B 11 of 255 = 4%

13
15
11

R + G + B ~ 5%. #0D0F0B is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 15 + 11 = 39 (100%)
R 13 of 39 ~ 33.33%
G 15 of 39 ~ 38.46%
B 11 of 39 ~ 28.21'%

%33.33
%38.46
%28.21

CMYK color model

#0D0F0B color CMYK value is (13,0,27,94).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 94.12%

CMYK: (13,0,27,94)
C13M0Y27K94 (13%, 0%, 27%, 94%)
(0.13 / 0.00 / 0.27 / 0.94)

CMYK percentages

%13.33
%0
%26.67
%94.12

Codes

Color #0D0F0B in popluar color models

0D 0F 0B
RGB 13 15 11
HSL 90° 15.38% 5.10%
HSB/HSV 90° 26.67% 5.88%
CMYK 13.33% 0.00% 26.67%
94.12%

Color #0D0F0B in popluar number systems.

HEX 0D 0F 0B
Decimal 13 15 11
Binary 1101 1111 1011
Octal 15 17 13

Shades and tints

Shades of #0D0F0B

#0D0F0B
(13,15,11)
#0C0E0A
(12,14,10)
#0B0D09
(11,13,9)
#0A0C08
(10,12,8)
#090B07
(9,11,7)
#080A06
(8,10,6)
#070905
(7,9,5)
#060804
(6,8,4)
#050703
(5,7,3)
#040602
(4,6,2)
#030501
(3,5,1)
#000000
(0,0,0)

Tints of #0D0F0B

#0D0F0B
(13,15,11)
#232421
(35,36,33)
#393937
(57,57,55)
#4F4E4D
(79,78,77)
#656363
(101,99,99)
#7B7879
(123,120,121)
#918D8F
(145,141,143)
#A7A2A5
(167,162,165)
#BDB7BB
(189,183,187)
#D3CCD1
(211,204,209)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0F0B; }

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

This text font color is #0D0F0B.

Background Color

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

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

This div background color is #0D0F0B.

Border color

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

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

This div border color is #0D0F0B.

Opacity

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

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

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

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

This text has shadow with #0D0F0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0F0B.

Preview

Color preview on black background

This text has color #0D0F0B on black background.


Color preview on white background

This text has color #0D0F0B on white background.


Black color preview on #0D0F0B background

This text has black color on #0D0F0B background.


White color preview on #0D0F0B background

This text has white color on #0D0F0B background.


Related colors

Complementary color

Complementary color for #hex is #F2F0F4.


I love getcolorcode.com

Triadic colors

1 #0B0D0F and #0F0B0D with #0D0F0B are triadic colors.

2 #0B0F0D and #0F0D0B with #0D0F0B are triadic colors.