#41293A

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

Shades of Voodoo #41293A

Tints of Voodoo #41293A

Color information

#41293A (or 0x41293A) is unknown color: approx Voodoo. HEX triplet: 41, 29 and 3A. RGB value is (65,41,58). Sum of RGB (Red+Green+Blue) = 65+41+58=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #41293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41293A is #BED6C5. Grayscale: #323232. Windows color (decimal): -12506822 or 3811649. OLE color: 3811649.

HSL color Cylindrical-coordinate representation of color #41293A: hue angle of 317.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41293A is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB654158-
CMYK00.370.110.75
HSL317.5º22.64%20.78%-
HSV(B)317.5º36.92%25.49%-
XYZ3.743.024.39-
YUV50.11132.45138.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=39.63%
G=25%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65415800.370.110.75317.522.6420.78
Hex41293A025B4B13e1715
Octal1015172045131134762725
Binary10000011010011110100100101101110010111001111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41293A; }

 p { color: rgb(65,41,58); }

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

<style>
 a { background-color: #41293A; }

 a { background-color: rgb(65,41,58); }

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

<style>
 span { border-color: #41293A; }

 span { border-color: rgb(65,41,58); }

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