Color Hex Logo

#49001e Color Hex

#49001E
(73,0,30)
0 Favorites   0 Comments

Color spaces of #49001e

RGB 73030
HSL0.931.000.14
HSV335°100°29°
CMYK 0.001.000.59   0.71
XYZ2.98201.51021.3626
Yxy1.51020.50930.2579
Hunter Lab12.289021.80822.0283
CIE-Lab12.672834.10863.0021

#49001e color RGB value is (73,0,30).

#49001e hex color red value is 73, green value is 0 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #49001e hue: 0.93 , saturation: 1.00 and the lightness value of 49001e is 0.14.

The process color (four color CMYK) of #49001e color hex is 0.00, 1.00, 0.59, 0.71. Web safe color of #49001e is #330033. Color #49001e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000000 00011110
Octal 111 0 36
Decimal 73 0 30
Hex 49 0 1E

RGB Percentages of Color #49001e

%70.87
%0.00
%29.13

CMYK Percentages of Color #49001e

%0
%100
%59
%71

Triadic Colors of #49001e

#49001e #1e4900 #001e49

Analogous Colors of #49001e

#49001e #490700 #490042

Monochromatic Colors of #49001e

#49001e

Complementary Color

#49001e #00492b

#49001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49001e Color CSS Codes

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

#49001e Text Font Color

<p style="color:#49001e">Text here</p>

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


#49001e Background Color

<div style="background-color:#49001e">
Div content here</div>

This div background color is #49001e


#49001e Border Color

<div style="border:3px solid #49001e">
Div here</div>

This div border color is #49001e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,0,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49001e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49001e;
  -webkit-box-shadow: 1px 1px 3px 2px #49001e;
  box-shadow:         1px 1px 3px 2px #49001e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49001e


Comments

No comments written yet.

Please login to write comment.