COLOR #0B2219

HEX: #0B2219 RGB: (11,34,25)

Color info

#0B2219 contains red, green and blue colors in about the same proportion. Web safe color of #0B2219 is #003300 (or #030).

RGB color model

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

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

RGB channels and saturation

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

11
34
25

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

Portions of RGB colors in percentages

R + G + B = 11 + 34 + 25 = 70 (100%)
R 11 of 70 ~ 15.71%
G 34 of 70 ~ 48.57%
B 25 of 70 ~ 35.71'%

%15.71
%48.57
%35.71

CMYK color model

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

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

CMYK: (68,0,26,87)
C68M0Y26K87 (68%, 0%, 26%, 87%)
(0.68 / 0.00 / 0.26 / 0.87)

CMYK percentages

%67.65
%0
%26.47
%86.67

Codes

Color #0B2219 in popluar color models

0B 22 19
RGB 11 34 25
HSL 157° 51.11% 8.82%
HSB/HSV 157° 67.65% 13.33%
CMYK 67.65% 0.00% 26.47%
86.67%

Color #0B2219 in popluar number systems.

HEX 0B 22 19
Decimal 11 34 25
Binary 1011 100010 11001
Octal 13 42 31

Shades and tints

Shades of #0B2219

#0B2219
(11,34,25)
#0A1F17
(10,31,23)
#091C15
(9,28,21)
#081913
(8,25,19)
#071611
(7,22,17)
#06130F
(6,19,15)
#05100D
(5,16,13)
#040D0B
(4,13,11)
#030A09
(3,10,9)
#020707
(2,7,7)
#010405
(1,4,5)
#000000
(0,0,0)

Tints of #0B2219

#0B2219
(11,34,25)
#21362D
(33,54,45)
#374A41
(55,74,65)
#4D5E55
(77,94,85)
#637269
(99,114,105)
#79867D
(121,134,125)
#8F9A91
(143,154,145)
#A5AEA5
(165,174,165)
#BBC2B9
(187,194,185)
#D1D6CD
(209,214,205)
#E7EAE1
(231,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2219; }

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

This text font color is #0B2219.

Background Color

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

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

This div background color is #0B2219.

Border color

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

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

This div border color is #0B2219.

Opacity

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

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

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

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

This text has shadow with #0B2219 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B2219.

Preview

Color preview on black background

This text has color #0B2219 on black background.


Color preview on white background

This text has color #0B2219 on white background.


Black color preview on #0B2219 background

This text has black color on #0B2219 background.


White color preview on #0B2219 background

This text has white color on #0B2219 background.


Related colors

Complementary color

Complementary color for #hex is #F4DDE6.


I love getcolorcode.com

Triadic colors

1 #190B22 and #22190B with #0B2219 are triadic colors.

2 #19220B and #220B19 with #0B2219 are triadic colors.