#42363F

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

Shades of Voodoo #42363F

Tints of Voodoo #42363F

Color information

#42363F (or 0x42363F) is unknown color: approx Voodoo. HEX triplet: 42, 36 and 3F. RGB value is (66,54,63). Sum of RGB (Red+Green+Blue) = 66+54+63=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 66 - color contains mainly: red. Hex color #42363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42363F is #BDC9C0. Grayscale: #3A3A3A. Windows color (decimal): -12437953 or 4142658. OLE color: 4142658.

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

Color convert

RGB665463-
CMYK00.180.050.74
HSL315º10%23.53%-
HSV(B)315º18.18%25.88%-
XYZ4.464.165.27-
YUV58.61130.48133.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 63 (25% from 255) = 34.43%
R=36.07%
G=29.51%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66546300.180.050.743151023.53
Hex42363F01254A13ba18
Octal102667702251124731230
Binary10000101101101111110100101011001010100111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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