Color Hex Logo

#13000c Color Hex

#13000C
(19,0,12)
0 Favorites   0 Comments

Color spaces of #13000c

RGB 19012
HSL0.891.000.04
HSV322°100°
CMYK 0.001.000.37   0.93
XYZ0.33490.16500.3620
Yxy0.16500.38860.1914
Hunter Lab4.06207.6082-2.4404
CIE-Lab1.49047.2945-2.6081

#13000c color RGB value is (19,0,12).

#13000c hex color red value is 19, green value is 0 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #13000c hue: 0.89 , saturation: 1.00 and the lightness value of 13000c is 0.04.

The process color (four color CMYK) of #13000c color hex is 0.00, 1.00, 0.37, 0.93. Web safe color of #13000c is #000000. Color #13000c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000000 00001100
Octal 23 0 14
Decimal 19 0 12
Hex 13 0 C

RGB Percentages of Color #13000c

%61.29
%0.00
%38.71

CMYK Percentages of Color #13000c

%0
%100
%37
%93

Triadic Colors of #13000c

#13000c #0c1300 #000c13

Analogous Colors of #13000c

#13000c #130002 #110013

Monochromatic Colors of #13000c

#13000c

Complementary Color

#13000c #001307

#13000c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13000c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13000c Color CSS Codes

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

#13000c Text Font Color

<p style="color:#13000c">Text here</p>

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


#13000c Background Color

<div style="background-color:#13000c">
Div content here</div>

This div background color is #13000c


#13000c Border Color

<div style="border:3px solid #13000c">
Div here</div>

This div border color is #13000c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13000c


Comments

No comments written yet.

Please login to write comment.