Color Hex Logo

#330115 Color Hex

#330115
(51,1,21)
1 Favorites   0 Comments

Color spaces of #330115

RGB 51121
HSL0.930.960.10
HSV336°98°20°
CMYK 0.000.980.59   0.80
XYZ1.51150.77970.7803
Yxy0.77970.49210.2538
Hunter Lab8.830115.10240.9417
CIE-Lab7.043026.41290.9821

#330115 color RGB value is (51,1,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000001 00010101
Octal 63 1 25
Decimal 51 1 21
Hex 33 1 15

RGB Percentages of Color #330115

%69.86
%1.37
%28.77

CMYK Percentages of Color #330115

%0
%98
%59
%80

Triadic Colors of #330115

#330115 #153301 #011533

Analogous Colors of #330115

#330115 #330601 #33012e

Monochromatic Colors of #330115

#330115

Complementary Color

#330115 #01331f

#330115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#330115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#330115 Color CSS Codes

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

#330115 Text Font Color

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

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


#330115 Background Color

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

This div background color is #330115


#330115 Border Color

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

This div border color is #330115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #330115


Comments

No comments written yet.

Please login to write comment.