Color Hex Logo

#30131e Color Hex

#30131E
(48,19,30)
0 Favorites   0 Comments

Color spaces of #30131e

RGB 481930
HSL0.940.430.13
HSV337°60°19°
CMYK 0.000.600.38   0.81
XYZ1.68611.18791.3687
Yxy1.18790.39740.2800
Hunter Lab10.89918.54080.1838
CIE-Lab10.467816.3168-0.8687

#30131e color RGB value is (48,19,30).

#30131e hex color red value is 48, green value is 19 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #30131e hue: 0.94 , saturation: 0.43 and the lightness value of 30131e is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010011 00011110
Octal 60 23 36
Decimal 48 19 30
Hex 30 13 1E

RGB Percentages of Color #30131e

%49.48
%19.59
%30.93

CMYK Percentages of Color #30131e

%0
%60
%38
%81

Triadic Colors of #30131e

#30131e #1e3013 #131e30

Analogous Colors of #30131e

#30131e #301713 #30132c

Monochromatic Colors of #30131e

#30131e

Complementary Color

#30131e #133025

#30131e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30131e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30131e Color CSS Codes

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

#30131e Text Font Color

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

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


#30131e Background Color

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

This div background color is #30131e


#30131e Border Color

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

This div border color is #30131e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30131e


Comments

No comments written yet.

Please login to write comment.