COLOR #0B1202

HEX: #0B1202 RGB: (11,18,2)

Color info

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

RGB color model

#0B1202 color RGB value is (11,18,2).

RGB: (11,18,2) (4%, 7%, 1%)

RGB channels and saturation

R 11 of 255 = 4%
G 18 of 255 = 7%
B 2 of 255 = 1%

11
18
2

R + G + B ~ 4%. #0B1202 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 18 + 2 = 31 (100%)
R 11 of 31 ~ 35.48%
G 18 of 31 ~ 58.06%
B 2 of 31 ~ 6.45'%

%35.48
%58.06

CMYK color model

#0B1202 color CMYK value is (39,0,89,93).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 92.94%
CMYK: (39,0,89,93) C39M0Y89K93 (39%,0%,89%,93%) (0.39/0.00/0.89/0.93) 

CMYK percentages

%38.89
%0
%88.89
%92.94

Codes

Color #0B1202 in popluar color models

0B 12 02
RGB 11 18 2
HSL 86° 80.00% 3.92%
HSB/HSV 86° 88.89% 7.06%
CMYK 38.89% 0.00% 88.89%
92.94%

Color #0B1202 in popluar number systems.

HEX 0B 12 02
Decimal 11 18 2
Binary 1011 10010 10
Octal 13 22 2

Shades and tints

Shades of #0B1202

#0B1202
(11,18,2)
#0A1102
(10,17,2)
#091002
(9,16,2)
#080F02
(8,15,2)
#070E02
(7,14,2)
#060D02
(6,13,2)
#050C02
(5,12,2)
#040B02
(4,11,2)
#030A02
(3,10,2)
#020902
(2,9,2)
#010802
(1,8,2)
#000000
(0,0,0)

Tints of #0B1202

#0B1202
(11,18,2)
#212719
(33,39,25)
#373C30
(55,60,48)
#4D5147
(77,81,71)
#63665E
(99,102,94)
#797B75
(121,123,117)
#8F908C
(143,144,140)
#A5A5A3
(165,165,163)
#BBBABA
(187,186,186)
#D1CFD1
(209,207,209)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1202; }

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

This text font color is #0B1202.

Background Color

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

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

This div background color is #0B1202.

Border color

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

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

This div border color is #0B1202.

Opacity

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

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

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

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

This text has shadow with #0B1202 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1202.

Preview

Color preview on black background

This text has color #0B1202 on black background.


Color preview on white background

This text has color #0B1202 on white background.


Black color preview on #0B1202 background

This text has black color on #0B1202 background.


White color preview on #0B1202 background

This text has white color on #0B1202 background.


Related colors

Complementary color

Complementary color for #hex is #F4EDFD.


I love getcolorcode.com

Triadic colors

1 #020B12 and #12020B with #0B1202 are triadic colors.

2 #02120B and #120B02 with #0B1202 are triadic colors.