COLOR #0B180D

HEX: #0B180D RGB: (11,24,13)

Color info

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

RGB color model

#0B180D color RGB value is (11,24,13).

RGB: (11,24,13) (4%, 9%, 5%)

RGB channels and saturation

R 11 of 255 = 4%
G 24 of 255 = 9%
B 13 of 255 = 5%

11
24
13

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

Portions of RGB colors in percentages

R + G + B = 11 + 24 + 13 = 48 (100%)
R 11 of 48 ~ 22.92%
G 24 of 48 ~ 50%
B 13 of 48 ~ 27.08'%

%22.92
%50
%27.08

CMYK color model

#0B180D color CMYK value is (54,0,46,91).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 90.59%

CMYK: (54,0,46,91)
C54M0Y46K91 (54%, 0%, 46%, 91%)
(0.54 / 0.00 / 0.46 / 0.91)

CMYK percentages

%54.17
%0
%45.83
%90.59

Codes

Color #0B180D in popluar color models

0B 18 0D
RGB 11 24 13
HSL 129° 37.14% 6.86%
HSB/HSV 129° 54.17% 9.41%
CMYK 54.17% 0.00% 45.83%
90.59%

Color #0B180D in popluar number systems.

HEX 0B 18 0D
Decimal 11 24 13
Binary 1011 11000 1101
Octal 13 30 15

Shades and tints

Shades of #0B180D

#0B180D
(11,24,13)
#0A160C
(10,22,12)
#09140B
(9,20,11)
#08120A
(8,18,10)
#071009
(7,16,9)
#060E08
(6,14,8)
#050C07
(5,12,7)
#040A06
(4,10,6)
#030805
(3,8,5)
#020604
(2,6,4)
#010403
(1,4,3)
#000000
(0,0,0)

Tints of #0B180D

#0B180D
(11,24,13)
#212D23
(33,45,35)
#374239
(55,66,57)
#4D574F
(77,87,79)
#636C65
(99,108,101)
#79817B
(121,129,123)
#8F9691
(143,150,145)
#A5ABA7
(165,171,167)
#BBC0BD
(187,192,189)
#D1D5D3
(209,213,211)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B180D; }

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

This text font color is #0B180D.

Background Color

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

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

This div background color is #0B180D.

Border color

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

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

This div border color is #0B180D.

Opacity

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

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

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

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

This text has shadow with #0B180D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B180D.

Preview

Color preview on black background

This text has color #0B180D on black background.


Color preview on white background

This text has color #0B180D on white background.


Black color preview on #0B180D background

This text has black color on #0B180D background.


White color preview on #0B180D background

This text has white color on #0B180D background.


Related colors

Complementary color

Complementary color for #hex is #F4E7F2.


I love getcolorcode.com

Triadic colors

1 #0D0B18 and #180D0B with #0B180D are triadic colors.

2 #0D180B and #180B0D with #0B180D are triadic colors.