Color Hex Logo

#030321 Color Hex

#030321
(3,3,33)
0 Favorites   0 Comments

Color spaces of #030321

RGB 3333
HSL0.670.830.07
HSV240°91°13°
CMYK 0.910.910.00   0.87
XYZ0.34460.19431.4582
Yxy0.19430.17260.0973
Hunter Lab4.40796.2407-16.5283
CIE-Lab1.75516.5511-16.8829

#030321 color RGB value is (3,3,33).

#030321 hex color red value is 3, green value is 3 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #030321 hue: 0.67 , saturation: 0.83 and the lightness value of 030321 is 0.07.

The process color (four color CMYK) of #030321 color hex is 0.91, 0.91, 0.00, 0.87. Web safe color of #030321 is #000033. Color #030321 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000011 00100001
Octal 3 3 41
Decimal 3 3 33
Hex 3 3 21

RGB Percentages of Color #030321

%7.69
%7.69
%84.62

CMYK Percentages of Color #030321

%91
%91
%0
%87

Triadic Colors of #030321

#030321 #210303 #032103

Analogous Colors of #030321

#030321 #120321 #031221

Monochromatic Colors of #030321

#030321

Complementary Color

#030321 #212103

#030321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#030321 Color CSS Codes

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

#030321 Text Font Color

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

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


#030321 Background Color

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

This div background color is #030321


#030321 Border Color

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

This div border color is #030321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #030321


Comments

No comments written yet.

Please login to write comment.