#41233C

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

Shades of Voodoo #41233C

Tints of Voodoo #41233C

Color information

#41233C (or 0x41233C) is unknown color: approx Voodoo. HEX triplet: 41, 23 and 3C. RGB value is (65,35,60). Sum of RGB (Red+Green+Blue) = 65+35+60=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #41233C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41233C is #BEDCC3. Grayscale: #2E2E2E. Windows color (decimal): -12508356 or 3941185. OLE color: 3941185.

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

Color convert

RGB653560-
CMYK00.460.080.75
HSL310º30%19.61%-
HSV(B)310º46.15%25.49%-
XYZ3.62.654.6-
YUV46.82135.44140.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=40.62%
G=21.88%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65356000.460.080.753103019.61
Hex41233C02E84B1361e14
Octal1014374056101134663624
Binary10000011000111111000101110100010010111001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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