#42243A

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

Shades of Voodoo #42243A

Tints of Voodoo #42243A

Color information

#42243A (or 0x42243A) is unknown color: approx Voodoo. HEX triplet: 42, 24 and 3A. RGB value is (66,36,58). Sum of RGB (Red+Green+Blue) = 66+36+58=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #42243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42243A is #BDDBC5. Grayscale: #2F2F2F. Windows color (decimal): -12442566 or 3810370. OLE color: 3810370.

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

Color convert

RGB663658-
CMYK00.450.120.74
HSL316º29.41%20%-
HSV(B)316º45.45%25.88%-
XYZ3.642.734.34-
YUV47.48133.94141.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=41.25%
G=22.5%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66365800.450.120.7431629.4120
Hex42243A02DC4A13c1d14
Octal1024472055141124743524
Binary10000101001001110100101101110010010101001111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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