#423D41

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

Shades of Voodoo #423D41

Tints of Voodoo #423D41

Color information

#423D41 (or 0x423D41) is unknown color: approx Voodoo. HEX triplet: 42, 3D and 41. RGB value is (66,61,65). Sum of RGB (Red+Green+Blue) = 66+61+65=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 66 - color contains mainly: red. Hex color #423D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D41 is #BDC2BE. Grayscale: #3E3E3E. Windows color (decimal): -12436159 or 4275522. OLE color: 4275522.

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

Color convert

RGB666165-
CMYK00.080.020.74
HSL312º3.94%24.9%-
HSV(B)312º7.58%25.88%-
XYZ4.874.885.69-
YUV62.95129.16130.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 61 (24.22% from 255) = 31.77%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=34.38%
G=31.77%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66616500.080.020.743123.9424.9
Hex423D410824A138419
Octal102751010102112470431
Binary100001011110110000010100010100101010011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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