COLOR #0B0929

HEX: #0B0929
RGB: (11,9,41)

Color info

#0B0929 contains red, green and blue colors in about the same proportion. Web safe color of #0B0929 is #000033 (or #003).

RGB color model

#0B0929 color RGB value is (11,9,41).

  • red value is 11;
  • green value is 9;
  • blue value is 41.
RGB:
(11,9,41)
(4%,4%,16%)

RGB channels and saturation

R 11 of 255 = 4%
G 9 of 255 = 4%
B 41 of 255 = 16%

11
9
41

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

Portions of RGB colors in percentages

R + G + B =
11 + 9 + 41 = 61 (100%)
R 11 of 61 ~ 18.03%
G 9 of 61 ~ 14.75%
B 41 of 61 ~ 67.21%

%18.03
%14.75
%67.21

CMYK color model

#0B0929 color CMYK value is (73,78,0,84).

  • cyan value is 73.17%
  • magenta value is 78.05%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(73,78,0,84)
C73M78Y0K84 
(73%,78%,0%,84%)
(0.73/0.78/0.00/0.84)	

CMYK percentages

%73.17
%78.05
%0
%83.92

Codes

Color #0B0929 in popluar color models

0B0929
RGB11941
HSL244°64.00%9.80%
HSB/HSV244°78.05%16.08%
CMYK73.17%78.05%0.00%
83.92%

Color #0B0929 in popluar number systems.

HEX0B0929
Decimal11941
Binary10111001101001
Octal131151

Shades and tints

Shades of #0B0929

#0B0929
(11,9,41)
#0A0926
(10,9,38)
#090923
(9,9,35)
#080920
(8,9,32)
#07091D
(7,9,29)
#06091A
(6,9,26)
#050917
(5,9,23)
#040914
(4,9,20)
#030911
(3,9,17)
#02090E
(2,9,14)
#01090B
(1,9,11)
#000000
(0,0,0)

Tints of #0B0929

#0B0929
(11,9,41)
#211F3C
(33,31,60)
#37354F
(55,53,79)
#4D4B62
(77,75,98)
#636175
(99,97,117)
#797788
(121,119,136)
#8F8D9B
(143,141,155)
#A5A3AE
(165,163,174)
#BBB9C1
(187,185,193)
#D1CFD4
(209,207,212)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0929; }

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

This text font color is #0B0929.


Background Color

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

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

This div background color is #0B0929.


Border color

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

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

This div border color is #0B0929.


Opacity

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

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

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

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

This text has shadow with #0B0929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0929 on black background.


Color preview on white background

This text has color #0B0929 on white background.



Black color preview on #0B0929 background

This text has black color on #0B0929 background.


White color preview on #0B0929 background

This text has white color on #0B0929 background.