#423840

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

Shades of Voodoo #423840

Tints of Voodoo #423840

Color information

#423840 (or 0x423840) is unknown color: approx Voodoo. HEX triplet: 42, 38 and 40. RGB value is (66,56,64). Sum of RGB (Red+Green+Blue) = 66+56+64=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 66 - color contains mainly: red. Hex color #423840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423840 is #BDC7BF. Grayscale: #3B3B3B. Windows color (decimal): -12437440 or 4208706. OLE color: 4208706.

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

Color convert

RGB665664-
CMYK00.150.030.74
HSL312º8.2%23.92%-
HSV(B)312º15.15%25.88%-
XYZ4.594.365.45-
YUV59.9130.31132.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=35.48%
G=30.11%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66566400.150.030.743128.223.92
Hex4238400F34A138818
Octal1027010001731124701030
Binary1000010111000100000001111111001010100111000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423840; }

 p { color: rgb(66,56,64); }

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

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

 a { background-color: rgb(66,56,64); }

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

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

 span { border-color: rgb(66,56,64); }

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