#42313F

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

Shades of Voodoo #42313F

Tints of Voodoo #42313F

Color information

#42313F (or 0x42313F) is unknown color: approx Voodoo. HEX triplet: 42, 31 and 3F. RGB value is (66,49,63). Sum of RGB (Red+Green+Blue) = 66+49+63=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #42313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42313F is #BDCEC0. Grayscale: #373737. Windows color (decimal): -12439233 or 4141378. OLE color: 4141378.

HSL color Cylindrical-coordinate representation of color #42313F: hue angle of 310.59º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #42313F is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB664963-
CMYK00.260.050.74
HSL310.59º14.78%22.55%-
HSV(B)310.59º25.76%25.88%-
XYZ4.243.715.2-
YUV55.68132.13135.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 63 (25% from 255) = 35.39%
R=37.08%
G=27.53%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66496300.260.050.74310.5914.7822.55
Hex42313F01A54A137f17
Octal102617703251124671727
Binary10000101100011111110110101011001010100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42313F; }

 p { color: rgb(66,49,63); }

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

<style>
 a { background-color: #42313F; }

 a { background-color: rgb(66,49,63); }

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

<style>
 span { border-color: #42313F; }

 span { border-color: rgb(66,49,63); }

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