#42333D

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

Shades of Voodoo #42333D

Tints of Voodoo #42333D

Color information

#42333D (or 0x42333D) is unknown color: approx Voodoo. HEX triplet: 42, 33 and 3D. RGB value is (66,51,61). Sum of RGB (Red+Green+Blue) = 66+51+61=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #42333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42333D is #BDCCC2. Grayscale: #383838. Windows color (decimal): -12438723 or 4010818. OLE color: 4010818.

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

Color convert

RGB665161-
CMYK00.230.080.74
HSL320º12.82%22.94%-
HSV(B)320º22.73%25.88%-
XYZ4.273.864.94-
YUV56.62130.47134.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=37.08%
G=28.65%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66516100.230.080.7432012.8222.94
Hex42333D01784A140d17
Octal1026375027101125001527
Binary100001011001111110101011110001001010101000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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