#41203B

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

Shades of Voodoo #41203B

Tints of Voodoo #41203B

Color information

#41203B (or 0x41203B) is unknown color: approx Voodoo. HEX triplet: 41, 20 and 3B. RGB value is (65,32,59). Sum of RGB (Red+Green+Blue) = 65+32+59=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #41203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41203B is #BEDFC4. Grayscale: #2C2C2C. Windows color (decimal): -12509125 or 3874881. OLE color: 3874881.

HSL color Cylindrical-coordinate representation of color #41203B: hue angle of 310.91º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41203B is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB653259-
CMYK00.510.090.75
HSL310.91º34.02%19.02%-
HSV(B)310.91º50.77%25.49%-
XYZ3.492.474.43-
YUV44.94135.93142.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 59 (23.44% from 255) = 37.82%
R=41.67%
G=20.51%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65325900.510.090.75310.9134.0219.02
Hex41203B03394B1372213
Octal1014073063111134674223
Binary100000110000011101101100111001100101110011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41203B; }

 p { color: rgb(65,32,59); }

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

<style>
 a { background-color: #41203B; }

 a { background-color: rgb(65,32,59); }

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

<style>
 span { border-color: #41203B; }

 span { border-color: rgb(65,32,59); }

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