#423440

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

Shades of Voodoo #423440

Tints of Voodoo #423440

Color information

#423440 (or 0x423440) is unknown color: approx Voodoo. HEX triplet: 42, 34 and 40. RGB value is (66,52,64). Sum of RGB (Red+Green+Blue) = 66+52+64=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #423440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423440 is #BDCBBF. Grayscale: #393939. Windows color (decimal): -12438464 or 4207682. OLE color: 4207682.

HSL color Cylindrical-coordinate representation of color #423440: hue angle of 308.57º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #423440 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB665264-
CMYK00.210.030.74
HSL308.57º11.86%23.14%-
HSV(B)308.57º21.21%25.88%-
XYZ4.43.985.39-
YUV57.55131.64134.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=36.26%
G=28.57%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66526400.210.030.74308.5711.8623.14
Hex42344001534A135c17
Octal1026410002531124651427
Binary10000101101001000000010101111001010100110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423440; }

 p { color: rgb(66,52,64); }

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

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

 a { background-color: rgb(66,52,64); }

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

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

 span { border-color: rgb(66,52,64); }

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