Color Hex Logo

#013015 Color Hex

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

Color spaces of #013015

RGB 14821
HSL0.400.960.10
HSV146°98°19°
CMYK 0.980.000.56   0.81
XYZ1.20482.17451.0657
Yxy2.17450.27100.4892
Hunter Lab14.7462-11.22196.0375
CIE-Lab16.3776-22.977313.0420

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

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

The process color (four color CMYK) of #013015 color hex is 0.98, 0.00, 0.56, 0.81. Web safe color of #013015 is #003300. Color #013015 contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #013015

%1.43
%68.57
%30.00

CMYK Percentages of Color #013015

%98
%0
%56
%81

Triadic Colors of #013015

#013015 #150130 #301501

Analogous Colors of #013015

#013015 #01302d #043001

Monochromatic Colors of #013015

#013015

Complementary Color

#013015 #30011c

#013015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013015 Color CSS Codes

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

#013015 Text Font Color

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

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


#013015 Background Color

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

This div background color is #013015


#013015 Border Color

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

This div border color is #013015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013015


Comments

No comments written yet.

Please login to write comment.