#423340

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

Shades of Voodoo #423340

Tints of Voodoo #423340

Color information

#423340 (or 0x423340) is unknown color: approx Voodoo. HEX triplet: 42, 33 and 40. RGB value is (66,51,64). Sum of RGB (Red+Green+Blue) = 66+51+64=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #423340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423340 is #BDCCBF. Grayscale: #383838. Windows color (decimal): -12438720 or 4207426. OLE color: 4207426.

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

Color convert

RGB665164-
CMYK00.230.030.74
HSL308º12.82%22.94%-
HSV(B)308º22.73%25.88%-
XYZ4.363.95.37-
YUV56.97131.97134.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=36.46%
G=28.18%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66516400.230.030.7430812.8222.94
Hex42334001734A134d17
Octal1026310002731124641527
Binary10000101100111000000010111111001010100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423340; }

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

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

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

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

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

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

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

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