#441E3F

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

Shades of Voodoo #441E3F

Tints of Voodoo #441E3F

Color information

#441E3F (or 0x441E3F) is unknown color: approx Voodoo. HEX triplet: 44, 1E and 3F. RGB value is (68,30,63). Sum of RGB (Red+Green+Blue) = 68+30+63=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #441E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E3F is #BBE1C0. Grayscale: #2D2D2D. Windows color (decimal): -12313025 or 4136516. OLE color: 4136516.

HSL color Cylindrical-coordinate representation of color #441E3F: hue angle of 307.89º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E3F is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB683063-
CMYK00.560.070.73
HSL307.89º38.78%19.22%-
HSV(B)307.89º55.88%26.67%-
XYZ3.752.524.99-
YUV45.12138.09144.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 63 (25% from 255) = 39.13%
R=42.24%
G=18.63%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68306300.560.070.73307.8938.7819.22
Hex441E3F0387491342713
Octal104367707071114644723
Binary1000100111101111110111000111100100110011010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441E3F; }

 p { color: rgb(68,30,63); }

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

<style>
 a { background-color: #441E3F; }

 a { background-color: rgb(68,30,63); }

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

<style>
 span { border-color: #441E3F; }

 span { border-color: rgb(68,30,63); }

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