#0b150f

#0b150f color hex

#0b150f hex color information.
RGB value of #0b150f is (11,21,15)
Change page background color to #0b150f | Reset

#0b150f rgb color chart

Color spaces of #0b150f

RGB 112115
HSL0.400.310.06
HSV144°48°
CMYK 0.480.000.29   0.92
XYZ0.49240.64200.5499
Yxy0.64200.29230.3812
Hunter Lab8.0125-3.05231.5396
CIE-Lab5.7991-4.82562.1331

Shades of #0b150f

Tints of #0b150f

RGB Percentages of Color #0b150f

%23.40
%44.68
%31.91

CMYK Percentages of Color #0b150f

%48
%0
%29
%92

#0b150f Color Info

#0b150f hex color red value is 11, green value is 21 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #0b150f hue: 0.40 , saturation: 0.31 and the lightness value of 0b150f is 0.06.

The process color (four color CMYK) of #0b150f hex color is 0.48, 0.00, 0.29, 0.92. Web safe color of #0b150f is #000000

Color #0b150f contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00010101 00001111
Octal 13 25 17
Decimal 11 21 15
Hexadecimal B 15 F

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #0b150f

Triadic Colors of #0b150f

#0b150f #0f0b15 #150f0b

Analogous Colors of #0b150f

#0b150f #0b1514 #0c150b

Complementary Color of #0b150f

#0b150f #150b10

#0b150f HSL Color Chart
#0b150f hsl color chart
#0b150f RGB Color Chart

#0b150f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b150f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b150f Color CSS Codes

.mybgcolor {background-color:#0b150f; } 
.myforecolor {color:#0b150f; }
.mybordercolor {border:3px solid #0b150f; }
Sample text font color #0b150f

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

html code
<p style="color:#0b150f">Text here</p>
#0b150f background color

This div background color is #0b150f

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

This div border color is #0b150f

<div style="border:3px solid #0b150f">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #0b150f Color Sample
#0b150fborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(11,21,15, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #0b150f; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #0b150f;
  -webkit-box-shadow: 1px 1px 3px 2px #0b150f;
  box-shadow:         1px 1px 3px 2px #0b150f; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(11,21,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0b150f">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #0b150f

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top