COLOR #0B0817

HEX: #0B0817 RGB: (11,8,23)

Color info

#0B0817 contains red, green and blue colors in about the same proportion. Web safe color of #0B0817 is #000000 (or #000).

RGB color model

#0B0817 color RGB value is (11,8,23).

RGB: (11,8,23) (4%, 3%, 9%)

RGB channels and saturation

R 11 of 255 = 4%
G 8 of 255 = 3%
B 23 of 255 = 9%

11
8
23

R + G + B ~ 5%. #0B0817 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 8 + 23 = 42 (100%)
R 11 of 42 ~ 26.19%
G 8 of 42 ~ 19.05%
B 23 of 42 ~ 54.76'%

%26.19
%19.05
%54.76

CMYK color model

#0B0817 color CMYK value is (52,65,0,91).

  • cyan value is 52.17%
  • magenta value is 65.22%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (52,65,0,91)
C52M65Y0K91 (52%, 65%, 0%, 91%)
(0.52 / 0.65 / 0.00 / 0.91)

CMYK percentages

%52.17
%65.22
%0
%90.98

Codes

Color #0B0817 in popluar color models

0B 08 17
RGB 11 8 23
HSL 252° 48.39% 6.08%
HSB/HSV 252° 65.22% 9.02%
CMYK 52.17% 65.22% 0.00%
90.98%

Color #0B0817 in popluar number systems.

HEX 0B 08 17
Decimal 11 8 23
Binary 1011 1000 10111
Octal 13 10 27

Shades and tints

Shades of #0B0817

#0B0817
(11,8,23)
#0A0815
(10,8,21)
#090813
(9,8,19)
#080811
(8,8,17)
#07080F
(7,8,15)
#06080D
(6,8,13)
#05080B
(5,8,11)
#040809
(4,8,9)
#030807
(3,8,7)
#020805
(2,8,5)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #0B0817

#0B0817
(11,8,23)
#211E2C
(33,30,44)
#373441
(55,52,65)
#4D4A56
(77,74,86)
#63606B
(99,96,107)
#797680
(121,118,128)
#8F8C95
(143,140,149)
#A5A2AA
(165,162,170)
#BBB8BF
(187,184,191)
#D1CED4
(209,206,212)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0817 color. Also use rgb(11,8,23) instead hex code.

Text Font Color

.myTextColor { color: #0B0817; }

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

This text font color is #0B0817.

Background Color

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

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

This div background color is #0B0817.

Border color

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

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

This div border color is #0B0817.

Opacity

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

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

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

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

This text has shadow with #0B0817 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0817.

Preview

Color preview on black background

This text has color #0B0817 on black background.


Color preview on white background

This text has color #0B0817 on white background.


Black color preview on #0B0817 background

This text has black color on #0B0817 background.


White color preview on #0B0817 background

This text has white color on #0B0817 background.


Related colors

Complementary color

Complementary color for #hex is #F4F7E8.


I love getcolorcode.com

Triadic colors

1 #170B08 and #08170B with #0B0817 are triadic colors.

2 #17080B and #080B17 with #0B0817 are triadic colors.