#441E3A

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

Shades of Voodoo #441E3A

Tints of Voodoo #441E3A

Color information

#441E3A (or 0x441E3A) is unknown color: approx Voodoo. HEX triplet: 44, 1E and 3A. RGB value is (68,30,58). Sum of RGB (Red+Green+Blue) = 68+30+58=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #441E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E3A is #BBE1C5. Grayscale: #2C2C2C. Windows color (decimal): -12313030 or 3808836. OLE color: 3808836.

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

Color convert

RGB683058-
CMYK00.560.150.73
HSL315.79º38.78%19.22%-
HSV(B)315.79º55.88%26.67%-
XYZ3.612.464.29-
YUV44.55135.59144.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 58 (23.05% from 255) = 37.18%
R=43.59%
G=19.23%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68305800.560.150.73315.7938.7819.22
Hex441E3A038F4913c2713
Octal1043672070171114744723
Binary10001001111011101001110001111100100110011110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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