#41373E

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

Shades of Voodoo #41373E

Tints of Voodoo #41373E

Color information

#41373E (or 0x41373E) is unknown color: approx Voodoo. HEX triplet: 41, 37 and 3E. RGB value is (65,55,62). Sum of RGB (Red+Green+Blue) = 65+55+62=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #41373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41373E is #BEC8C1. Grayscale: #3A3A3A. Windows color (decimal): -12503234 or 4077377. OLE color: 4077377.

HSL color Cylindrical-coordinate representation of color #41373E: hue angle of 318º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #41373E is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB655562-
CMYK00.150.050.75
HSL318º8.33%23.53%-
HSV(B)318º15.38%25.49%-
XYZ4.424.25.14-
YUV58.79129.81132.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=35.71%
G=30.22%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65556200.150.050.753188.3323.53
Hex41373E0F54B13e818
Octal101677601751134761030
Binary1000001110111111110011111011001011100111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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