#0f000b

#0f000b color hex

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

#0f000b rgb color chart

Color spaces of #0f000b

RGB 15011
HSL0.881.000.03
HSV316°100°
CMYK 0.001.000.27   0.94
XYZ0.25740.12570.3273
Yxy0.12570.36230.1769
Hunter Lab3.54546.7547-2.9916
CIE-Lab1.13545.6500-2.7239

Shades of #0f000b

Tints of #0f000b

RGB Percentages of Color #0f000b

%57.69
%0.00
%42.31

CMYK Percentages of Color #0f000b

%0
%100
%27
%94

#0f000b Color Info

#0f000b hex color red value is 15, green value is 0 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #0f000b hue: 0.88 , saturation: 1.00 and the lightness value of 0f000b is 0.03.

The process color (four color CMYK) of #0f000b hex color is 0.00, 1.00, 0.27, 0.94. Web safe color of #0f000b is #000000

Color #0f000b contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000000 00001011
Octal 17 0 13
Decimal 15 0 11
Hexadecimal F 0 B

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #0f000b

Triadic Colors of #0f000b

#0f000b #0b0e00 #000b0e

Analogous Colors of #0f000b

#0f000b #0e0003 #0b000e

Complementary Color of #0f000b

#0f000b #000e04

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

#0f000b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f000b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f000b Color CSS Codes

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

This sample text font color is #0f000b
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:#0f000b">Text here</p>
#0f000b background color

This div background color is #0f000b

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

This div border color is #0f000b

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

HTML Table Border #0f000b Color Sample
#0f000bborder color

CSS3 Examples

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

This text has shadow with rgb values.


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

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #0f000b

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f000b;
  -webkit-box-shadow: 1px 1px 3px 2px #0f000b;
  box-shadow:         1px 1px 3px 2px #0f000b;">
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