COLOR #0B1F16

HEX: #0B1F16
RGB: (11,31,22)

Color info

#0B1F16 contains red, green and blue colors in about the same proportion. Web safe color of #0B1F16 is #003300 (or #030).

RGB color model

#0B1F16 color RGB value is (11,31,22).

  • red value is 11;
  • green value is 31;
  • blue value is 22.
RGB:
(11,31,22)
(4%,12%,9%)

RGB channels and saturation

R 11 of 255 = 4%
G 31 of 255 = 12%
B 22 of 255 = 9%

11
31
22

R + G + B ~ 8%. #0B1F16 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 31 + 22 = 64 (100%)
R 11 of 64 ~ 17.19%
G 31 of 64 ~ 48.44%
B 22 of 64 ~ 34.38%

%17.19
%48.44
%34.38

CMYK color model

#0B1F16 color CMYK value is (65,0,29,88).

  • cyan value is 64.52%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 87.84%
CMYK:
(65,0,29,88)
C65M0Y29K88 
(65%,0%,29%,88%)
(0.65/0.00/0.29/0.88)	

CMYK percentages

%64.52
%0
%29.03
%87.84

Codes

Color #0B1F16 in popluar color models

0B1F16
RGB113122
HSL153°47.62%8.24%
HSB/HSV153°64.52%12.16%
CMYK64.52%0.00%29.03%
87.84%

Color #0B1F16 in popluar number systems.

HEX0B1F16
Decimal113122
Binary10111111110110
Octal133726

Shades and tints

Shades of #0B1F16

#0B1F16
(11,31,22)
#0A1D14
(10,29,20)
#091B12
(9,27,18)
#081910
(8,25,16)
#07170E
(7,23,14)
#06150C
(6,21,12)
#05130A
(5,19,10)
#041108
(4,17,8)
#030F06
(3,15,6)
#020D04
(2,13,4)
#010B02
(1,11,2)
#000000
(0,0,0)

Tints of #0B1F16

#0B1F16
(11,31,22)
#21332B
(33,51,43)
#374740
(55,71,64)
#4D5B55
(77,91,85)
#636F6A
(99,111,106)
#79837F
(121,131,127)
#8F9794
(143,151,148)
#A5ABA9
(165,171,169)
#BBBFBE
(187,191,190)
#D1D3D3
(209,211,211)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1F16 color. Also use rgb(11,31,22) instead hex code.

Text Font Color

.myTextColor { color: #0B1F16; }

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

This text font color is #0B1F16.


Background Color

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

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

This div background color is #0B1F16.


Border color

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

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

This div border color is #0B1F16.


Opacity

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

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

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

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

This text has shadow with #0B1F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1F16 on black background.


Color preview on white background

This text has color #0B1F16 on white background.



Black color preview on #0B1F16 background

This text has black color on #0B1F16 background.


White color preview on #0B1F16 background

This text has white color on #0B1F16 background.