#443342

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

Shades of Voodoo #443342

Tints of Voodoo #443342

Color information

#443342 (or 0x443342) is unknown color: approx Voodoo. HEX triplet: 44, 33 and 42. RGB value is (68,51,66). Sum of RGB (Red+Green+Blue) = 68+51+66=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 68 - color contains mainly: red. Hex color #443342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443342 is #BBCCBD. Grayscale: #393939. Windows color (decimal): -12307646 or 4338500. OLE color: 4338500.

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

Color convert

RGB685166-
CMYK00.250.030.73
HSL307.06º14.29%23.33%-
HSV(B)307.06º25%26.67%-
XYZ4.553.995.68-
YUV57.79132.63135.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=36.76%
G=27.57%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68516600.250.030.73307.0614.2923.33
Hex443342019349133e17
Octal1046310203131114631627
Binary10001001100111000010011001111001001100110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443342; }

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

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

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

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

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

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

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

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