#443641

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

Shades of Voodoo #443641

Tints of Voodoo #443641

Color information

#443641 (or 0x443641) is unknown color: approx Voodoo. HEX triplet: 44, 36 and 41. RGB value is (68,54,65). Sum of RGB (Red+Green+Blue) = 68+54+65=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 68 - color contains mainly: red. Hex color #443641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443641 is #BBC9BE. Grayscale: #3B3B3B. Windows color (decimal): -12306879 or 4273732. OLE color: 4273732.

HSL color Cylindrical-coordinate representation of color #443641: hue angle of 312.86º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #443641 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB685465-
CMYK00.210.040.73
HSL312.86º11.48%23.92%-
HSV(B)312.86º20.59%26.67%-
XYZ4.664.255.58-
YUV59.44131.14134.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=36.36%
G=28.88%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68546500.210.040.73312.8611.4823.92
Hex443641015449139b18
Octal1046610102541114711330
Binary100010011011010000010101011001001001100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443641; }

 p { color: rgb(68,54,65); }

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

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

 a { background-color: rgb(68,54,65); }

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

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

 span { border-color: rgb(68,54,65); }

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