#41323C

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

Shades of Voodoo #41323C

Tints of Voodoo #41323C

Color information

#41323C (or 0x41323C) is unknown color: approx Voodoo. HEX triplet: 41, 32 and 3C. RGB value is (65,50,60). Sum of RGB (Red+Green+Blue) = 65+50+60=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #41323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41323C is #BECDC3. Grayscale: #373737. Windows color (decimal): -12504516 or 3945025. OLE color: 3945025.

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

Color convert

RGB655060-
CMYK00.230.080.75
HSL320º13.04%22.55%-
HSV(B)320º23.08%25.49%-
XYZ4.143.734.78-
YUV55.62130.47134.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=37.14%
G=28.57%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65506000.230.080.7532013.0422.55
Hex41323C01784B140d17
Octal1016274027101135001527
Binary100000111001011110001011110001001011101000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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