#40293A

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

Shades of Voodoo #40293A

Tints of Voodoo #40293A

Color information

#40293A (or 0x40293A) is unknown color: approx Voodoo. HEX triplet: 40, 29 and 3A. RGB value is (64,41,58). Sum of RGB (Red+Green+Blue) = 64+41+58=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40293A is #BFD6C5. Grayscale: #313131. Windows color (decimal): -12572358 or 3811648. OLE color: 3811648.

HSL color Cylindrical-coordinate representation of color #40293A: hue angle of 315.65º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40293A is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB644158-
CMYK00.360.090.75
HSL315.65º21.9%20.59%-
HSV(B)315.65º35.94%25.1%-
XYZ3.672.984.38-
YUV49.82132.62138.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=39.26%
G=25.15%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64415800.360.090.75315.6521.920.59
Hex40293A02494B13c1615
Octal1005172044111134742625
Binary10000001010011110100100100100110010111001111001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40293A; }

 p { color: rgb(64,41,58); }

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

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

 a { background-color: rgb(64,41,58); }

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

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

 span { border-color: rgb(64,41,58); }

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