#42353F

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

Shades of Voodoo #42353F

Tints of Voodoo #42353F

Color information

#42353F (or 0x42353F) is unknown color: approx Voodoo. HEX triplet: 42, 35 and 3F. RGB value is (66,53,63). Sum of RGB (Red+Green+Blue) = 66+53+63=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #42353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42353F is #BDCAC0. Grayscale: #3A3A3A. Windows color (decimal): -12438209 or 4142402. OLE color: 4142402.

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

Color convert

RGB665363-
CMYK00.200.050.74
HSL313.85º10.92%23.33%-
HSV(B)313.85º19.7%25.88%-
XYZ4.424.065.25-
YUV58.03130.81133.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 63 (25% from 255) = 34.62%
R=36.26%
G=29.12%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66536300.200.050.74313.8510.9223.33
Hex42353F01454A13ab17
Octal102657702451124721327
Binary10000101101011111110101001011001010100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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