Color Hex Logo

#30131c Color Hex

#30131C
(48,19,28)
0 Favorites   0 Comments

Color spaces of #30131c

RGB 481928
HSL0.950.430.13
HSV341°60°19°
CMYK 0.000.600.42   0.81
XYZ1.66141.17801.2384
Yxy1.17800.40740.2889
Hunter Lab10.85368.33000.8325
CIE-Lab10.394115.99480.5294

#30131c color RGB value is (48,19,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010011 00011100
Octal 60 23 34
Decimal 48 19 28
Hex 30 13 1C

RGB Percentages of Color #30131c

%50.53
%20.00
%29.47

CMYK Percentages of Color #30131c

%0
%60
%42
%81

Triadic Colors of #30131c

#30131c #1c3013 #131c30

Analogous Colors of #30131c

#30131c #301913 #30132b

Monochromatic Colors of #30131c

#30131c

Complementary Color

#30131c #133027

#30131c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30131c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30131c Color CSS Codes

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

#30131c Text Font Color

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

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


#30131c Background Color

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

This div background color is #30131c


#30131c Border Color

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

This div border color is #30131c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30131c


Comments

No comments written yet.

Please login to write comment.