#41323F

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

Shades of Voodoo #41323F

Tints of Voodoo #41323F

Color information

#41323F (or 0x41323F) is unknown color: approx Voodoo. HEX triplet: 41, 32 and 3F. RGB value is (65,50,63). Sum of RGB (Red+Green+Blue) = 65+50+63=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #41323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41323F is #BECDC0. Grayscale: #373737. Windows color (decimal): -12504513 or 4141633. OLE color: 4141633.

HSL color Cylindrical-coordinate representation of color #41323F: hue angle of 308º 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 #41323F is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB655063-
CMYK00.230.030.75
HSL308º13.04%22.55%-
HSV(B)308º23.08%25.49%-
XYZ4.223.765.21-
YUV55.97131.97134.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 63 (25% from 255) = 35.39%
R=36.52%
G=28.09%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65506300.230.030.7530813.0422.55
Hex41323F01734B134d17
Octal101627702731134641527
Binary1000001110010111111010111111001011100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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