Color Hex Logo

#0b1311 Color Hex

#0B1311
(11,19,17)
0 Favorites   0 Comments

Color spaces of #0b1311

RGB 111917
HSL0.460.270.06
HSV165°42°
CMYK 0.420.000.11   0.93
XYZ0.47210.57740.6169
Yxy0.57740.28330.3465
Hunter Lab7.5987-2.20760.5056
CIE-Lab5.2156-3.14200.1686

#0b1311 color RGB value is (11,19,17).

#0b1311 hex color red value is 11, green value is 19 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #0b1311 hue: 0.46 , saturation: 0.27 and the lightness value of 0b1311 is 0.06.

The process color (four color CMYK) of #0b1311 color hex is 0.42, 0.00, 0.11, 0.93. Web safe color of #0b1311 is #000000. Color #0b1311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010011 00010001
Octal 13 23 21
Decimal 11 19 17
Hex B 13 11

RGB Percentages of Color #0b1311

%23.40
%40.43
%36.17

CMYK Percentages of Color #0b1311

%42
%0
%11
%93

Triadic Colors of #0b1311

#0b1311 #110b13 #13110b

Analogous Colors of #0b1311

#0b1311 #0b1113 #0b130d

Monochromatic Colors of #0b1311

#0b1311

Complementary Color

#0b1311 #130b0d

#0b1311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b1311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b1311 Color CSS Codes

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

#0b1311 Text Font Color

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

This sample text font color is #0b1311
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.


#0b1311 Background Color

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

This div background color is #0b1311


#0b1311 Border Color

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

This div border color is #0b1311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b1311


Comments

No comments written yet.

Please login to write comment.