Color Hex Logo

#30081e Color Hex

#30081E
(48,8,30)
1 Favorites   0 Comments

Color spaces of #30081e

RGB 48830
HSL0.910.710.11
HSV327°83°19°
CMYK 0.000.830.38   0.81
XYZ1.54010.89581.3200
Yxy0.89580.41000.2385
Hunter Lab9.464712.4825-1.6437
CIE-Lab8.091422.6820-4.4078

#30081e color RGB value is (48,8,30).

#30081e hex color red value is 48, green value is 8 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #30081e hue: 0.91 , saturation: 0.71 and the lightness value of 30081e is 0.11.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001000 00011110
Octal 60 10 36
Decimal 48 8 30
Hex 30 8 1E

RGB Percentages of Color #30081e

%55.81
%9.30
%34.88

CMYK Percentages of Color #30081e

%0
%83
%38
%81

Triadic Colors of #30081e

#30081e #1e3008 #081e30

Analogous Colors of #30081e

#30081e #30080a #2e0830

Monochromatic Colors of #30081e

#30081e

Complementary Color

#30081e #08301a

#30081e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30081e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30081e Color CSS Codes

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

#30081e Text Font Color

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

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


#30081e Background Color

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

This div background color is #30081e


#30081e Border Color

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

This div border color is #30081e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30081e


Comments

No comments written yet.

Please login to write comment.