COLOR #0B1214

HEX: #0B1214
RGB: (11,18,20)

Color info

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

RGB color model

#0B1214 color RGB value is (11,18,20).

  • red value is 11;
  • green value is 18;
  • blue value is 20.
RGB:
(11,18,20)
(4%,7%,8%)

RGB channels and saturation

R 11 of 255 = 4%
G 18 of 255 = 7%
B 20 of 255 = 8%

11
18
20

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

Portions of RGB colors in percentages

R + G + B =
11 + 18 + 20 = 49 (100%)
R 11 of 49 ~ 22.45%
G 18 of 49 ~ 36.73%
B 20 of 49 ~ 40.82%

%22.45
%36.73
%40.82

CMYK color model

#0B1214 color CMYK value is (45,10,0,92).

  • cyan value is 45.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(45,10,0,92)
C45M10Y0K92 
(45%,10%,0%,92%)
(0.45/0.10/0.00/0.92)	

CMYK percentages

%45
%10
%0
%92.16

Codes

Color #0B1214 in popluar color models

0B1214
RGB111820
HSL193°29.03%6.08%
HSB/HSV193°45.00%7.84%
CMYK45.00%10.00%0.00%
92.16%

Color #0B1214 in popluar number systems.

HEX0B1214
Decimal111820
Binary10111001010100
Octal132224

Shades and tints

Shades of #0B1214

#0B1214
(11,18,20)
#0A1113
(10,17,19)
#091012
(9,16,18)
#080F11
(8,15,17)
#070E10
(7,14,16)
#060D0F
(6,13,15)
#050C0E
(5,12,14)
#040B0D
(4,11,13)
#030A0C
(3,10,12)
#02090B
(2,9,11)
#01080A
(1,8,10)
#000000
(0,0,0)

Tints of #0B1214

#0B1214
(11,18,20)
#212729
(33,39,41)
#373C3E
(55,60,62)
#4D5153
(77,81,83)
#636668
(99,102,104)
#797B7D
(121,123,125)
#8F9092
(143,144,146)
#A5A5A7
(165,165,167)
#BBBABC
(187,186,188)
#D1CFD1
(209,207,209)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1214; }

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

This text font color is #0B1214.


Background Color

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

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

This div background color is #0B1214.


Border color

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

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

This div border color is #0B1214.


Opacity

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

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

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

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

This text has shadow with #0B1214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1214 on black background.


Color preview on white background

This text has color #0B1214 on white background.



Black color preview on #0B1214 background

This text has black color on #0B1214 background.


White color preview on #0B1214 background

This text has white color on #0B1214 background.