#42293A

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

Shades of Voodoo #42293A

Tints of Voodoo #42293A

Color information

#42293A (or 0x42293A) is unknown color: approx Voodoo. HEX triplet: 42, 29 and 3A. RGB value is (66,41,58). Sum of RGB (Red+Green+Blue) = 66+41+58=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #42293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42293A is #BDD6C5. Grayscale: #323232. Windows color (decimal): -12441286 or 3811650. OLE color: 3811650.

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

Color convert

RGB664158-
CMYK00.380.120.74
HSL319.2º23.36%20.98%-
HSV(B)319.2º37.88%25.88%-
XYZ3.83.054.39-
YUV50.41132.28139.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 41 (16.41% from 255) = 24.85%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=40%
G=24.85%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66415800.380.120.74319.223.3620.98
Hex42293A026C4A13f1715
Octal1025172046141124772725
Binary10000101010011110100100110110010010101001111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42293A; }

 p { color: rgb(66,41,58); }

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

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

 a { background-color: rgb(66,41,58); }

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

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

 span { border-color: rgb(66,41,58); }

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