#42363E

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

Shades of Voodoo #42363E

Tints of Voodoo #42363E

Color information

#42363E (or 0x42363E) is unknown color: approx Voodoo. HEX triplet: 42, 36 and 3E. RGB value is (66,54,62). Sum of RGB (Red+Green+Blue) = 66+54+62=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #42363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42363E is #BDC9C1. Grayscale: #3A3A3A. Windows color (decimal): -12437954 or 4077122. OLE color: 4077122.

HSL color Cylindrical-coordinate representation of color #42363E: hue angle of 320º 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 #42363E is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB665462-
CMYK00.180.060.74
HSL320º10%23.53%-
HSV(B)320º18.18%25.88%-
XYZ4.444.145.12-
YUV58.5129.98133.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=36.26%
G=29.67%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66546200.180.060.743201023.53
Hex42363E01264A140a18
Octal102667602261125001230
Binary10000101101101111100100101101001010101000000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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