Color Hex Logo

#300313 Color Hex

#300313
(48,3,19)
1 Favorites   0 Comments

Color spaces of #300313

RGB 48319
HSL0.940.880.10
HSV339°94°19°
CMYK 0.000.940.60   0.81
XYZ1.36900.74050.6869
Yxy0.74050.48960.2648
Hunter Lab8.605213.33831.2909
CIE-Lab6.688923.85671.7075

#300313 color RGB value is (48,3,19).

#300313 hex color red value is 48, green value is 3 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #300313 hue: 0.94 , saturation: 0.88 and the lightness value of 300313 is 0.10.

The process color (four color CMYK) of #300313 color hex is 0.00, 0.94, 0.60, 0.81. Web safe color of #300313 is #330000. Color #300313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000011 00010011
Octal 60 3 23
Decimal 48 3 19
Hex 30 3 13

RGB Percentages of Color #300313

%68.57
%4.29
%27.14

CMYK Percentages of Color #300313

%0
%94
%60
%81

Triadic Colors of #300313

#300313 #133003 #031330

Analogous Colors of #300313

#300313 #300a03 #30032a

Monochromatic Colors of #300313

#300313

Complementary Color

#300313 #033020

#300313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300313 Color CSS Codes

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

#300313 Text Font Color

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

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


#300313 Background Color

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

This div background color is #300313


#300313 Border Color

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

This div border color is #300313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300313


Comments

No comments written yet.

Please login to write comment.