COLOR #0B2303

HEX: #0B2303 RGB: (11,35,3)

Color info

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

RGB color model

#0B2303 color RGB value is (11,35,3).

RGB: (11,35,3) (4%, 14%, 1%)

RGB channels and saturation

R 11 of 255 = 4%
G 35 of 255 = 14%
B 3 of 255 = 1%

11
35
3

R + G + B ~ 6%. #0B2303 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 35 + 3 = 49 (100%)
R 11 of 49 ~ 22.45%
G 35 of 49 ~ 71.43%
B 3 of 49 ~ 6.12'%

%22.45
%71.43

CMYK color model

#0B2303 color CMYK value is (69,0,91,86).

  • cyan value is 68.57%
  • magenta value is 0.00%
  • yellow value is 91.43%
  • key color value is 86.27%
CMYK: (69,0,91,86) C69M0Y91K86 (69%,0%,91%,86%) (0.69/0.00/0.91/0.86) 

CMYK percentages

%68.57
%0
%91.43
%86.27

Codes

Color #0B2303 in popluar color models

0B 23 03
RGB 11 35 3
HSL 105° 84.21% 7.45%
HSB/HSV 105° 91.43% 13.73%
CMYK 68.57% 0.00% 91.43%
86.27%

Color #0B2303 in popluar number systems.

HEX 0B 23 03
Decimal 11 35 3
Binary 1011 100011 11
Octal 13 43 3

Shades and tints

Shades of #0B2303

#0B2303
(11,35,3)
#0A2003
(10,32,3)
#091D03
(9,29,3)
#081A03
(8,26,3)
#071703
(7,23,3)
#061403
(6,20,3)
#051103
(5,17,3)
#040E03
(4,14,3)
#030B03
(3,11,3)
#020803
(2,8,3)
#010503
(1,5,3)
#000000
(0,0,0)

Tints of #0B2303

#0B2303
(11,35,3)
#213719
(33,55,25)
#374B2F
(55,75,47)
#4D5F45
(77,95,69)
#63735B
(99,115,91)
#798771
(121,135,113)
#8F9B87
(143,155,135)
#A5AF9D
(165,175,157)
#BBC3B3
(187,195,179)
#D1D7C9
(209,215,201)
#E7EBDF
(231,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2303; }

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

This text font color is #0B2303.

Background Color

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

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

This div background color is #0B2303.

Border color

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

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

This div border color is #0B2303.

Opacity

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

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

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

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

This text has shadow with #0B2303 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B2303.

Preview

Color preview on black background

This text has color #0B2303 on black background.


Color preview on white background

This text has color #0B2303 on white background.


Black color preview on #0B2303 background

This text has black color on #0B2303 background.


White color preview on #0B2303 background

This text has white color on #0B2303 background.


Related colors

Complementary color

Complementary color for #hex is #F4DCFC.


I love getcolorcode.com

Triadic colors

1 #030B23 and #23030B with #0B2303 are triadic colors.

2 #03230B and #230B03 with #0B2303 are triadic colors.