#41363E

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

Shades of Voodoo #41363E

Tints of Voodoo #41363E

Color information

#41363E (or 0x41363E) is unknown color: approx Voodoo. HEX triplet: 41, 36 and 3E. RGB value is (65,54,62). Sum of RGB (Red+Green+Blue) = 65+54+62=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #41363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41363E is #BEC9C1. Grayscale: #3A3A3A. Windows color (decimal): -12503490 or 4077121. OLE color: 4077121.

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

Color convert

RGB655462-
CMYK00.170.050.75
HSL316.36º9.24%23.33%-
HSV(B)316.36º16.92%25.49%-
XYZ4.374.115.12-
YUV58.2130.14132.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=35.91%
G=29.83%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65546200.170.050.75316.369.2423.33
Hex41363E01154B13c917
Octal101667602151134741127
Binary10000011101101111100100011011001011100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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