Color Hex Logo

#30090e Color Hex

#30090E
(48,9,14)
0 Favorites   0 Comments

Color spaces of #30090e

RGB 48914
HSL0.980.680.11
HSV352°81°19°
CMYK 0.000.810.71   0.81
XYZ1.39590.85550.5070
Yxy0.85550.50610.3101
Hunter Lab9.249310.75273.2246
CIE-Lab7.727720.17086.0717

#30090e color RGB value is (48,9,14).

#30090e hex color red value is 48, green value is 9 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #30090e hue: 0.98 , saturation: 0.68 and the lightness value of 30090e is 0.11.

The process color (four color CMYK) of #30090e color hex is 0.00, 0.81, 0.71, 0.81. Web safe color of #30090e is #330000. Color #30090e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00001001 00001110
Octal 60 11 16
Decimal 48 9 14
Hex 30 9 E

RGB Percentages of Color #30090e

%67.61
%12.68
%19.72

CMYK Percentages of Color #30090e

%0
%81
%71
%81

Triadic Colors of #30090e

#30090e #0e3009 #090e30

Analogous Colors of #30090e

#30090e #301809 #300922

Monochromatic Colors of #30090e

#30090e

Complementary Color

#30090e #09302b

#30090e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30090e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30090e Color CSS Codes

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

#30090e Text Font Color

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

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


#30090e Background Color

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

This div background color is #30090e


#30090e Border Color

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

This div border color is #30090e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,9,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30090e


Comments

No comments written yet.

Please login to write comment.