COLOR #0B2124

HEX: #0B2124 RGB: (11,33,36)

Color info

#0B2124 contains red, green and blue colors in about the same proportion. Web safe color of #0B2124 is #003333 (or #033).

RGB color model

#0B2124 color RGB value is (11,33,36).

RGB: (11,33,36) (4%, 13%, 14%)

RGB channels and saturation

R 11 of 255 = 4%
G 33 of 255 = 13%
B 36 of 255 = 14%

11
33
36

R + G + B ~ 10%. #0B2124 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 33 + 36 = 80 (100%)
R 11 of 80 ~ 13.75%
G 33 of 80 ~ 41.25%
B 36 of 80 ~ 45'%

%13.75
%41.25
%45

CMYK color model

#0B2124 color CMYK value is (69,8,0,86).

  • cyan value is 69.44%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (69,8,0,86)
C69M8Y0K86 (69%, 8%, 0%, 86%)
(0.69 / 0.08 / 0.00 / 0.86)

CMYK percentages

%69.44
%8.33
%0
%85.88

Codes

Color #0B2124 in popluar color models

0B 21 24
RGB 11 33 36
HSL 187° 53.19% 9.22%
HSB/HSV 187° 69.44% 14.12%
CMYK 69.44% 8.33% 0.00%
85.88%

Color #0B2124 in popluar number systems.

HEX 0B 21 24
Decimal 11 33 36
Binary 1011 100001 100100
Octal 13 41 44

Shades and tints

Shades of #0B2124

#0B2124
(11,33,36)
#0A1E21
(10,30,33)
#091B1E
(9,27,30)
#08181B
(8,24,27)
#071518
(7,21,24)
#061215
(6,18,21)
#050F12
(5,15,18)
#040C0F
(4,12,15)
#03090C
(3,9,12)
#020609
(2,6,9)
#010306
(1,3,6)
#000000
(0,0,0)

Tints of #0B2124

#0B2124
(11,33,36)
#213537
(33,53,55)
#37494A
(55,73,74)
#4D5D5D
(77,93,93)
#637170
(99,113,112)
#798583
(121,133,131)
#8F9996
(143,153,150)
#A5ADA9
(165,173,169)
#BBC1BC
(187,193,188)
#D1D5CF
(209,213,207)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2124; }

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

This text font color is #0B2124.

Background Color

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

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

This div background color is #0B2124.

Border color

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

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

This div border color is #0B2124.

Opacity

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

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

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

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

This text has shadow with #0B2124 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B2124.

Preview

Color preview on black background

This text has color #0B2124 on black background.


Color preview on white background

This text has color #0B2124 on white background.


Black color preview on #0B2124 background

This text has black color on #0B2124 background.


White color preview on #0B2124 background

This text has white color on #0B2124 background.


Related colors

Complementary color

Complementary color for #hex is #F4DEDB.


I love getcolorcode.com

Triadic colors

1 #240B21 and #21240B with #0B2124 are triadic colors.

2 #24210B and #210B24 with #0B2124 are triadic colors.