#0d000d

#0d000d color hex

#0d000d hex color information.
RGB value of #0d000d is (13,0,13)
Change page background color to #0d000d | Reset

#0d000d rgb color chart

Color spaces of #0d000d

RGB 13013
HSL0.831.000.03
HSV300°100°
CMYK 0.001.000.00   0.95
XYZ0.23860.11460.3903
Yxy0.11460.32090.1541
Hunter Lab3.38536.6568-4.4661
CIE-Lab1.03525.3120-3.7978

Shades of #0d000d

Tints of #0d000d

RGB Percentages of Color #0d000d

%50.00
%0.00
%50.00

CMYK Percentages of Color #0d000d

%0
%100
%0
%95

#0d000d Color Info

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

The process color (four color CMYK) of #0d000d hex color is 0.00, 1.00, 0.00, 0.95. Web safe color of #0d000d is #000000

Color #0d000d contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00000000 00001101
Octal 15 0 15
Decimal 13 0 13
Hexadecimal D 0 D

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #0d000d

Triadic Colors of #0d000d

#0d000d #0c0d00 #000c0d

Analogous Colors of #0d000d

#0d000d #0d0006 #06000d

Complementary Color of #0d000d

#0d000d #000d00

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

#0d000d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d000d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d000d Color CSS Codes

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

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

This div background color is #0d000d

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

This div border color is #0d000d

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

HTML Table Border #0d000d Color Sample
#0d000dborder color

CSS3 Examples

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

This text has shadow with rgb values.


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

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #0d000d

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