Color Hex Logo

#330319 Color Hex

#330319
(51,3,25)
0 Favorites   0 Comments

Color spaces of #330319

RGB 51325
HSL0.920.890.11
HSV333°94°20°
CMYK 0.000.940.51   0.80
XYZ1.57330.83910.9987
Yxy0.83910.46120.2460
Hunter Lab9.160214.6275-0.0520
CIE-Lab7.579525.7910-1.2110

#330319 color RGB value is (51,3,25).

#330319 hex color red value is 51, green value is 3 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #330319 hue: 0.92 , saturation: 0.89 and the lightness value of 330319 is 0.11.

The process color (four color CMYK) of #330319 color hex is 0.00, 0.94, 0.51, 0.80. Web safe color of #330319 is #330000. Color #330319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000011 00011001
Octal 63 3 31
Decimal 51 3 25
Hex 33 3 19

RGB Percentages of Color #330319

%64.56
%3.80
%31.65

CMYK Percentages of Color #330319

%0
%94
%51
%80

Triadic Colors of #330319

#330319 #193303 #031933

Analogous Colors of #330319

#330319 #330503 #330331

Monochromatic Colors of #330319

#330319

Complementary Color

#330319 #03331d

#330319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330319 Color CSS Codes

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

#330319 Text Font Color

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

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


#330319 Background Color

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

This div background color is #330319


#330319 Border Color

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

This div border color is #330319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330319

#330319 Color Palettes


Comments

No comments written yet.

Please login to write comment.