COLOR #0B1A0F

HEX: #0B1A0F
RGB: (11,26,15)

Color info

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

RGB color model

#0B1A0F color RGB value is (11,26,15).

  • red value is 11;
  • green value is 26;
  • blue value is 15.
RGB:
(11,26,15)
(4%,10%,6%)

RGB channels and saturation

R 11 of 255 = 4%
G 26 of 255 = 10%
B 15 of 255 = 6%

11
26
15

R + G + B ~ 7%. #0B1A0F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 26 + 15 = 52 (100%)
R 11 of 52 ~ 21.15%
G 26 of 52 ~ 50%
B 15 of 52 ~ 28.85%

%21.15
%50
%28.85

CMYK color model

#0B1A0F color CMYK value is (58,0,42,90).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 89.80%
CMYK:
(58,0,42,90)
C58M0Y42K90 
(58%,0%,42%,90%)
(0.58/0.00/0.42/0.90)	

CMYK percentages

%57.69
%0
%42.31
%89.8

Codes

Color #0B1A0F in popluar color models

0B1A0F
RGB112615
HSL136°40.54%7.25%
HSB/HSV136°57.69%10.20%
CMYK57.69%0.00%42.31%
89.80%

Color #0B1A0F in popluar number systems.

HEX0B1A0F
Decimal112615
Binary1011110101111
Octal133217

Shades and tints

Shades of #0B1A0F

#0B1A0F
(11,26,15)
#0A180E
(10,24,14)
#09160D
(9,22,13)
#08140C
(8,20,12)
#07120B
(7,18,11)
#06100A
(6,16,10)
#050E09
(5,14,9)
#040C08
(4,12,8)
#030A07
(3,10,7)
#020806
(2,8,6)
#010605
(1,6,5)
#000000
(0,0,0)

Tints of #0B1A0F

#0B1A0F
(11,26,15)
#212E24
(33,46,36)
#374239
(55,66,57)
#4D564E
(77,86,78)
#636A63
(99,106,99)
#797E78
(121,126,120)
#8F928D
(143,146,141)
#A5A6A2
(165,166,162)
#BBBAB7
(187,186,183)
#D1CECC
(209,206,204)
#E7E2E1
(231,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1A0F; }

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

This text font color is #0B1A0F.


Background Color

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

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

This div background color is #0B1A0F.


Border color

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

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

This div border color is #0B1A0F.


Opacity

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

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

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

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

This text has shadow with #0B1A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1A0F on black background.


Color preview on white background

This text has color #0B1A0F on white background.



Black color preview on #0B1A0F background

This text has black color on #0B1A0F background.


White color preview on #0B1A0F background

This text has white color on #0B1A0F background.