Color Hex Logo

#300120 Color Hex

#300120
(48,1,32)
0 Favorites   0 Comments

Color spaces of #300120

RGB 48132
HSL0.890.960.10
HSV320°98°19°
CMYK 0.000.980.33   0.81
XYZ1.49050.75441.4336
Yxy0.75440.40520.2051
Hunter Lab8.685615.4317-3.7061
CIE-Lab6.814426.8130-7.8913

#300120 color RGB value is (48,1,32).

#300120 hex color red value is 48, green value is 1 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #300120 hue: 0.89 , saturation: 0.96 and the lightness value of 300120 is 0.10.

The process color (four color CMYK) of #300120 color hex is 0.00, 0.98, 0.33, 0.81. Web safe color of #300120 is #330033. Color #300120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000001 00100000
Octal 60 1 40
Decimal 48 1 32
Hex 30 1 20

RGB Percentages of Color #300120

%59.26
%1.23
%39.51

CMYK Percentages of Color #300120

%0
%98
%33
%81

Triadic Colors of #300120

#300120 #203001 #012030

Analogous Colors of #300120

#300120 #300108 #290130

Monochromatic Colors of #300120

#300120

Complementary Color

#300120 #013011

#300120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300120 Color CSS Codes

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

#300120 Text Font Color

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

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


#300120 Background Color

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

This div background color is #300120


#300120 Border Color

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

This div border color is #300120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300120


Comments

No comments written yet.

Please login to write comment.