COLOR #0B1721

HEX: #0B1721
RGB: (11,23,33)

Color info

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

RGB color model

#0B1721 color RGB value is (11,23,33).

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

RGB channels and saturation

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

11
23
33

R + G + B ~ 9%. #0B1721 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 23 + 33 = 67 (100%)
R 11 of 67 ~ 16.42%
G 23 of 67 ~ 34.33%
B 33 of 67 ~ 49.25%

%16.42
%34.33
%49.25

CMYK color model

#0B1721 color CMYK value is (67,30,0,87).

  • cyan value is 66.67%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(67,30,0,87)
C67M30Y0K87 
(67%,30%,0%,87%)
(0.67/0.30/0.00/0.87)	

CMYK percentages

%66.67
%30.3
%0
%87.06

Codes

Color #0B1721 in popluar color models

0B1721
RGB112333
HSL207°50.00%8.63%
HSB/HSV207°66.67%12.94%
CMYK66.67%30.30%0.00%
87.06%

Color #0B1721 in popluar number systems.

HEX0B1721
Decimal112333
Binary101110111100001
Octal132741

Shades and tints

Shades of #0B1721

#0B1721
(11,23,33)
#0A151E
(10,21,30)
#09131B
(9,19,27)
#081118
(8,17,24)
#070F15
(7,15,21)
#060D12
(6,13,18)
#050B0F
(5,11,15)
#04090C
(4,9,12)
#030709
(3,7,9)
#020506
(2,5,6)
#010303
(1,3,3)
#000000
(0,0,0)

Tints of #0B1721

#0B1721
(11,23,33)
#212C35
(33,44,53)
#374149
(55,65,73)
#4D565D
(77,86,93)
#636B71
(99,107,113)
#798085
(121,128,133)
#8F9599
(143,149,153)
#A5AAAD
(165,170,173)
#BBBFC1
(187,191,193)
#D1D4D5
(209,212,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1721; }

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

This text font color is #0B1721.


Background Color

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

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

This div background color is #0B1721.


Border color

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

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

This div border color is #0B1721.


Opacity

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

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

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

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

This text has shadow with #0B1721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1721 on black background.


Color preview on white background

This text has color #0B1721 on white background.



Black color preview on #0B1721 background

This text has black color on #0B1721 background.


White color preview on #0B1721 background

This text has white color on #0B1721 background.