COLOR #0B2319

HEX: #0B2319 RGB: (11,35,25)

Color info

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

RGB color model

#0B2319 color RGB value is (11,35,25).

RGB: (11,35,25) (4%, 14%, 10%)

RGB channels and saturation

R 11 of 255 = 4%
G 35 of 255 = 14%
B 25 of 255 = 10%

11
35
25

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

Portions of RGB colors in percentages

R + G + B = 11 + 35 + 25 = 71 (100%)
R 11 of 71 ~ 15.49%
G 35 of 71 ~ 49.3%
B 25 of 71 ~ 35.21'%

%15.49
%49.3
%35.21

CMYK color model

#0B2319 color CMYK value is (69,0,29,86).

  • cyan value is 68.57%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 86.27%

CMYK: (69,0,29,86)
C69M0Y29K86 (69%, 0%, 29%, 86%)
(0.69 / 0.00 / 0.29 / 0.86)

CMYK percentages

%68.57
%0
%28.57
%86.27

Codes

Color #0B2319 in popluar color models

0B 23 19
RGB 11 35 25
HSL 155° 52.17% 9.02%
HSB/HSV 155° 68.57% 13.73%
CMYK 68.57% 0.00% 28.57%
86.27%

Color #0B2319 in popluar number systems.

HEX 0B 23 19
Decimal 11 35 25
Binary 1011 100011 11001
Octal 13 43 31

Shades and tints

Shades of #0B2319

#0B2319
(11,35,25)
#0A2017
(10,32,23)
#091D15
(9,29,21)
#081A13
(8,26,19)
#071711
(7,23,17)
#06140F
(6,20,15)
#05110D
(5,17,13)
#040E0B
(4,14,11)
#030B09
(3,11,9)
#020807
(2,8,7)
#010505
(1,5,5)
#000000
(0,0,0)

Tints of #0B2319

#0B2319
(11,35,25)
#21372D
(33,55,45)
#374B41
(55,75,65)
#4D5F55
(77,95,85)
#637369
(99,115,105)
#79877D
(121,135,125)
#8F9B91
(143,155,145)
#A5AFA5
(165,175,165)
#BBC3B9
(187,195,185)
#D1D7CD
(209,215,205)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2319; }

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

This text font color is #0B2319.

Background Color

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

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

This div background color is #0B2319.

Border color

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

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

This div border color is #0B2319.

Opacity

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

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

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

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

This text has shadow with #0B2319 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B2319.

Preview

Color preview on black background

This text has color #0B2319 on black background.


Color preview on white background

This text has color #0B2319 on white background.


Black color preview on #0B2319 background

This text has black color on #0B2319 background.


White color preview on #0B2319 background

This text has white color on #0B2319 background.


Related colors

Complementary color

Complementary color for #hex is #F4DCE6.


I love getcolorcode.com

Triadic colors

1 #190B23 and #23190B with #0B2319 are triadic colors.

2 #19230B and #230B19 with #0B2319 are triadic colors.