#42233B

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

Shades of Voodoo #42233B

Tints of Voodoo #42233B

Color information

#42233B (or 0x42233B) is unknown color: approx Voodoo. HEX triplet: 42, 23 and 3B. RGB value is (66,35,59). Sum of RGB (Red+Green+Blue) = 66+35+59=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #42233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42233B is #BDDCC4. Grayscale: #2E2E2E. Windows color (decimal): -12442821 or 3875650. OLE color: 3875650.

HSL color Cylindrical-coordinate representation of color #42233B: hue angle of 313.55º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42233B is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB663559-
CMYK00.470.110.74
HSL313.55º30.69%19.8%-
HSV(B)313.55º46.97%25.88%-
XYZ3.642.684.46-
YUV47134.77141.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=41.25%
G=21.88%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66355900.470.110.74313.5530.6919.8
Hex42233B02FB4A13a1f14
Octal1024373057131124723724
Binary10000101000111110110101111101110010101001110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42233B; }

 p { color: rgb(66,35,59); }

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

<style>
 a { background-color: #42233B; }

 a { background-color: rgb(66,35,59); }

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

<style>
 span { border-color: #42233B; }

 span { border-color: rgb(66,35,59); }

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