#42293E

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

Shades of Voodoo #42293E

Tints of Voodoo #42293E

Color information

#42293E (or 0x42293E) is unknown color: approx Voodoo. HEX triplet: 42, 29 and 3E. RGB value is (66,41,62). Sum of RGB (Red+Green+Blue) = 66+41+62=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #42293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42293E is #BDD6C1. Grayscale: #323232. Windows color (decimal): -12441282 or 4073794. OLE color: 4073794.

HSL color Cylindrical-coordinate representation of color #42293E: hue angle of 309.6º 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 #42293E is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB664162-
CMYK00.380.060.74
HSL309.6º23.36%20.98%-
HSV(B)309.6º37.88%25.88%-
XYZ3.913.094.95-
YUV50.87134.28138.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=39.05%
G=24.26%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66416200.380.060.74309.623.3620.98
Hex42293E02664A1361715
Octal102517604661124662725
Binary1000010101001111110010011011010010101001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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