COLOR #0B1512

HEX: #0B1512
RGB: (11,21,18)

Color info

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

RGB color model

#0B1512 color RGB value is (11,21,18).

  • red value is 11;
  • green value is 21;
  • blue value is 18.
RGB:
(11,21,18)
(4%,8%,7%)

RGB channels and saturation

R 11 of 255 = 4%
G 21 of 255 = 8%
B 18 of 255 = 7%

11
21
18

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

Portions of RGB colors in percentages

R + G + B =
11 + 21 + 18 = 50 (100%)
R 11 of 50 ~ 22%
G 21 of 50 ~ 42%
B 18 of 50 ~ 36%

%22
%42
%36

CMYK color model

#0B1512 color CMYK value is (48,0,14,92).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 91.76%
CMYK:
(48,0,14,92)
C48M0Y14K92 
(48%,0%,14%,92%)
(0.48/0.00/0.14/0.92)	

CMYK percentages

%47.62
%0
%14.29
%91.76

Codes

Color #0B1512 in popluar color models

0B1512
RGB112118
HSL162°31.25%6.27%
HSB/HSV162°47.62%8.24%
CMYK47.62%0.00%14.29%
91.76%

Color #0B1512 in popluar number systems.

HEX0B1512
Decimal112118
Binary10111010110010
Octal132522

Shades and tints

Shades of #0B1512

#0B1512
(11,21,18)
#0A1411
(10,20,17)
#091310
(9,19,16)
#08120F
(8,18,15)
#07110E
(7,17,14)
#06100D
(6,16,13)
#050F0C
(5,15,12)
#040E0B
(4,14,11)
#030D0A
(3,13,10)
#020C09
(2,12,9)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #0B1512

#0B1512
(11,21,18)
#212A27
(33,42,39)
#373F3C
(55,63,60)
#4D5451
(77,84,81)
#636966
(99,105,102)
#797E7B
(121,126,123)
#8F9390
(143,147,144)
#A5A8A5
(165,168,165)
#BBBDBA
(187,189,186)
#D1D2CF
(209,210,207)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1512; }

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

This text font color is #0B1512.


Background Color

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

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

This div background color is #0B1512.


Border color

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

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

This div border color is #0B1512.


Opacity

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

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

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

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

This text has shadow with #0B1512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1512 on black background.


Color preview on white background

This text has color #0B1512 on white background.



Black color preview on #0B1512 background

This text has black color on #0B1512 background.


White color preview on #0B1512 background

This text has white color on #0B1512 background.