COLOR #0B1304

HEX: #0B1304
RGB: (11,19,4)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
19
4

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

Portions of RGB colors in percentages

R + G + B =
11 + 19 + 4 = 34 (100%)
R 11 of 34 ~ 32.35%
G 19 of 34 ~ 55.88%
B 4 of 34 ~ 11.76%

%32.35
%55.88
%11.76

CMYK color model

#0B1304 color CMYK value is (42,0,79,93).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 92.55%
CMYK:
(42,0,79,93)
C42M0Y79K93 
(42%,0%,79%,93%)
(0.42/0.00/0.79/0.93)	

CMYK percentages

%42.11
%0
%78.95
%92.55

Codes

Color #0B1304 in popluar color models

0B1304
RGB11194
HSL92°65.22%4.51%
HSB/HSV92°78.95%7.45%
CMYK42.11%0.00%78.95%
92.55%

Color #0B1304 in popluar number systems.

HEX0B1304
Decimal11194
Binary101110011100
Octal13234

Shades and tints

Shades of #0B1304

#0B1304
(11,19,4)
#0A1204
(10,18,4)
#091104
(9,17,4)
#081004
(8,16,4)
#070F04
(7,15,4)
#060E04
(6,14,4)
#050D04
(5,13,4)
#040C04
(4,12,4)
#030B04
(3,11,4)
#020A04
(2,10,4)
#010904
(1,9,4)
#000000
(0,0,0)

Tints of #0B1304

#0B1304
(11,19,4)
#21281A
(33,40,26)
#373D30
(55,61,48)
#4D5246
(77,82,70)
#63675C
(99,103,92)
#797C72
(121,124,114)
#8F9188
(143,145,136)
#A5A69E
(165,166,158)
#BBBBB4
(187,187,180)
#D1D0CA
(209,208,202)
#E7E5E0
(231,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1304; }

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

This text font color is #0B1304.


Background Color

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

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

This div background color is #0B1304.


Border color

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

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

This div border color is #0B1304.


Opacity

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

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

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

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

This text has shadow with #0B1304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1304 on black background.


Color preview on white background

This text has color #0B1304 on white background.



Black color preview on #0B1304 background

This text has black color on #0B1304 background.


White color preview on #0B1304 background

This text has white color on #0B1304 background.