#423C41

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

Shades of Voodoo #423C41

Tints of Voodoo #423C41

Color information

#423C41 (or 0x423C41) is unknown color: approx Voodoo. HEX triplet: 42, 3C and 41. RGB value is (66,60,65). Sum of RGB (Red+Green+Blue) = 66+60+65=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 66 - color contains mainly: red. Hex color #423C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C41 is #BDC3BE. Grayscale: #3E3E3E. Windows color (decimal): -12436415 or 4275266. OLE color: 4275266.

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

Color convert

RGB666065-
CMYK00.090.020.74
HSL310º4.76%24.71%-
HSV(B)310º9.09%25.88%-
XYZ4.824.775.67-
YUV62.36129.49130.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 60 (23.83% from 255) = 31.41%
BLUE value IS 65 (25.78% from 255) = 34.03%
R=34.55%
G=31.41%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66606500.090.020.743104.7624.71
Hex423C410924A136519
Octal102741010112112466531
Binary100001011110010000010100110100101010011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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