#443842

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

Shades of Voodoo #443842

Tints of Voodoo #443842

Color information

#443842 (or 0x443842) is unknown color: approx Voodoo. HEX triplet: 44, 38 and 42. RGB value is (68,56,66). Sum of RGB (Red+Green+Blue) = 68+56+66=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 68 - color contains mainly: red. Hex color #443842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443842 is #BBC7BD. Grayscale: #3C3C3C. Windows color (decimal): -12306366 or 4339780. OLE color: 4339780.

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

Color convert

RGB685666-
CMYK00.180.030.73
HSL310º9.68%24.31%-
HSV(B)310º17.65%26.67%-
XYZ4.784.455.76-
YUV60.73130.98133.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=35.79%
G=29.47%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68566600.180.030.733109.6824.31
Hex443842012349136a18
Octal1047010202231114661230
Binary10001001110001000010010010111001001100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443842; }

 p { color: rgb(68,56,66); }

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

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

 a { background-color: rgb(68,56,66); }

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

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

 span { border-color: rgb(68,56,66); }

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