#423F41

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

Shades of Voodoo #423F41

Tints of Voodoo #423F41

Color information

#423F41 (or 0x423F41) is unknown color: approx Voodoo. HEX triplet: 42, 3F and 41. RGB value is (66,63,65). Sum of RGB (Red+Green+Blue) = 66+63+65=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 66 - color contains mainly: red. Hex color #423F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F41 is #BDC0BE. Grayscale: #404040. Windows color (decimal): -12435647 or 4276034. OLE color: 4276034.

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

Color convert

RGB666365-
CMYK00.050.020.74
HSL320º2.33%25.29%-
HSV(B)320º4.55%25.88%-
XYZ4.985.095.72-
YUV64.12128.49129.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 63 (25% from 255) = 32.47%
BLUE value IS 65 (25.78% from 255) = 33.51%
R=34.02%
G=32.47%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66636500.050.020.743202.3325.29
Hex423F410524A140219
Octal10277101052112500231
Binary1000010111111100000101011010010101010000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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