COLOR #0B290E

HEX: #0B290E RGB: (11,41,14)

Color info

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

RGB color model

#0B290E color RGB value is (11,41,14).

RGB: (11,41,14) (4%, 16%, 5%)

RGB channels and saturation

R 11 of 255 = 4%
G 41 of 255 = 16%
B 14 of 255 = 5%

11
41
14

R + G + B ~ 8%. #0B290E is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 41 + 14 = 66 (100%)
R 11 of 66 ~ 16.67%
G 41 of 66 ~ 62.12%
B 14 of 66 ~ 21.21'%

%16.67
%62.12
%21.21

CMYK color model

#0B290E color CMYK value is (73,0,66,84).

  • cyan value is 73.17%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 83.92%

CMYK: (73,0,66,84)
C73M0Y66K84 (73%, 0%, 66%, 84%)
(0.73 / 0.00 / 0.66 / 0.84)

CMYK percentages

%73.17
%0
%65.85
%83.92

Codes

Color #0B290E in popluar color models

0B 29 0E
RGB 11 41 14
HSL 126° 57.69% 10.20%
HSB/HSV 126° 73.17% 16.08%
CMYK 73.17% 0.00% 65.85%
83.92%

Color #0B290E in popluar number systems.

HEX 0B 29 0E
Decimal 11 41 14
Binary 1011 101001 1110
Octal 13 51 16

Shades and tints

Shades of #0B290E

#0B290E
(11,41,14)
#0A260D
(10,38,13)
#09230C
(9,35,12)
#08200B
(8,32,11)
#071D0A
(7,29,10)
#061A09
(6,26,9)
#051708
(5,23,8)
#041407
(4,20,7)
#031106
(3,17,6)
#020E05
(2,14,5)
#010B04
(1,11,4)
#000000
(0,0,0)

Tints of #0B290E

#0B290E
(11,41,14)
#213C23
(33,60,35)
#374F38
(55,79,56)
#4D624D
(77,98,77)
#637562
(99,117,98)
#798877
(121,136,119)
#8F9B8C
(143,155,140)
#A5AEA1
(165,174,161)
#BBC1B6
(187,193,182)
#D1D4CB
(209,212,203)
#E7E7E0
(231,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B290E; }

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

This text font color is #0B290E.

Background Color

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

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

This div background color is #0B290E.

Border color

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

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

This div border color is #0B290E.

Opacity

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

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

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

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

This text has shadow with #0B290E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B290E.

Preview

Color preview on black background

This text has color #0B290E on black background.


Color preview on white background

This text has color #0B290E on white background.


Black color preview on #0B290E background

This text has black color on #0B290E background.


White color preview on #0B290E background

This text has white color on #0B290E background.


Related colors

Complementary color

Complementary color for #hex is #F4D6F1.


I love getcolorcode.com

Triadic colors

1 #0E0B29 and #290E0B with #0B290E are triadic colors.

2 #0E290B and #290B0E with #0B290E are triadic colors.