#423B41

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

Shades of Voodoo #423B41

Tints of Voodoo #423B41

Color information

#423B41 (or 0x423B41) is unknown color: approx Voodoo. HEX triplet: 42, 3B and 41. RGB value is (66,59,65). Sum of RGB (Red+Green+Blue) = 66+59+65=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 66 - color contains mainly: red. Hex color #423B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B41 is #BDC4BE. Grayscale: #3D3D3D. Windows color (decimal): -12436671 or 4275010. OLE color: 4275010.

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

Color convert

RGB665965-
CMYK00.110.020.74
HSL308.57º5.6%24.51%-
HSV(B)308.57º10.61%25.88%-
XYZ4.764.675.65-
YUV61.78129.82131.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=34.74%
G=31.05%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66596500.110.020.74308.575.624.51
Hex423B410B24A135619
Octal102731010132112465631
Binary100001011101110000010101110100101010011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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