#41263C

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

Shades of Voodoo #41263C

Tints of Voodoo #41263C

Color information

#41263C (or 0x41263C) is unknown color: approx Voodoo. HEX triplet: 41, 26 and 3C. RGB value is (65,38,60). Sum of RGB (Red+Green+Blue) = 65+38+60=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #41263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41263C is #BED9C3. Grayscale: #303030. Windows color (decimal): -12507588 or 3941953. OLE color: 3941953.

HSL color Cylindrical-coordinate representation of color #41263C: hue angle of 311.11º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41263C is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB653860-
CMYK00.420.080.75
HSL311.11º26.21%20.2%-
HSV(B)311.11º41.54%25.49%-
XYZ3.692.844.63-
YUV48.58134.45139.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=39.88%
G=23.31%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65386000.420.080.75311.1126.2120.2
Hex41263C02A84B1371a14
Octal1014674052101134673224
Binary10000011001101111000101010100010010111001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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