#41323E

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

Shades of Voodoo #41323E

Tints of Voodoo #41323E

Color information

#41323E (or 0x41323E) is unknown color: approx Voodoo. HEX triplet: 41, 32 and 3E. RGB value is (65,50,62). Sum of RGB (Red+Green+Blue) = 65+50+62=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #41323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41323E is #BECDC1. Grayscale: #373737. Windows color (decimal): -12504514 or 4076097. OLE color: 4076097.

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

Color convert

RGB655062-
CMYK00.230.050.75
HSL312º13.04%22.55%-
HSV(B)312º23.08%25.49%-
XYZ4.193.755.06-
YUV55.85131.47134.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=36.72%
G=28.25%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65506200.230.050.7531213.0422.55
Hex41323E01754B138d17
Octal101627602751134701527
Binary10000011100101111100101111011001011100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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