#441D3B

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

Shades of Voodoo #441D3B

Tints of Voodoo #441D3B

Color information

#441D3B (or 0x441D3B) is unknown color: approx Voodoo. HEX triplet: 44, 1D and 3B. RGB value is (68,29,59). Sum of RGB (Red+Green+Blue) = 68+29+59=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #441D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D3B is #BBE2C4. Grayscale: #2C2C2C. Windows color (decimal): -12313285 or 3874116. OLE color: 3874116.

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

Color convert

RGB682959-
CMYK00.570.130.73
HSL313.85º40.21%19.02%-
HSV(B)313.85º57.35%26.67%-
XYZ3.612.424.42-
YUV44.08136.42145.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 59 (23.44% from 255) = 37.82%
R=43.59%
G=18.59%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68295900.570.130.73313.8540.2119.02
Hex441D3B039D4913a2813
Octal1043573071151114725023
Binary10001001110111101101110011101100100110011101010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,29,59); }

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

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

 a { background-color: rgb(68,29,59); }

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

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

 span { border-color: rgb(68,29,59); }

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