COLOR #0B120E

HEX: #0B120E RGB: (11,18,14)

Color info

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

RGB color model

#0B120E color RGB value is (11,18,14).

RGB: (11,18,14) (4%, 7%, 5%)

RGB channels and saturation

R 11 of 255 = 4%
G 18 of 255 = 7%
B 14 of 255 = 5%

11
18
14

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

Portions of RGB colors in percentages

R + G + B = 11 + 18 + 14 = 43 (100%)
R 11 of 43 ~ 25.58%
G 18 of 43 ~ 41.86%
B 14 of 43 ~ 32.56'%

%25.58
%41.86
%32.56

CMYK color model

#0B120E color CMYK value is (39,0,22,93).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 92.94%

CMYK: (39,0,22,93)
C39M0Y22K93 (39%, 0%, 22%, 93%)
(0.39 / 0.00 / 0.22 / 0.93)

CMYK percentages

%38.89
%0
%22.22
%92.94

Codes

Color #0B120E in popluar color models

0B 12 0E
RGB 11 18 14
HSL 146° 24.14% 5.69%
HSB/HSV 146° 38.89% 7.06%
CMYK 38.89% 0.00% 22.22%
92.94%

Color #0B120E in popluar number systems.

HEX 0B 12 0E
Decimal 11 18 14
Binary 1011 10010 1110
Octal 13 22 16

Shades and tints

Shades of #0B120E

#0B120E
(11,18,14)
#0A110D
(10,17,13)
#09100C
(9,16,12)
#080F0B
(8,15,11)
#070E0A
(7,14,10)
#060D09
(6,13,9)
#050C08
(5,12,8)
#040B07
(4,11,7)
#030A06
(3,10,6)
#020905
(2,9,5)
#010804
(1,8,4)
#000000
(0,0,0)

Tints of #0B120E

#0B120E
(11,18,14)
#212723
(33,39,35)
#373C38
(55,60,56)
#4D514D
(77,81,77)
#636662
(99,102,98)
#797B77
(121,123,119)
#8F908C
(143,144,140)
#A5A5A1
(165,165,161)
#BBBAB6
(187,186,182)
#D1CFCB
(209,207,203)
#E7E4E0
(231,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B120E color. Also use rgb(11,18,14) instead hex code.

Text Font Color

.myTextColor { color: #0B120E; }

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

This text font color is #0B120E.

Background Color

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

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

This div background color is #0B120E.

Border color

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

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

This div border color is #0B120E.

Opacity

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

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

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

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

This text has shadow with #0B120E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B120E.

Preview

Color preview on black background

This text has color #0B120E on black background.


Color preview on white background

This text has color #0B120E on white background.


Black color preview on #0B120E background

This text has black color on #0B120E background.


White color preview on #0B120E background

This text has white color on #0B120E background.


Related colors

Complementary color

Complementary color for #hex is #F4EDF1.


I love getcolorcode.com

Triadic colors

1 #0E0B12 and #120E0B with #0B120E are triadic colors.

2 #0E120B and #120B0E with #0B120E are triadic colors.