COLOR #0B1300

HEX: #0B1300
RGB: (11,19,0)

Color info

#0B1300 contains only red and green colors. Web safe color of #0B1300 is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

11
19
0

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

Portions of RGB colors in percentages

R + G + B =
11 + 19 + 0 = 30 (100%)
R 11 of 30 ~ 36.67%
G 19 of 30 ~ 63.33%
B 0 of 30 ~ 0%

%36.67
%63.33

CMYK color model

#0B1300 color CMYK value is (42,0,100,93).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 92.55%
CMYK:
(42,0,100,93)
C42M0Y100K93 
(42%,0%,100%,93%)
(0.42/0.00/1.00/0.93)	

CMYK percentages

%42.11
%0
%100
%92.55

Codes

Color #0B1300 in popluar color models

0B1300
RGB11190
HSL85°100.00%3.73%
HSB/HSV85°100.00%7.45%
CMYK42.11%0.00%100.00%
92.55%

Color #0B1300 in popluar number systems.

HEX0B1300
Decimal11190
Binary1011100110
Octal13230

Shades and tints

Shades of #0B1300

#0B1300
(11,19,0)
#0A1200
(10,18,0)
#091100
(9,17,0)
#081000
(8,16,0)
#070F00
(7,15,0)
#060E00
(6,14,0)
#050D00
(5,13,0)
#040C00
(4,12,0)
#030B00
(3,11,0)
#020A00
(2,10,0)
#010900
(1,9,0)
#000000
(0,0,0)

Tints of #0B1300

#0B1300
(11,19,0)
#212817
(33,40,23)
#373D2E
(55,61,46)
#4D5245
(77,82,69)
#63675C
(99,103,92)
#797C73
(121,124,115)
#8F918A
(143,145,138)
#A5A6A1
(165,166,161)
#BBBBB8
(187,187,184)
#D1D0CF
(209,208,207)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1300; }

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

This text font color is #0B1300.


Background Color

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

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

This div background color is #0B1300.


Border color

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

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

This div border color is #0B1300.


Opacity

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

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

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

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

This text has shadow with #0B1300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1300 on black background.


Color preview on white background

This text has color #0B1300 on white background.



Black color preview on #0B1300 background

This text has black color on #0B1300 background.


White color preview on #0B1300 background

This text has white color on #0B1300 background.