#41233B

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

Shades of Voodoo #41233B

Tints of Voodoo #41233B

Color information

#41233B (or 0x41233B) is unknown color: approx Voodoo. HEX triplet: 41, 23 and 3B. RGB value is (65,35,59). Sum of RGB (Red+Green+Blue) = 65+35+59=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #41233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41233B is #BEDCC4. Grayscale: #2E2E2E. Windows color (decimal): -12508357 or 3875649. OLE color: 3875649.

HSL color Cylindrical-coordinate representation of color #41233B: hue angle of 312º 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 #41233B is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB653559-
CMYK00.460.090.75
HSL312º30%19.61%-
HSV(B)312º46.15%25.49%-
XYZ3.572.644.46-
YUV46.71134.94141.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=40.88%
G=22.01%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65355900.460.090.753123019.61
Hex41233B02E94B1381e14
Octal1014373056111134703624
Binary10000011000111110110101110100110010111001110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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