#42343D

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

Shades of Voodoo #42343D

Tints of Voodoo #42343D

Color information

#42343D (or 0x42343D) is unknown color: approx Voodoo. HEX triplet: 42, 34 and 3D. RGB value is (66,52,61). Sum of RGB (Red+Green+Blue) = 66+52+61=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #42343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42343D is #BDCBC2. Grayscale: #393939. Windows color (decimal): -12438467 or 4011074. OLE color: 4011074.

HSL color Cylindrical-coordinate representation of color #42343D: hue angle of 321.43º 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 #42343D is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB665261-
CMYK00.210.080.74
HSL321.43º11.86%23.14%-
HSV(B)321.43º21.21%25.88%-
XYZ4.323.954.95-
YUV57.21130.14134.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 61 (24.22% from 255) = 34.08%
R=36.87%
G=29.05%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66526100.210.080.74321.4311.8623.14
Hex42343D01584A141c17
Octal1026475025101125011427
Binary100001011010011110101010110001001010101000001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42343D; }

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

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

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

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

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

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

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

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