Color Hex Logo

#300213 Color Hex

#300213
(48,2,19)
0 Favorites   0 Comments

Color spaces of #300213

RGB 48219
HSL0.940.920.10
HSV338°96°19°
CMYK 0.000.960.60   0.81
XYZ1.35820.71880.6833
Yxy0.71880.49200.2604
Hunter Lab8.478213.75871.1563
CIE-Lab6.492924.38091.4211

#300213 color RGB value is (48,2,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000010 00010011
Octal 60 2 23
Decimal 48 2 19
Hex 30 2 13

RGB Percentages of Color #300213

%69.57
%2.90
%27.54

CMYK Percentages of Color #300213

%0
%96
%60
%81

Triadic Colors of #300213

#300213 #133002 #021330

Analogous Colors of #300213

#300213 #300802 #30022a

Monochromatic Colors of #300213

#300213

Complementary Color

#300213 #02301f

#300213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#300213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#300213 Color CSS Codes

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

#300213 Text Font Color

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

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


#300213 Background Color

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

This div background color is #300213


#300213 Border Color

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

This div border color is #300213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #300213


Comments

No comments written yet.

Please login to write comment.