#443441

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

Shades of Voodoo #443441

Tints of Voodoo #443441

Color information

#443441 (or 0x443441) is unknown color: approx Voodoo. HEX triplet: 44, 34 and 41. RGB value is (68,52,65). Sum of RGB (Red+Green+Blue) = 68+52+65=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 68 - color contains mainly: red. Hex color #443441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443441 is #BBCBBE. Grayscale: #3A3A3A. Windows color (decimal): -12307391 or 4273220. OLE color: 4273220.

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

Color convert

RGB685265-
CMYK00.240.040.73
HSL311.25º13.33%23.53%-
HSV(B)311.25º23.53%26.67%-
XYZ4.574.075.55-
YUV58.27131.8134.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=36.76%
G=28.11%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68526500.240.040.73311.2513.3323.53
Hex443441018449137d18
Octal1046410103041114671530
Binary100010011010010000010110001001001001100110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443441; }

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

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

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

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

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

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

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

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