#40333D

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

Shades of Voodoo #40333D

Tints of Voodoo #40333D

Color information

#40333D (or 0x40333D) is unknown color: approx Voodoo. HEX triplet: 40, 33 and 3D. RGB value is (64,51,61). Sum of RGB (Red+Green+Blue) = 64+51+61=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 64 - color contains mainly: red. Hex color #40333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40333D is #BFCCC2. Grayscale: #383838. Windows color (decimal): -12569795 or 4010816. OLE color: 4010816.

HSL color Cylindrical-coordinate representation of color #40333D: hue angle of 313.85º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #40333D is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB645161-
CMYK00.200.050.75
HSL313.85º11.3%22.55%-
HSV(B)313.85º20.31%25.1%-
XYZ4.143.794.93-
YUV56.03130.81133.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=36.36%
G=28.98%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64516100.200.050.75313.8511.322.55
Hex40333D01454B13ab17
Octal100637502451134721327
Binary10000001100111111010101001011001011100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40333D; }

 p { color: rgb(64,51,61); }

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

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

 a { background-color: rgb(64,51,61); }

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

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

 span { border-color: rgb(64,51,61); }

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