#42353E

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

Shades of Voodoo #42353E

Tints of Voodoo #42353E

Color information

#42353E (or 0x42353E) is unknown color: approx Voodoo. HEX triplet: 42, 35 and 3E. RGB value is (66,53,62). Sum of RGB (Red+Green+Blue) = 66+53+62=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #42353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42353E is #BDCAC1. Grayscale: #393939. Windows color (decimal): -12438210 or 4076866. OLE color: 4076866.

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

Color convert

RGB665362-
CMYK00.200.060.74
HSL318.46º10.92%23.33%-
HSV(B)318.46º19.7%25.88%-
XYZ4.394.055.11-
YUV57.91130.31133.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=36.46%
G=29.28%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66536200.200.060.74318.4610.9223.33
Hex42353E01464A13eb17
Octal102657602461124761327
Binary10000101101011111100101001101001010100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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