#41343D

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

Shades of Voodoo #41343D

Tints of Voodoo #41343D

Color information

#41343D (or 0x41343D) is unknown color: approx Voodoo. HEX triplet: 41, 34 and 3D. RGB value is (65,52,61). Sum of RGB (Red+Green+Blue) = 65+52+61=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #41343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41343D is #BECBC2. Grayscale: #383838. Windows color (decimal): -12504003 or 4011073. OLE color: 4011073.

HSL color Cylindrical-coordinate representation of color #41343D: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #41343D is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB655261-
CMYK00.200.060.75
HSL318.46º11.11%22.94%-
HSV(B)318.46º20%25.49%-
XYZ4.253.924.95-
YUV56.91130.31133.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=36.52%
G=29.21%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65526100.200.060.75318.4611.1122.94
Hex41343D01464B13eb17
Octal101647502461134761327
Binary10000011101001111010101001101001011100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41343D; }

 p { color: rgb(65,52,61); }

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

<style>
 a { background-color: #41343D; }

 a { background-color: rgb(65,52,61); }

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

<style>
 span { border-color: #41343D; }

 span { border-color: rgb(65,52,61); }

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