#423E41

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

Shades of Voodoo #423E41

Tints of Voodoo #423E41

Color information

#423E41 (or 0x423E41) is unknown color: approx Voodoo. HEX triplet: 42, 3E and 41. RGB value is (66,62,65). Sum of RGB (Red+Green+Blue) = 66+62+65=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 66 - color contains mainly: red. Hex color #423E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E41 is #BDC1BE. Grayscale: #3F3F3F. Windows color (decimal): -12435903 or 4275778. OLE color: 4275778.

HSL color Cylindrical-coordinate representation of color #423E41: hue angle of 315º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #423E41 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB666265-
CMYK00.060.020.74
HSL315º3.13%25.1%-
HSV(B)315º6.06%25.88%-
XYZ4.924.995.7-
YUV63.54128.83129.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=34.20%
G=32.12%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66626500.060.020.743153.1325.1
Hex423E410624A13b319
Octal10276101062112473331
Binary1000010111110100000101101010010101001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423E41; }

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

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

<style>
 a { background-color: #423E41; }

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

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

<style>
 span { border-color: #423E41; }

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

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