Color Hex Logo

#321001 Color Hex

#321001
(50,16,1)
0 Favorites   0 Comments

Color spaces of #321001

RGB 50161
HSL0.050.960.10
HSV18°98°20°
CMYK 0.000.680.98   0.80
XYZ1.50621.05090.1522
Yxy1.05090.55590.3879
Hunter Lab10.25138.28666.2957
CIE-Lab9.408516.069714.0445

#321001 color RGB value is (50,16,1).

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

The process color (four color CMYK) of #321001 color hex is 0.00, 0.68, 0.98, 0.80. Web safe color of #321001 is #330000. Color #321001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010000 00000001
Octal 62 20 1
Decimal 50 16 1
Hex 32 10 1

RGB Percentages of Color #321001

%74.63
%23.88
%1.49

CMYK Percentages of Color #321001

%0
%68
%98
%80

Triadic Colors of #321001

#321001 #013210 #100132

Analogous Colors of #321001

#321001 #322901 #32010b

Monochromatic Colors of #321001

#321001

Complementary Color

#321001 #012332

#321001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321001 Color CSS Codes

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

#321001 Text Font Color

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

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


#321001 Background Color

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

This div background color is #321001


#321001 Border Color

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

This div border color is #321001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321001


Comments

No comments written yet.

Please login to write comment.