Color Hex Logo

#30001e Color Hex

#30001E
(48,0,30)
0 Favorites   0 Comments

Color spaces of #30001e

RGB 48030
HSL0.901.000.09
HSV323°100°19°
CMYK 0.001.000.38   0.81
XYZ1.45330.72211.2911
Yxy0.72210.41920.2083
Hunter Lab8.497615.6569-3.0599
CIE-Lab6.522727.0206-6.7746

#30001e color RGB value is (48,0,30).

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

The process color (four color CMYK) of #30001e color hex is 0.00, 1.00, 0.38, 0.81. Web safe color of #30001e is #330033. Color #30001e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000000 00011110
Octal 60 0 36
Decimal 48 0 30
Hex 30 0 1E

RGB Percentages of Color #30001e

%61.54
%0.00
%38.46

CMYK Percentages of Color #30001e

%0
%100
%38
%81

Triadic Colors of #30001e

#30001e #1e3000 #001e30

Analogous Colors of #30001e

#30001e #300006 #2a0030

Monochromatic Colors of #30001e

#30001e

Complementary Color

#30001e #003012

#30001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30001e Color CSS Codes

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

#30001e Text Font Color

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

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


#30001e Background Color

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

This div background color is #30001e


#30001e Border Color

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

This div border color is #30001e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,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 #30001e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30001e


Comments

No comments written yet.

Please login to write comment.