COLOR #0B0921

HEX: #0B0921
RGB: (11,9,33)

Color info

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

RGB color model

#0B0921 color RGB value is (11,9,33).

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

RGB channels and saturation

R 11 of 255 = 4%
G 9 of 255 = 4%
B 33 of 255 = 13%

11
9
33

R + G + B ~ 7%. #0B0921 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 9 + 33 = 53 (100%)
R 11 of 53 ~ 20.75%
G 9 of 53 ~ 16.98%
B 33 of 53 ~ 62.26%

%20.75
%16.98
%62.26

CMYK color model

#0B0921 color CMYK value is (67,73,0,87).

  • cyan value is 66.67%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(67,73,0,87)
C67M73Y0K87 
(67%,73%,0%,87%)
(0.67/0.73/0.00/0.87)	

CMYK percentages

%66.67
%72.73
%0
%87.06

Codes

Color #0B0921 in popluar color models

0B0921
RGB11933
HSL245°57.14%8.24%
HSB/HSV245°72.73%12.94%
CMYK66.67%72.73%0.00%
87.06%

Color #0B0921 in popluar number systems.

HEX0B0921
Decimal11933
Binary10111001100001
Octal131141

Shades and tints

Shades of #0B0921

#0B0921
(11,9,33)
#0A091E
(10,9,30)
#09091B
(9,9,27)
#080918
(8,9,24)
#070915
(7,9,21)
#060912
(6,9,18)
#05090F
(5,9,15)
#04090C
(4,9,12)
#030909
(3,9,9)
#020906
(2,9,6)
#010903
(1,9,3)
#000000
(0,0,0)

Tints of #0B0921

#0B0921
(11,9,33)
#211F35
(33,31,53)
#373549
(55,53,73)
#4D4B5D
(77,75,93)
#636171
(99,97,113)
#797785
(121,119,133)
#8F8D99
(143,141,153)
#A5A3AD
(165,163,173)
#BBB9C1
(187,185,193)
#D1CFD5
(209,207,213)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0921; }

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

This text font color is #0B0921.


Background Color

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

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

This div background color is #0B0921.


Border color

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

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

This div border color is #0B0921.


Opacity

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

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

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

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

This text has shadow with #0B0921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0921 on black background.


Color preview on white background

This text has color #0B0921 on white background.



Black color preview on #0B0921 background

This text has black color on #0B0921 background.


White color preview on #0B0921 background

This text has white color on #0B0921 background.