Color Hex Logo

#301215 Color Hex

#301215
(48,18,21)
0 Favorites   0 Comments

Color spaces of #301215

RGB 481821
HSL0.980.450.13
HSV354°63°19°
CMYK 0.000.630.56   0.81
XYZ1.57061.11510.8419
Yxy1.11510.44520.3161
Hunter Lab10.55988.06922.6649
CIE-Lab9.915715.64845.0539

#301215 color RGB value is (48,18,21).

#301215 hex color red value is 48, green value is 18 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #301215 hue: 0.98 , saturation: 0.45 and the lightness value of 301215 is 0.13.

The process color (four color CMYK) of #301215 color hex is 0.00, 0.63, 0.56, 0.81. Web safe color of #301215 is #330000. Color #301215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010010 00010101
Octal 60 22 25
Decimal 48 18 21
Hex 30 12 15

RGB Percentages of Color #301215

%55.17
%20.69
%24.14

CMYK Percentages of Color #301215

%0
%63
%56
%81

Triadic Colors of #301215

#301215 #153012 #121530

Analogous Colors of #301215

#301215 #301e12 #301224

Monochromatic Colors of #301215

#301215

Complementary Color

#301215 #12302d

#301215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301215 Color CSS Codes

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

#301215 Text Font Color

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

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


#301215 Background Color

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

This div background color is #301215


#301215 Border Color

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

This div border color is #301215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301215


Comments

No comments written yet.

Please login to write comment.