COLOR #0B1309

HEX: #0B1309
RGB: (11,19,9)

Color info

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

RGB color model

#0B1309 color RGB value is (11,19,9).

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

RGB channels and saturation

R 11 of 255 = 4%
G 19 of 255 = 7%
B 9 of 255 = 4%

11
19
9

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

Portions of RGB colors in percentages

R + G + B =
11 + 19 + 9 = 39 (100%)
R 11 of 39 ~ 28.21%
G 19 of 39 ~ 48.72%
B 9 of 39 ~ 23.08%

%28.21
%48.72
%23.08

CMYK color model

#0B1309 color CMYK value is (42,0,53,93).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 92.55%
CMYK:
(42,0,53,93)
C42M0Y53K93 
(42%,0%,53%,93%)
(0.42/0.00/0.53/0.93)	

CMYK percentages

%42.11
%0
%52.63
%92.55

Codes

Color #0B1309 in popluar color models

0B1309
RGB11199
HSL108°35.71%5.49%
HSB/HSV108°52.63%7.45%
CMYK42.11%0.00%52.63%
92.55%

Color #0B1309 in popluar number systems.

HEX0B1309
Decimal11199
Binary1011100111001
Octal132311

Shades and tints

Shades of #0B1309

#0B1309
(11,19,9)
#0A1209
(10,18,9)
#091109
(9,17,9)
#081009
(8,16,9)
#070F09
(7,15,9)
#060E09
(6,14,9)
#050D09
(5,13,9)
#040C09
(4,12,9)
#030B09
(3,11,9)
#020A09
(2,10,9)
#010909
(1,9,9)
#000000
(0,0,0)

Tints of #0B1309

#0B1309
(11,19,9)
#21281F
(33,40,31)
#373D35
(55,61,53)
#4D524B
(77,82,75)
#636761
(99,103,97)
#797C77
(121,124,119)
#8F918D
(143,145,141)
#A5A6A3
(165,166,163)
#BBBBB9
(187,187,185)
#D1D0CF
(209,208,207)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1309; }

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

This text font color is #0B1309.


Background Color

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

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

This div background color is #0B1309.


Border color

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

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

This div border color is #0B1309.


Opacity

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

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

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

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

This text has shadow with #0B1309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1309 on black background.


Color preview on white background

This text has color #0B1309 on white background.



Black color preview on #0B1309 background

This text has black color on #0B1309 background.


White color preview on #0B1309 background

This text has white color on #0B1309 background.