#41313E

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

Shades of Voodoo #41313E

Tints of Voodoo #41313E

Color information

#41313E (or 0x41313E) is unknown color: approx Voodoo. HEX triplet: 41, 31 and 3E. RGB value is (65,49,62). Sum of RGB (Red+Green+Blue) = 65+49+62=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #41313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313E is #BECEC1. Grayscale: #373737. Windows color (decimal): -12504770 or 4075841. OLE color: 4075841.

HSL color Cylindrical-coordinate representation of color #41313E: hue angle of 311.25º 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 #41313E is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB654962-
CMYK00.250.050.75
HSL311.25º14.04%22.35%-
HSV(B)311.25º24.62%25.49%-
XYZ4.153.675.05-
YUV55.27131.8134.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=36.93%
G=27.84%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65496200.250.050.75311.2514.0422.35
Hex41313E01954B137e16
Octal101617603151134671626
Binary10000011100011111100110011011001011100110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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