#41353F

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

Shades of Voodoo #41353F

Tints of Voodoo #41353F

Color information

#41353F (or 0x41353F) is unknown color: approx Voodoo. HEX triplet: 41, 35 and 3F. RGB value is (65,53,63). Sum of RGB (Red+Green+Blue) = 65+53+63=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #41353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41353F is #BECAC0. Grayscale: #393939. Windows color (decimal): -12503745 or 4142401. OLE color: 4142401.

HSL color Cylindrical-coordinate representation of color #41353F: hue angle of 310º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #41353F is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB655363-
CMYK00.180.030.75
HSL310º10.17%23.14%-
HSV(B)310º18.46%25.49%-
XYZ4.354.035.25-
YUV57.73130.98133.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 63 (25% from 255) = 34.81%
R=35.91%
G=29.28%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65536300.180.030.7531010.1723.14
Hex41353F01234B136a17
Octal101657702231134661227
Binary1000001110101111111010010111001011100110110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41353F; }

 p { color: rgb(65,53,63); }

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

<style>
 a { background-color: #41353F; }

 a { background-color: rgb(65,53,63); }

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

<style>
 span { border-color: #41353F; }

 span { border-color: rgb(65,53,63); }

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