Color Hex Logo

#0b211a Color Hex

#0B211A
(11,33,26)
0 Favorites   0 Comments

Color spaces of #0b211a

RGB 113326
HSL0.450.500.09
HSV161°67°13°
CMYK 0.670.000.21   0.87
XYZ0.86831.23341.1696
Yxy1.23340.26540.3770
Hunter Lab11.1059-5.47941.5300
CIE-Lab10.8015-11.00032.0807

#0b211a color RGB value is (11,33,26).

#0b211a hex color red value is 11, green value is 33 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #0b211a hue: 0.45 , saturation: 0.50 and the lightness value of 0b211a is 0.09.

The process color (four color CMYK) of #0b211a color hex is 0.67, 0.00, 0.21, 0.87. Web safe color of #0b211a is #003333. Color #0b211a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00100001 00011010
Octal 13 41 32
Decimal 11 33 26
Hex B 21 1A

RGB Percentages of Color #0b211a

%15.71
%47.14
%37.14

CMYK Percentages of Color #0b211a

%67
%0
%21
%87

Triadic Colors of #0b211a

#0b211a #1a0b21 #211a0b

Analogous Colors of #0b211a

#0b211a #0b1d21 #0b210f

Monochromatic Colors of #0b211a

#0b211a

Complementary Color

#0b211a #210b12

#0b211a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b211a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b211a Color CSS Codes

.mybgcolor {background-color:#0b211a; } 
.myforecolor {color:#0b211a; }
.mybordercolor {border:3px solid #0b211a; }

#0b211a Text Font Color

<p style="color:#0b211a">Text here</p>

This sample text font color is #0b211a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0b211a Background Color

<div style="background-color:#0b211a">
Div content here</div>

This div background color is #0b211a


#0b211a Border Color

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

This div border color is #0b211a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,33,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b211a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b211a;
  -webkit-box-shadow: 1px 1px 3px 2px #0b211a;
  box-shadow:         1px 1px 3px 2px #0b211a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,33,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0b211a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0b211a;
  -webkit-box-shadow: 1px 1px 3px 2px #0b211a;
  box-shadow:         1px 1px 3px 2px #0b211a;">
Div content here</div>

This div box has shadow with color #0b211a


Comments

No comments written yet.

Please login to write comment.