Color Hex Logo

#01321b Color Hex

#01321B
(1,50,27)
0 Favorites   0 Comments

Color spaces of #01321b

RGB 15027
HSL0.420.960.10
HSV152°98°20°
CMYK 0.980.000.46   0.80
XYZ1.35092.36681.4225
Yxy2.36680.26280.4604
Hunter Lab15.3844-11.24875.2869
CIE-Lab17.3052-22.441710.3184

#01321b color RGB value is (1,50,27).

#01321b hex color red value is 1, green value is 50 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #01321b hue: 0.42 , saturation: 0.96 and the lightness value of 01321b is 0.10.

The process color (four color CMYK) of #01321b color hex is 0.98, 0.00, 0.46, 0.80. Web safe color of #01321b is #003333. Color #01321b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110010 00011011
Octal 1 62 33
Decimal 1 50 27
Hex 1 32 1B

RGB Percentages of Color #01321b

%1.28
%64.10
%34.62

CMYK Percentages of Color #01321b

%98
%0
%46
%80

Triadic Colors of #01321b

#01321b #1b0132 #321b01

Analogous Colors of #01321b

#01321b #013132 #013203

Monochromatic Colors of #01321b

#01321b

Complementary Color

#01321b #320118

#01321b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01321b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01321b Color CSS Codes

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

#01321b Text Font Color

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

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


#01321b Background Color

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

This div background color is #01321b


#01321b Border Color

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

This div border color is #01321b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,50,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01321b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01321b;
  -webkit-box-shadow: 1px 1px 3px 2px #01321b;
  box-shadow:         1px 1px 3px 2px #01321b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01321b


Comments

No comments written yet.

Please login to write comment.