COLOR #0B0215

HEX: #0B0215 RGB: (11,2,21)

Color info

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

RGB color model

#0B0215 color RGB value is (11,2,21).

RGB: (11,2,21) (4%, 1%, 8%)

RGB channels and saturation

R 11 of 255 = 4%
G 2 of 255 = 1%
B 21 of 255 = 8%

11
2
21

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

Portions of RGB colors in percentages

R + G + B = 11 + 2 + 21 = 34 (100%)
R 11 of 34 ~ 32.35%
G 2 of 34 ~ 5.88%
B 21 of 34 ~ 61.76'%

%32.35
%61.76

CMYK color model

#0B0215 color CMYK value is (48,90,0,92).

  • cyan value is 47.62%
  • magenta value is 90.48%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (48,90,0,92)
C48M90Y0K92 (48%, 90%, 0%, 92%)
(0.48 / 0.90 / 0.00 / 0.92)

CMYK percentages

%47.62
%90.48
%0
%91.76

Codes

Color #0B0215 in popluar color models

0B 02 15
RGB 11 2 21
HSL 268° 82.61% 4.51%
HSB/HSV 268° 90.48% 8.24%
CMYK 47.62% 90.48% 0.00%
91.76%

Color #0B0215 in popluar number systems.

HEX 0B 02 15
Decimal 11 2 21
Binary 1011 10 10101
Octal 13 2 25

Shades and tints

Shades of #0B0215

#0B0215
(11,2,21)
#0A0214
(10,2,20)
#090213
(9,2,19)
#080212
(8,2,18)
#070211
(7,2,17)
#060210
(6,2,16)
#05020F
(5,2,15)
#04020E
(4,2,14)
#03020D
(3,2,13)
#02020C
(2,2,12)
#01020B
(1,2,11)
#000000
(0,0,0)

Tints of #0B0215

#0B0215
(11,2,21)
#21192A
(33,25,42)
#37303F
(55,48,63)
#4D4754
(77,71,84)
#635E69
(99,94,105)
#79757E
(121,117,126)
#8F8C93
(143,140,147)
#A5A3A8
(165,163,168)
#BBBABD
(187,186,189)
#D1D1D2
(209,209,210)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0215; }

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

This text font color is #0B0215.

Background Color

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

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

This div background color is #0B0215.

Border color

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

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

This div border color is #0B0215.

Opacity

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

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

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

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

This text has shadow with #0B0215 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0215.

Preview

Color preview on black background

This text has color #0B0215 on black background.


Color preview on white background

This text has color #0B0215 on white background.


Black color preview on #0B0215 background

This text has black color on #0B0215 background.


White color preview on #0B0215 background

This text has white color on #0B0215 background.


Related colors

Complementary color

Complementary color for #hex is #F4FDEA.


I love getcolorcode.com

Triadic colors

1 #150B02 and #02150B with #0B0215 are triadic colors.

2 #15020B and #020B15 with #0B0215 are triadic colors.