#41313C

Color #41313C Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #41313C

Tints of Voodoo #41313C

Color information

#41313C (or 0x41313C) is unknown color: approx Voodoo. HEX triplet: 41, 31 and 3C. RGB value is (65,49,60). Sum of RGB (Red+Green+Blue) = 65+49+60=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #41313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313C is #BECEC3. Grayscale: #373737. Windows color (decimal): -12504772 or 3944769. OLE color: 3944769.

HSL color Cylindrical-coordinate representation of color #41313C: hue angle of 318.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #41313C is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB654960-
CMYK00.250.080.75
HSL318.75º14.04%22.35%-
HSV(B)318.75º24.62%25.49%-
XYZ4.093.654.76-
YUV55.04130.8135.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=37.36%
G=28.16%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65496000.250.080.75318.7514.0422.35
Hex41313C01984B13fe16
Octal1016174031101134771626
Binary100000111000111110001100110001001011100111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41313C; }

 p { color: rgb(65,49,60); }

 H1.HeaderClassName
 {
   color: #41313C;
 }
 .AnyTagClassName
 {
   color: #41313C;
 }
</style>
background-color css

<style>
 a { background-color: #41313C; }

 a { background-color: rgb(65,49,60); }

 div.DivClassName
 {
   background-color: #41313C;
 }
 .BgClassName
 {
   background-color: #41313C;
 }
</style>
border-color css

<style>
 span { border-color: #41313C; }

 span { border-color: rgb(65,49,60); }

 td.TdClassName
 {
   border-color: #41313C;
 }
 .TagClassName
 {
   border-color: #41313C;
 }
</style>