COLOR #0B020C

HEX: #0B020C RGB: (11,2,12)

Color info

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

RGB color model

#0B020C color RGB value is (11,2,12).

RGB: (11,2,12) (4%, 1%, 5%)

RGB channels and saturation

R 11 of 255 = 4%
G 2 of 255 = 1%
B 12 of 255 = 5%

11
2
12

R + G + B ~ 3%. #0B020C is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 2 + 12 = 25 (100%)
R 11 of 25 ~ 44%
G 2 of 25 ~ 8%
B 12 of 25 ~ 48'%

%44
%48

CMYK color model

#0B020C color CMYK value is (8,83,0,95).

  • cyan value is 8.33%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 95.29%

CMYK: (8,83,0,95)
C8M83Y0K95 (8%, 83%, 0%, 95%)
(0.08 / 0.83 / 0.00 / 0.95)

CMYK percentages

%8.33
%83.33
%0
%95.29

Codes

Color #0B020C in popluar color models

0B 02 0C
RGB 11 2 12
HSL 294° 71.43% 2.75%
HSB/HSV 294° 83.33% 4.71%
CMYK 8.33% 83.33% 0.00%
95.29%

Color #0B020C in popluar number systems.

HEX 0B 02 0C
Decimal 11 2 12
Binary 1011 10 1100
Octal 13 2 14

Shades and tints

Shades of #0B020C

#0B020C
(11,2,12)
#0A020B
(10,2,11)
#09020A
(9,2,10)
#080209
(8,2,9)
#070208
(7,2,8)
#060207
(6,2,7)
#050206
(5,2,6)
#040205
(4,2,5)
#030204
(3,2,4)
#020203
(2,2,3)
#010202
(1,2,2)
#000000
(0,0,0)

Tints of #0B020C

#0B020C
(11,2,12)
#211922
(33,25,34)
#373038
(55,48,56)
#4D474E
(77,71,78)
#635E64
(99,94,100)
#79757A
(121,117,122)
#8F8C90
(143,140,144)
#A5A3A6
(165,163,166)
#BBBABC
(187,186,188)
#D1D1D2
(209,209,210)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B020C; }

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

This text font color is #0B020C.

Background Color

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

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

This div background color is #0B020C.

Border color

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

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

This div border color is #0B020C.

Opacity

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

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

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

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

This text has shadow with #0B020C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B020C.

Preview

Color preview on black background

This text has color #0B020C on black background.


Color preview on white background

This text has color #0B020C on white background.


Black color preview on #0B020C background

This text has black color on #0B020C background.


White color preview on #0B020C background

This text has white color on #0B020C background.


Related colors

Complementary color

Complementary color for #hex is #F4FDF3.


I love getcolorcode.com

Triadic colors

1 #0C0B02 and #020C0B with #0B020C are triadic colors.

2 #0C020B and #020B0C with #0B020C are triadic colors.