COLOR #0B1103

HEX: #0B1103
RGB: (11,17,3)

Color info

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

RGB color model

#0B1103 color RGB value is (11,17,3).

  • red value is 11;
  • green value is 17;
  • blue value is 3.
RGB:
(11,17,3)
(4%,7%,1%)

RGB channels and saturation

R 11 of 255 = 4%
G 17 of 255 = 7%
B 3 of 255 = 1%

11
17
3

R + G + B ~ 4%. #0B1103 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 17 + 3 = 31 (100%)
R 11 of 31 ~ 35.48%
G 17 of 31 ~ 54.84%
B 3 of 31 ~ 9.68%

%35.48
%54.84
%9.68

CMYK color model

#0B1103 color CMYK value is (35,0,82,93).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 93.33%
CMYK:
(35,0,82,93)
C35M0Y82K93 
(35%,0%,82%,93%)
(0.35/0.00/0.82/0.93)	

CMYK percentages

%35.29
%0
%82.35
%93.33

Codes

Color #0B1103 in popluar color models

0B1103
RGB11173
HSL86°70.00%3.92%
HSB/HSV86°82.35%6.67%
CMYK35.29%0.00%82.35%
93.33%

Color #0B1103 in popluar number systems.

HEX0B1103
Decimal11173
Binary10111000111
Octal13213

Shades and tints

Shades of #0B1103

#0B1103
(11,17,3)
#0A1003
(10,16,3)
#090F03
(9,15,3)
#080E03
(8,14,3)
#070D03
(7,13,3)
#060C03
(6,12,3)
#050B03
(5,11,3)
#040A03
(4,10,3)
#030903
(3,9,3)
#020803
(2,8,3)
#010703
(1,7,3)
#000000
(0,0,0)

Tints of #0B1103

#0B1103
(11,17,3)
#212619
(33,38,25)
#373B2F
(55,59,47)
#4D5045
(77,80,69)
#63655B
(99,101,91)
#797A71
(121,122,113)
#8F8F87
(143,143,135)
#A5A49D
(165,164,157)
#BBB9B3
(187,185,179)
#D1CEC9
(209,206,201)
#E7E3DF
(231,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1103 color. Also use rgb(11,17,3) instead hex code.

Text Font Color

.myTextColor { color: #0B1103; }

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

This text font color is #0B1103.


Background Color

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

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

This div background color is #0B1103.


Border color

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

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

This div border color is #0B1103.


Opacity

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

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

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

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

This text has shadow with #0B1103 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1103 on black background.


Color preview on white background

This text has color #0B1103 on white background.



Black color preview on #0B1103 background

This text has black color on #0B1103 background.


White color preview on #0B1103 background

This text has white color on #0B1103 background.