#41363F

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

Shades of Voodoo #41363F

Tints of Voodoo #41363F

Color information

#41363F (or 0x41363F) is unknown color: approx Voodoo. HEX triplet: 41, 36 and 3F. RGB value is (65,54,63). Sum of RGB (Red+Green+Blue) = 65+54+63=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #41363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41363F is #BEC9C0. Grayscale: #3A3A3A. Windows color (decimal): -12503489 or 4142657. OLE color: 4142657.

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

Color convert

RGB655463-
CMYK00.170.030.75
HSL310.91º9.24%23.33%-
HSV(B)310.91º16.92%25.49%-
XYZ4.44.125.27-
YUV58.32130.64132.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 63 (25% from 255) = 34.62%
R=35.71%
G=29.67%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65546300.170.030.75310.919.2423.33
Hex41363F01134B137917
Octal101667702131134671127
Binary1000001110110111111010001111001011100110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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