COLOR #0B1310

HEX: #0B1310
RGB: (11,19,16)

Color info

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

RGB color model

#0B1310 color RGB value is (11,19,16).

  • red value is 11;
  • green value is 19;
  • blue value is 16.
RGB:
(11,19,16)
(4%,7%,6%)

RGB channels and saturation

R 11 of 255 = 4%
G 19 of 255 = 7%
B 16 of 255 = 6%

11
19
16

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

Portions of RGB colors in percentages

R + G + B =
11 + 19 + 16 = 46 (100%)
R 11 of 46 ~ 23.91%
G 19 of 46 ~ 41.3%
B 16 of 46 ~ 34.78%

%23.91
%41.3
%34.78

CMYK color model

#0B1310 color CMYK value is (42,0,16,93).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 92.55%
CMYK:
(42,0,16,93)
C42M0Y16K93 
(42%,0%,16%,93%)
(0.42/0.00/0.16/0.93)	

CMYK percentages

%42.11
%0
%15.79
%92.55

Codes

Color #0B1310 in popluar color models

0B1310
RGB111916
HSL158°26.67%5.88%
HSB/HSV158°42.11%7.45%
CMYK42.11%0.00%15.79%
92.55%

Color #0B1310 in popluar number systems.

HEX0B1310
Decimal111916
Binary10111001110000
Octal132320

Shades and tints

Shades of #0B1310

#0B1310
(11,19,16)
#0A120F
(10,18,15)
#09110E
(9,17,14)
#08100D
(8,16,13)
#070F0C
(7,15,12)
#060E0B
(6,14,11)
#050D0A
(5,13,10)
#040C09
(4,12,9)
#030B08
(3,11,8)
#020A07
(2,10,7)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #0B1310

#0B1310
(11,19,16)
#212825
(33,40,37)
#373D3A
(55,61,58)
#4D524F
(77,82,79)
#636764
(99,103,100)
#797C79
(121,124,121)
#8F918E
(143,145,142)
#A5A6A3
(165,166,163)
#BBBBB8
(187,187,184)
#D1D0CD
(209,208,205)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1310 color. Also use rgb(11,19,16) instead hex code.

Text Font Color

.myTextColor { color: #0B1310; }

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

This text font color is #0B1310.


Background Color

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

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

This div background color is #0B1310.


Border color

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

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

This div border color is #0B1310.


Opacity

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

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

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

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

This text has shadow with #0B1310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1310 on black background.


Color preview on white background

This text has color #0B1310 on white background.



Black color preview on #0B1310 background

This text has black color on #0B1310 background.


White color preview on #0B1310 background

This text has white color on #0B1310 background.