#443341

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

Shades of Voodoo #443341

Tints of Voodoo #443341

Color information

#443341 (or 0x443341) is unknown color: approx Voodoo. HEX triplet: 44, 33 and 41. RGB value is (68,51,65). Sum of RGB (Red+Green+Blue) = 68+51+65=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 68 - color contains mainly: red. Hex color #443341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443341 is #BBCCBE. Grayscale: #393939. Windows color (decimal): -12307647 or 4272964. OLE color: 4272964.

HSL color Cylindrical-coordinate representation of color #443341: hue angle of 310.59º 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 #443341 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB685165-
CMYK00.250.040.73
HSL310.59º14.29%23.33%-
HSV(B)310.59º25%26.67%-
XYZ4.523.985.53-
YUV57.68132.13135.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=36.96%
G=27.72%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68516500.250.040.73310.5914.2923.33
Hex443341019449137e17
Octal1046310103141114671627
Binary100010011001110000010110011001001001100110111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443341; }

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

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

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

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

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

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

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

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