COLOR #0B1013

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
16
19

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

Portions of RGB colors in percentages

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

%23.91
%34.78
%41.3

CMYK color model

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

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

CMYK percentages

%42.11
%15.79
%0
%92.55

Codes

Color #0B1013 in popluar color models

0B1013
RGB111619
HSL203°26.67%5.88%
HSB/HSV203°42.11%7.45%
CMYK42.11%15.79%0.00%
92.55%

Color #0B1013 in popluar number systems.

HEX0B1013
Decimal111619
Binary10111000010011
Octal132023

Shades and tints

Shades of #0B1013

#0B1013
(11,16,19)
#0A0F12
(10,15,18)
#090E11
(9,14,17)
#080D10
(8,13,16)
#070C0F
(7,12,15)
#060B0E
(6,11,14)
#050A0D
(5,10,13)
#04090C
(4,9,12)
#03080B
(3,8,11)
#02070A
(2,7,10)
#010609
(1,6,9)
#000000
(0,0,0)

Tints of #0B1013

#0B1013
(11,16,19)
#212528
(33,37,40)
#373A3D
(55,58,61)
#4D4F52
(77,79,82)
#636467
(99,100,103)
#79797C
(121,121,124)
#8F8E91
(143,142,145)
#A5A3A6
(165,163,166)
#BBB8BB
(187,184,187)
#D1CDD0
(209,205,208)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1013; }

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

This text font color is #0B1013.


Background Color

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

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

This div background color is #0B1013.


Border color

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

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

This div border color is #0B1013.


Opacity

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

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

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

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

This text has shadow with #0B1013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1013 on black background.


Color preview on white background

This text has color #0B1013 on white background.



Black color preview on #0B1013 background

This text has black color on #0B1013 background.


White color preview on #0B1013 background

This text has white color on #0B1013 background.