COLOR #0B1218

HEX: #0B1218 RGB: (11,18,24)

Color info

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

RGB color model

#0B1218 color RGB value is (11,18,24).

RGB: (11,18,24) (4%, 7%, 9%)

RGB channels and saturation

R 11 of 255 = 4%
G 18 of 255 = 7%
B 24 of 255 = 9%

11
18
24

R + G + B ~ 7%. #0B1218 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 18 + 24 = 53 (100%)
R 11 of 53 ~ 20.75%
G 18 of 53 ~ 33.96%
B 24 of 53 ~ 45.28'%

%20.75
%33.96
%45.28

CMYK color model

#0B1218 color CMYK value is (54,25,0,91).

  • cyan value is 54.17%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK: (54,25,0,91) C54M25Y0K91 (54%,25%,0%,91%) (0.54/0.25/0.00/0.91) 

CMYK percentages

%54.17
%25
%0
%90.59

Codes

Color #0B1218 in popluar color models

0B 12 18
RGB 11 18 24
HSL 208° 37.14% 6.86%
HSB/HSV 208° 54.17% 9.41%
CMYK 54.17% 25.00% 0.00%
90.59%

Color #0B1218 in popluar number systems.

HEX 0B 12 18
Decimal 11 18 24
Binary 1011 10010 11000
Octal 13 22 30

Shades and tints

Shades of #0B1218

#0B1218
(11,18,24)
#0A1116
(10,17,22)
#091014
(9,16,20)
#080F12
(8,15,18)
#070E10
(7,14,16)
#060D0E
(6,13,14)
#050C0C
(5,12,12)
#040B0A
(4,11,10)
#030A08
(3,10,8)
#020906
(2,9,6)
#010804
(1,8,4)
#000000
(0,0,0)

Tints of #0B1218

#0B1218
(11,18,24)
#21272D
(33,39,45)
#373C42
(55,60,66)
#4D5157
(77,81,87)
#63666C
(99,102,108)
#797B81
(121,123,129)
#8F9096
(143,144,150)
#A5A5AB
(165,165,171)
#BBBAC0
(187,186,192)
#D1CFD5
(209,207,213)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1218 color. Also use rgb(11,18,24) instead hex code.

Text Font Color

.myTextColor { color: #0B1218; }

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

This text font color is #0B1218.

Background Color

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

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

This div background color is #0B1218.

Border color

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

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

This div border color is #0B1218.

Opacity

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

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

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

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

This text has shadow with #0B1218 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1218.

Preview

Color preview on black background

This text has color #0B1218 on black background.


Color preview on white background

This text has color #0B1218 on white background.


Black color preview on #0B1218 background

This text has black color on #0B1218 background.


White color preview on #0B1218 background

This text has white color on #0B1218 background.


Related colors

Complementary color

Complementary color for #hex is #F4EDE7.


I love getcolorcode.com

Triadic colors

1 #180B12 and #12180B with #0B1218 are triadic colors.

2 #18120B and #120B18 with #0B1218 are triadic colors.