Color Hex Logo

#41000c Color Hex

#41000C
(65,0,12)
0 Favorites   0 Comments

Color spaces of #41000c

RGB 65012
HSL0.971.000.13
HSV349°100°25°
CMYK 0.001.000.82   0.75
XYZ2.24631.15040.4515
Yxy1.15040.58370.2989
Hunter Lab10.725718.61375.0121
CIE-Lab10.186330.615211.1046

#41000c color RGB value is (65,0,12).

#41000c hex color red value is 65, green value is 0 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #41000c hue: 0.97 , saturation: 1.00 and the lightness value of 41000c is 0.13.

The process color (four color CMYK) of #41000c color hex is 0.00, 1.00, 0.82, 0.75. Web safe color of #41000c is #330000. Color #41000c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000000 00001100
Octal 101 0 14
Decimal 65 0 12
Hex 41 0 C

RGB Percentages of Color #41000c

%84.42
%0.00
%15.58

CMYK Percentages of Color #41000c

%0
%100
%82
%75

Triadic Colors of #41000c

#41000c #0c4100 #000c41

Analogous Colors of #41000c

#41000c #411500 #41002d

Monochromatic Colors of #41000c

#41000c

Complementary Color

#41000c #004135

#41000c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41000c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41000c Color CSS Codes

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

#41000c Text Font Color

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

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


#41000c Background Color

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

This div background color is #41000c


#41000c Border Color

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

This div border color is #41000c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,0,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41000c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41000c;
  -webkit-box-shadow: 1px 1px 3px 2px #41000c;
  box-shadow:         1px 1px 3px 2px #41000c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41000c


Comments

No comments written yet.

Please login to write comment.