#41313D

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

Shades of Voodoo #41313D

Tints of Voodoo #41313D

Color information

#41313D (or 0x41313D) is unknown color: approx Voodoo. HEX triplet: 41, 31 and 3D. RGB value is (65,49,61). Sum of RGB (Red+Green+Blue) = 65+49+61=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #41313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313D is #BECEC2. Grayscale: #373737. Windows color (decimal): -12504771 or 4010305. OLE color: 4010305.

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

Color convert

RGB654961-
CMYK00.250.060.75
HSL315º14.04%22.35%-
HSV(B)315º24.62%25.49%-
XYZ4.123.664.9-
YUV55.15131.3135.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=37.14%
G=28%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65496100.250.060.7531514.0422.35
Hex41313D01964B13be16
Octal101617503161134731626
Binary10000011100011111010110011101001011100111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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