COLOR #0B0319

HEX: #0B0319
RGB: (11,3,25)

Color info

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

RGB color model

#0B0319 color RGB value is (11,3,25).

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

RGB channels and saturation

R 11 of 255 = 4%
G 3 of 255 = 1%
B 25 of 255 = 10%

11
3
25

R + G + B ~ 5%. #0B0319 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 3 + 25 = 39 (100%)
R 11 of 39 ~ 28.21%
G 3 of 39 ~ 7.69%
B 25 of 39 ~ 64.1%

%28.21
%64.1

CMYK color model

#0B0319 color CMYK value is (56,88,0,90).

  • cyan value is 56.00%
  • magenta value is 88.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(56,88,0,90)
C56M88Y0K90 
(56%,88%,0%,90%)
(0.56/0.88/0.00/0.90)	

CMYK percentages

%56
%88
%0
%90.2

Codes

Color #0B0319 in popluar color models

0B0319
RGB11325
HSL262°78.57%5.49%
HSB/HSV262°88.00%9.80%
CMYK56.00%88.00%0.00%
90.20%

Color #0B0319 in popluar number systems.

HEX0B0319
Decimal11325
Binary10111111001
Octal13331

Shades and tints

Shades of #0B0319

#0B0319
(11,3,25)
#0A0317
(10,3,23)
#090315
(9,3,21)
#080313
(8,3,19)
#070311
(7,3,17)
#06030F
(6,3,15)
#05030D
(5,3,13)
#04030B
(4,3,11)
#030309
(3,3,9)
#020307
(2,3,7)
#010305
(1,3,5)
#000000
(0,0,0)

Tints of #0B0319

#0B0319
(11,3,25)
#21192D
(33,25,45)
#372F41
(55,47,65)
#4D4555
(77,69,85)
#635B69
(99,91,105)
#79717D
(121,113,125)
#8F8791
(143,135,145)
#A59DA5
(165,157,165)
#BBB3B9
(187,179,185)
#D1C9CD
(209,201,205)
#E7DFE1
(231,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0319; }

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

This text font color is #0B0319.


Background Color

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

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

This div background color is #0B0319.


Border color

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

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

This div border color is #0B0319.


Opacity

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

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

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

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

This text has shadow with #0B0319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0319 on black background.


Color preview on white background

This text has color #0B0319 on white background.



Black color preview on #0B0319 background

This text has black color on #0B0319 background.


White color preview on #0B0319 background

This text has white color on #0B0319 background.