COLOR #0B0B22

HEX: #0B0B22 RGB: (11,11,34)

Color info

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

RGB color model

#0B0B22 color RGB value is (11,11,34).

RGB: (11,11,34) (4%, 4%, 13%)

RGB channels and saturation

R 11 of 255 = 4%
G 11 of 255 = 4%
B 34 of 255 = 13%

11
11
34

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

Portions of RGB colors in percentages

R + G + B = 11 + 11 + 34 = 56 (100%)
R 11 of 56 ~ 19.64%
G 11 of 56 ~ 19.64%
B 34 of 56 ~ 60.71'%

%19.64
%19.64
%60.71

CMYK color model

#0B0B22 color CMYK value is (68,68,0,87).

  • cyan value is 67.65%
  • magenta value is 67.65%
  • yellow value is 0.00%
  • key color value is 86.67%

CMYK: (68,68,0,87)
C68M68Y0K87 (68%, 68%, 0%, 87%)
(0.68 / 0.68 / 0.00 / 0.87)

CMYK percentages

%67.65
%67.65
%0
%86.67

Codes

Color #0B0B22 in popluar color models

0B 0B 22
RGB 11 11 34
HSL 240° 51.11% 8.82%
HSB/HSV 240° 67.65% 13.33%
CMYK 67.65% 67.65% 0.00%
86.67%

Color #0B0B22 in popluar number systems.

HEX 0B 0B 22
Decimal 11 11 34
Binary 1011 1011 100010
Octal 13 13 42

Shades and tints

Shades of #0B0B22

#0B0B22
(11,11,34)
#0A0A1F
(10,10,31)
#09091C
(9,9,28)
#080819
(8,8,25)
#070716
(7,7,22)
#060613
(6,6,19)
#050510
(5,5,16)
#04040D
(4,4,13)
#03030A
(3,3,10)
#020207
(2,2,7)
#010104
(1,1,4)
#000000
(0,0,0)

Tints of #0B0B22

#0B0B22
(11,11,34)
#212136
(33,33,54)
#37374A
(55,55,74)
#4D4D5E
(77,77,94)
#636372
(99,99,114)
#797986
(121,121,134)
#8F8F9A
(143,143,154)
#A5A5AE
(165,165,174)
#BBBBC2
(187,187,194)
#D1D1D6
(209,209,214)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0B22; }

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

This text font color is #0B0B22.

Background Color

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

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

This div background color is #0B0B22.

Border color

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

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

This div border color is #0B0B22.

Opacity

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

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

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

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

This text has shadow with #0B0B22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0B22.

Preview

Color preview on black background

This text has color #0B0B22 on black background.


Color preview on white background

This text has color #0B0B22 on white background.


Black color preview on #0B0B22 background

This text has black color on #0B0B22 background.


White color preview on #0B0B22 background

This text has white color on #0B0B22 background.


Related colors

Complementary color

Complementary color for #hex is #F4F4DD.


I love getcolorcode.com