Color Hex Logo

#301501 Color Hex

#301501
(48,21,1)
0 Favorites   0 Comments

Color spaces of #301501

RGB 48211
HSL0.070.960.10
HSV26°98°19°
CMYK 0.000.560.98   0.81
XYZ1.49261.16690.1753
Yxy1.16690.52650.4116
Hunter Lab10.80235.76006.5995
CIE-Lab10.310911.800715.2700

#301501 color RGB value is (48,21,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010101 00000001
Octal 60 25 1
Decimal 48 21 1
Hex 30 15 1

RGB Percentages of Color #301501

%68.57
%30.00
%1.43

CMYK Percentages of Color #301501

%0
%56
%98
%81

Triadic Colors of #301501

#301501 #013015 #150130

Analogous Colors of #301501

#301501 #302d01 #300104

Monochromatic Colors of #301501

#301501

Complementary Color

#301501 #011c30

#301501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301501 Color CSS Codes

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

#301501 Text Font Color

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

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


#301501 Background Color

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

This div background color is #301501


#301501 Border Color

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

This div border color is #301501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301501


Comments

No comments written yet.

Please login to write comment.