#441E3D

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

Shades of Voodoo #441E3D

Tints of Voodoo #441E3D

Color information

#441E3D (or 0x441E3D) is unknown color: approx Voodoo. HEX triplet: 44, 1E and 3D. RGB value is (68,30,61). Sum of RGB (Red+Green+Blue) = 68+30+61=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #441E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E3D is #BBE1C2. Grayscale: #2C2C2C. Windows color (decimal): -12313027 or 4005444. OLE color: 4005444.

HSL color Cylindrical-coordinate representation of color #441E3D: hue angle of 311.05º 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 #441E3D is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB683061-
CMYK00.560.100.73
HSL311.05º38.78%19.22%-
HSV(B)311.05º55.88%26.67%-
XYZ3.692.494.7-
YUV44.9137.09144.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=42.77%
G=18.87%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68306100.560.100.73311.0538.7819.22
Hex441E3D038A491372713
Octal1043675070121114674723
Binary10001001111011110101110001010100100110011011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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