#442740

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

Shades of Voodoo #442740

Tints of Voodoo #442740

Color information

#442740 (or 0x442740) is unknown color: approx Voodoo. HEX triplet: 44, 27 and 40. RGB value is (68,39,64). Sum of RGB (Red+Green+Blue) = 68+39+64=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 68 - color contains mainly: red. Hex color #442740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442740 is #BBD8BF. Grayscale: #323232. Windows color (decimal): -12310720 or 4204356. OLE color: 4204356.

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

Color convert

RGB683964-
CMYK00.430.060.73
HSL308.28º27.1%20.98%-
HSV(B)308.28º42.65%26.67%-
XYZ4.033.055.23-
YUV50.52135.61140.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=39.77%
G=22.81%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68396400.430.060.73308.2827.120.98
Hex44274002B6491341b15
Octal1044710005361114643325
Binary10001001001111000000010101111010010011001101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442740; }

 p { color: rgb(68,39,64); }

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

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

 a { background-color: rgb(68,39,64); }

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

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

 span { border-color: rgb(68,39,64); }

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